ARM: dts: imx6: make edt-ft5x06 a wakeup source for imx6 boards
authorDaniel Mack <daniel@zonque.org>
Wed, 23 May 2018 08:30:12 +0000 (10:30 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 17 Jun 2018 06:28:23 +0000 (14:28 +0800)
The touchscreen driver no longer configures the device as wakeup source by
default. A "wakeup-source" property is needed.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-var-dt6customboard.dts
arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi

index f2368a0..c54362f 100644 (file)
                touchscreen-size-y = <480>;
                touchscreen-inverted-x;
                touchscreen-inverted-y;
+               wakeup-source;
        };
 
        rtc@68 {
index aab088f..aef4a75 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpio1>;
                interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
+               wakeup-source;
        };
 
        rtc@6f {
index 87ca6ea..9cb464b 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpio1>;
                interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
+               wakeup-source;
        };
 };
 
index f5b763d..5e4da6d 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpio1>;
                interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
+               wakeup-source;
        };
 };
 
index 596866b..a148724 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpio1>;
                interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
+               wakeup-source;
        };
 };