]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: bcm28155-ap: leave camldo1 on to fix reboot
authorMatt Porter <mporter@linaro.org>
Wed, 12 Mar 2014 13:14:39 +0000 (09:14 -0400)
committerMatt Porter <mporter@linaro.org>
Fri, 14 Mar 2014 16:22:39 +0000 (12:22 -0400)
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: Alex Elder <elder@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Tested-by: Alex Elder <elder@linaro.org>
arch/arm/boot/dts/bcm28155-ap.dts

index 4461ffb7bcadb418754a4cb00a9e05886231e188..af3da55eef496897695e168ac76c3a4f77b1bab3 100644 (file)
@@ -89,6 +89,7 @@ regulators {
                camldo1_reg: camldo1 {
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
+                       regulator-always-on;
                };
 
                sdldo_reg: sdldo {