UPSTREAM: 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)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 28 Feb 2017 09:44:05 +0000 (17:44 +0800)
The card detect pin is currently called sdmcc-cd.
This patch fixes the typo and renames the pin to sdmmc-cd.

Change-Id: I47ac2767ea442764bf71411ebd66de56e9c1e934
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
(cherry picked from commit 8fc5abd40efadf57ca43189c9c14c4de3db6300e)

arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 504d503a3ea929bf6ea5300e66f5b856811804e7..4d10328d3acec64a62bfc9d88657ffd1c775b8d1 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>;
                        };