Commit 0ee03b8c authored by Ben Schneider's avatar Ben Schneider Committed by Gregory CLEMENT

arm64: dts: marvell: Fix espressobin-ultra boot failure and wifi

Boot hangs on EspressoBIN Ultra (Armada 3720) after a message that device
vcc_sd1 had been disabled. The device manufacturer patched this issue in
their kernel fork noting that vcc_sd1 is used by the EspressoBIN model
but not the EspressoBIN Ultra. Removing the device from the tree fixes
the boot hang and wifi.
Signed-off-by: default avatarBen Schneider <ben@bens.haus>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent fe96d8b2
......@@ -24,6 +24,8 @@ aliases {
ethernet5 = &switch0port4;
};
/delete-node/ regulator;
reg_usb3_vbus: usb3-vbus {
compatible = "regulator-fixed";
regulator-name = "usb3-vbus";
......@@ -66,6 +68,7 @@ &sdhci0 {
};
&sdhci1 {
/delete-property/ vqmmc-supply;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment