[U-Boot] [PATCH 16/16] dts: bcm2838-rpi-4-b: Use the emmc2/2811 compatible string for SDHCI

andrei at gherzan.ro andrei at gherzan.ro
Tue Jul 16 13:38:03 UTC 2019


From: Andrei Gherzan <andrei at balena.io>

Signed-off-by: Andrei Gherzan <andrei at balena.io>
---
 arch/arm/dts/bcm2838-rpi-4-b.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/bcm2838-rpi-4-b.dts b/arch/arm/dts/bcm2838-rpi-4-b.dts
index 168179c17c..b7241be3fd 100644
--- a/arch/arm/dts/bcm2838-rpi-4-b.dts
+++ b/arch/arm/dts/bcm2838-rpi-4-b.dts
@@ -39,7 +39,7 @@
 };
 
 &emmc2 {
-	compatible = "brcm,bcm2835-sdhci";
+	compatible = "brcm,bcm2711-emmc2";
 	status = "okay";
 };
 
-- 
2.22.0



More information about the U-Boot mailing list