aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2014-03-11 21:53:44 -0400
committerMatt Porter <mporter@linaro.org>2014-03-12 09:02:05 -0400
commit193467e240b5e9192496c1e2b8f7c25c552ee302 (patch)
treee03bfb5d4ff58c762576917b262434cd0a1ee498
parent6f4527d54e61486999a2bb03f28dd16bd200551b (diff)
ARM: dts: bcm28155-ap: leave camldo1 on to fix rebootreview/bcm59056-reboot-fix
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>
-rw-r--r--arch/arm/boot/dts/bcm28155-ap.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts
index 99ff0c14b0c..cc1303c727a 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -94,6 +94,7 @@
camldo1_reg: camldo1 {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
+ regulator-always-on;
};
sdldo_reg: sdldo {