From: Krzysztof Kozlowski <krzk@kernel.org> Date: 2021-02-12 16:41:10
The touchscreen can be a wake up source and it's being used in DTS:
arch/arm/boot/dts/exynos5250-spring.dt.yaml:
trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Documentation/devicetree/bindings/input/atmel,maxtouch.yaml | 3 +++
1 file changed, 3 insertions(+)
@@ -53,6 +53,9 @@ properties:or experiment to determine which bit corresponds to which input. UseKEY_RESERVED for unused padding values.+wakeup-source:+type:boolean+required:-compatible-reg
On Fri, Feb 12, 2021 at 5:38 PM Krzysztof Kozlowski [off-list ref] wrote:
The touchscreen can be a wake up source and it's being used in DTS:
arch/arm/boot/dts/exynos5250-spring.dt.yaml:
trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
From: Rob Herring <robh@kernel.org> Date: 2021-03-05 20:40:34
On Fri, 12 Feb 2021 17:38:06 +0100, Krzysztof Kozlowski wrote:
The touchscreen can be a wake up source and it's being used in DTS:
arch/arm/boot/dts/exynos5250-spring.dt.yaml:
trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Documentation/devicetree/bindings/input/atmel,maxtouch.yaml | 3 +++
1 file changed, 3 insertions(+)
On Fri, Feb 12, 2021 at 05:38:06PM +0100, Krzysztof Kozlowski wrote:
The touchscreen can be a wake up source and it's being used in DTS:
arch/arm/boot/dts/exynos5250-spring.dt.yaml:
trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>