OSDN Git Service

arm64: dts: rockchip: fix typo in mmc pinctrl
authorKlaus Goger <klaus.goger@theobroma-systems.com>
Tue, 27 Jun 2017 19:58:31 +0000 (21:58 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Jul 2017 15:09:37 +0000 (17:09 +0200)
replace all occurrences of sdmcc with sdmmc in the arm64 rockchip
devicetree files.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index eb50593..eddc6eb 100644 (file)
@@ -1031,7 +1031,7 @@ ap_i2c_audio: &i2c8 {
                 * hurt and dw_mmc will ignore it.  We make sure to disable
                 * the pull though so we don't burn needless power.
                 */
-               sdmmc_cd: sdmcc-cd {
+               sdmmc_cd: sdmmc-cd {
                        rockchip,pins =
                                <0 7 RK_FUNC_1 &pcfg_pull_none>;
                };
index 69c56f7..21f32c4 100644 (file)
                                        <4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
                        };
 
-                       sdmmc_cd: sdmcc-cd {
+                       sdmmc_cd: sdmmc-cd {
                                rockchip,pins =
                                        <0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
                        };