[PATCH] ARM: Rockchip: rk3568 EVB: Add eMMC pinmux

Sascha Hauer s.hauer at pengutronix.de
Thu Jun 24 23:57:22 PDT 2021


The eMMC relied on reset default pinmux. This doesn't work when not
booting from eMMC, so add pinmux.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/dts/rk3568-evb1-v10.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/rk3568-evb1-v10.dts b/arch/arm/dts/rk3568-evb1-v10.dts
index 91e2344195..88aad40db9 100644
--- a/arch/arm/dts/rk3568-evb1-v10.dts
+++ b/arch/arm/dts/rk3568-evb1-v10.dts
@@ -462,6 +462,8 @@
 	non-removable;
 	no-sd;
 	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
 
 	partitions {
 		compatible = "fixed-partitions";
-- 
2.29.2




More information about the barebox mailing list