summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2014-03-11 21:53:44 -0400
committerAlex Elder <elder@linaro.org>2014-03-12 08:06:06 -0500
commit49b3d287dac68438195b8196fe6c91da5ca8ec48 (patch)
tree33edddf087de61c576285e2f753bef8dbe330f34
parent40de3cb6dd39a9ff3547dfd439916054c9ac8fdb (diff)
ARM: dts: bcm28155-ap: leave camldo1 on to fix reboottracking-capri-support-llct-20140317.0tracking-capri-support-llct-20140312.0
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>
-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 0cec9108f190..9ce91dd60cb6 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -93,6 +93,7 @@
camldo1_reg: camldo1 {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
+ regulator-always-on;
};
sdldo_reg: sdldo {