Commit 5ebc384a authored by Daniel Mack's avatar Daniel Mack Committed by Shawn Guo

ARM: dts: imx6: make edt-ft5x06 a wakeup source for imx6 boards

The touchscreen driver no longer configures the device as wakeup source by
default. A "wakeup-source" property is needed.
Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 26bd0e59
......@@ -177,6 +177,7 @@ touchscreen@38 {
touchscreen-size-y = <480>;
touchscreen-inverted-x;
touchscreen-inverted-y;
wakeup-source;
};
rtc@68 {
......
......@@ -292,6 +292,7 @@ touchscreen@38 {
reg = <0x38>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
wakeup-source;
};
rtc@6f {
......
......@@ -442,6 +442,7 @@ touchscreen@38 {
reg = <0x38>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
wakeup-source;
};
};
......
......@@ -360,6 +360,7 @@ touchscreen@38 {
reg = <0x38>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
wakeup-source;
};
};
......
......@@ -370,6 +370,7 @@ touchscreen@38 {
reg = <0x38>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
wakeup-source;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment