Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a97d67d1 authored by Matt Porter's avatar Matt Porter
Browse files

ARM: dts: bcm28155-ap: leave camldo1 on to fix reboot



The BCM28155-AP board has a bootloader that expects the camldo1
regulator to be enabled on entry. Currently, the camldo1 regulator
is disabled when no longer in use as is the case during a reboot /
warm reset. This causes the early bootloader to hang upon entry. Add
regulator-always-on to the camldo1 constraint to fix reboot.

Reported-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Tested-by: default avatarAlex Elder <elder@linaro.org>
parent a51b4c01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@
		camldo1_reg: camldo1 {
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-always-on;
		};

		sdldo_reg: sdldo {