Skip to content

Commit 0ee03b8

Browse files
bschneigclement
authored andcommitted
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: Ben Schneider <ben@bens.haus> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent fe96d8b commit 0ee03b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
ethernet5 = &switch0port4;
2525
};
2626

27+
/delete-node/ regulator;
28+
2729
reg_usb3_vbus: usb3-vbus {
2830
compatible = "regulator-fixed";
2931
regulator-name = "usb3-vbus";
@@ -66,6 +68,7 @@
6668
};
6769

6870
&sdhci1 {
71+
/delete-property/ vqmmc-supply;
6972
status = "disabled";
7073
};
7174

0 commit comments

Comments
 (0)