projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c2e13
)
ARM: dts: rockchip: Fix typo in rk3288 sdmmc card detect pin name
author
Matthias Brugger
<mbrugger@suse.com>
Fri, 11 Dec 2015 14:45:58 +0000
(15:45 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 11 Dec 2015 23:05:44 +0000
(
00:05
+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/arm/boot/dts/rk3288.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rk3288.dtsi
b/arch/arm/boot/dts/rk3288.dtsi
index 6d6cc16669b2c61d457911023767e369e37c24ed..c4e085bba76214863c28cde7d8d9b766ac17fe71 100644
(file)
--- a/
arch/arm/boot/dts/rk3288.dtsi
+++ b/
arch/arm/boot/dts/rk3288.dtsi
@@
-1157,7
+1157,7
@@
rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up>;
};
- sdmmc_cd: sdm
c
c-cd {
+ sdmmc_cd: sdm
m
c-cd {
rockchip,pins = <6 22 RK_FUNC_1 &pcfg_pull_up>;
};