diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-08-31 18:39:51 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-09-22 08:12:40 +0300 |
commit | 0de9edd71992bf1d2ff5de798b1fa26efd8f6623 (patch) | |
tree | b7c4372299d72934ab3daa6e6191617fdf164de9 | |
parent | 2f0578b8e6bcfc02434227e836d9bc4c49c0d971 (diff) | |
download | linux-0de9edd71992bf1d2ff5de798b1fa26efd8f6623.tar.xz |
ARM: dts: imx6: RDU2: disallow RMI4 device sleep
This is causing issues with some specific controller configurations, as
the platform isn't power limited it's better to keep it disabled.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 181feb69d349..f939cf67c08f 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -543,7 +543,7 @@ rmi4-f01@1 { reg = <0x1>; - syna,nosleep-mode = <1>; + syna,nosleep-mode = <2>; }; rmi4-f11@11 { |