arm64: dts: rockchip: Fix typo in rk3368 sdmmc card detect pin name
authorMatthias Brugger <mbrugger@suse.com>
Fri, 11 Dec 2015 13:22:19 +0000 (14:22 +0100)
committerHeiko 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

index 61ca1abde947bb37d2047cb959d1ce8eb38f2450..d8ccb17b9da06a03affe54bce75ccb36caf39fe1 100644 (file)
                                rockchip,pins = <2 10 RK_FUNC_1 &pcfg_pull_up>;
                        };
 
-                       sdmmc_cd: sdmcc-cd {
+                       sdmmc_cd: sdmmc-cd {
                                rockchip,pins = <2 11 RK_FUNC_1 &pcfg_pull_up>;
                        };
 
This page took 0.024765 seconds and 5 git commands to generate.