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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@
		touchscreen-size-y = <480>;
		touchscreen-inverted-x;
		touchscreen-inverted-y;
		wakeup-source;
	};

	rtc@68 {
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@
		reg = <0x38>;
		interrupt-parent = <&gpio1>;
		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
		wakeup-source;
	};

	rtc@6f {
+1 −0
Original line number Diff line number Diff line
@@ -442,6 +442,7 @@
		reg = <0x38>;
		interrupt-parent = <&gpio1>;
		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
		wakeup-source;
	};
};

+1 −0
Original line number Diff line number Diff line
@@ -360,6 +360,7 @@
		reg = <0x38>;
		interrupt-parent = <&gpio1>;
		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
		wakeup-source;
	};
};

+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@
		reg = <0x38>;
		interrupt-parent = <&gpio1>;
		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
		wakeup-source;
	};
};