diff mbox series

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

Message ID 20190716133803.1174-17-andrei@gherzan.ro
State Superseded
Delegated to: Matthias Brugger
Headers show
Series Raspberry Pi 32/64 support | expand

Commit Message

Andrei Gherzan July 16, 2019, 1:38 p.m. UTC
From: Andrei Gherzan <andrei@balena.io>

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

Patch

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";
 };