diff options
author | Tony Lindgren <tony@atomide.com> | 2018-07-03 09:57:32 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-03 10:03:15 +0300 |
commit | 731b409878a3b4387ce824f48228f4e161e20e1c (patch) | |
tree | 995410564b974cde9be21eeee2c7cd51c5ccf13f /arch/arm/boot/dts/omap4-duovero.dtsi | |
parent | 572cf7d7b07d3d61b82024bccb2a45366d58710e (diff) | |
download | linux-731b409878a3b4387ce824f48228f4e161e20e1c.tar.xz |
ARM: dts: Configure duovero for to allow core retention during idle
By reconfiguring few GPIOs in the dts file we can make duovero parlor
hit retention during idle:
1. Let's a larger debounce value for gpio-keys
This will then make gpio-keys use software debounce and the GPIO
debounce clock is not enabled.
2. Let's allow WLAN suspend for mwifiex
This can be done just by adding keep-power-in-suspend.
3. Let's reconfigure smsc911x driver to use GPIO edge interrupt
This will allow using NFSroot while the system idles, and the kernel
has quite a few dts files with "smsc,lan9115" compatible using edge
interrupts.
Then to have the system hit core retention during idle, the UARTs
needs to be idled and USB modules need to be unloaded or unbound.
Cc: Ash Charles <ash@gumstix.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-duovero.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-duovero.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-duovero.dtsi b/arch/arm/boot/dts/omap4-duovero.dtsi index eb123b24c8e3..5e8169153414 100644 --- a/arch/arm/boot/dts/omap4-duovero.dtsi +++ b/arch/arm/boot/dts/omap4-duovero.dtsi @@ -248,6 +248,7 @@ ti,bus-width = <4>; ti,non-removable; cap-power-off-card; + keep-power-in-suspend; }; &twl_usb_comparator { |