OSDN Git Service

ARM: dts: rockchip: Fix typo in rk3288 sdmmc card detect pin name
authorMatthias Brugger <mbrugger@suse.com>
Fri, 11 Dec 2015 14:45:58 +0000 (15:45 +0100)
committerHeiko 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

index 6d6cc16..c4e085b 100644 (file)
                                rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up>;
                        };
 
-                       sdmmc_cd: sdmcc-cd {
+                       sdmmc_cd: sdmmc-cd {
                                rockchip,pins = <6 22 RK_FUNC_1 &pcfg_pull_up>;
                        };