aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeerthy2017-10-24 23:27:06 -0500
committerJean-Jacques Hiblot2018-03-02 02:46:23 -0600
commit88530b8d5c2989bec3c281e70a64e3fd838cfeb1 (patch)
tree92ef13e527fd710e1365dcbbc1f61c29c0656bd7
parent19284f8ce3b746b16912bbfbea1126ea5760aeb3 (diff)
downloadkernel-omap-88530b8d5c2989bec3c281e70a64e3fd838cfeb1.tar.gz
kernel-omap-88530b8d5c2989bec3c281e70a64e3fd838cfeb1.tar.xz
kernel-omap-88530b8d5c2989bec3c281e70a64e3fd838cfeb1.zip
ARM: DTS: DRA76-EVM: Set powerhold property for tps65917
commit ab5e431a4d2469a55135d843852beadea4f12b1b ti-linux-4.9.y Set powerhold property for tps65917. Powerhold has higher priority than DEV_ON Bit. So during power off we need to explicitly over ride the Powerhold to turn off the regulators. Signed-off-by: Keerthy <j-keerthy@ti.com>
-rw-r--r--arch/arm/boot/dts/dra76-evm.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index 461894b0bb4d..24582a7b0acb 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -143,6 +143,7 @@
143 compatible = "ti,tps65917"; 143 compatible = "ti,tps65917";
144 reg = <0x58>; 144 reg = <0x58>;
145 ti,system-power-controller; 145 ti,system-power-controller;
146 ti,palmas-override-powerhold;
146 interrupt-controller; 147 interrupt-controller;
147 #interrupt-cells = <2>; 148 #interrupt-cells = <2>;
148 149