Created
August 23, 2020 19:33
-
-
Save lategoodbye/583ef0d7cd74a39d6c8f7d7f3d2c3613 to your computer and use it in GitHub Desktop.
Enable MMC DDR 3.3V support for Raspberry Pi 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts | |
index 21b20e3..8047c22 100644 | |
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts | |
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts | |
@@ -174,6 +174,7 @@ | |
&emmc2 { | |
vqmmc-supply = <&sd_io_1v8_reg>; | |
broken-cd; | |
+ mmc-ddr-3_3v; | |
status = "okay"; | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment