projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271d4c6
)
ARM: dts: Enable PMIC idle configuration for LDP
author
Tony Lindgren
<tony@atomide.com>
Thu, 18 Sep 2014 16:03:36 +0000
(09:03 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 18 Sep 2014 16:03:36 +0000
(09:03 -0700)
With the IO chain reconfigure fixed, we can now enable the PMIC
scripts for LDP.
Note that at least on my es3.0 based LDP, the UART seems to be
flakey after wake-up events from off-idle and hangs but eventually
continues.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-ldp.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-ldp.dts
b/arch/arm/boot/dts/omap3-ldp.dts
index
af272c1
..
72dca0b
100644
(file)
--- a/
arch/arm/boot/dts/omap3-ldp.dts
+++ b/
arch/arm/boot/dts/omap3-ldp.dts
@@
-159,6
+159,11
@@
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;
+
+ twl_power: power {
+ compatible = "ti,twl4030-power-idle";
+ ti,use_poweroff;
+ };
};
};