Message ID | 20180523083013.7570-2-daniel@zonque.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, May 23, 2018 at 10:30:13AM +0200, Daniel Mack wrote: > 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> This is not an imx6 board, and I have to leave it to relevant platform maintainer. The patch subject should be fixed to drop 'imx6'. Shawn > --- > arch/arm/boot/dts/am437x-sk-evm.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts > index 4118802b7fea..f17ed89da06b 100644 > --- a/arch/arm/boot/dts/am437x-sk-evm.dts > +++ b/arch/arm/boot/dts/am437x-sk-evm.dts > @@ -537,6 +537,8 @@ > > touchscreen-size-x = <480>; > touchscreen-size-y = <272>; > + > + wakeup-source; > }; > > tlv320aic3106: tlv320aic3106@1b { > -- > 2.14.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Shawn Guo <shawnguo@kernel.org> [180611 07:47]: > On Wed, May 23, 2018 at 10:30:13AM +0200, Daniel Mack wrote: > > 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> > > This is not an imx6 board, and I have to leave it to relevant platform > maintainer. The patch subject should be fixed to drop 'imx6'. Daniel, can you please resend after -rc1? Thanks, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 4118802b7fea..f17ed89da06b 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -537,6 +537,8 @@ touchscreen-size-x = <480>; touchscreen-size-y = <272>; + + wakeup-source; }; tlv320aic3106: tlv320aic3106@1b {
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> --- arch/arm/boot/dts/am437x-sk-evm.dts | 2 ++ 1 file changed, 2 insertions(+)