Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6122308e authored by Klaus Goger's avatar Klaus Goger Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix typo in mmc pinctrl



replace all occurrences of sdmcc with sdmmc in the arm64 rockchip
devicetree files.

Signed-off-by: default avatarKlaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5771a8c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1031,7 +1031,7 @@ ap_i2c_audio: &i2c8 {
		 * hurt and dw_mmc will ignore it.  We make sure to disable
		 * hurt and dw_mmc will ignore it.  We make sure to disable
		 * the pull though so we don't burn needless power.
		 * the pull though so we don't burn needless power.
		 */
		 */
		sdmmc_cd: sdmcc-cd {
		sdmmc_cd: sdmmc-cd {
			rockchip,pins =
			rockchip,pins =
				<0 7 RK_FUNC_1 &pcfg_pull_none>;
				<0 7 RK_FUNC_1 &pcfg_pull_none>;
		};
		};
+1 −1
Original line number Original line Diff line number Diff line
@@ -1786,7 +1786,7 @@
					<4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
					<4 RK_PB5 RK_FUNC_1 &pcfg_pull_up>;
			};
			};


			sdmmc_cd: sdmcc-cd {
			sdmmc_cd: sdmmc-cd {
				rockchip,pins =
				rockchip,pins =
					<0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
					<0 RK_PA7 RK_FUNC_1 &pcfg_pull_up>;
			};
			};