projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ac9de
)
arm64: dts: rockchip: Fix typo in rk3368 sdmmc card detect pin name
author
Matthias Brugger
<mbrugger@suse.com>
Fri, 11 Dec 2015 13:22:19 +0000
(14:22 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 11 Dec 2015 14:31:33 +0000
(15:31 +0100)
The card detect pin is currently called sdmcc-cd.
This patch fixes the typo and renames the pin to sdmmc-cd.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 61ca1abde947bb37d2047cb959d1ce8eb38f2450..d8ccb17b9da06a03affe54bce75ccb36caf39fe1 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@
-849,7
+849,7
@@
rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
};
- sdmmc_cd: sdm
c
c-cd {
+ sdmmc_cd: sdm
m
c-cd {
rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
};