* [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property
@ 2025-10-14 18:41 Frank Li
2025-10-21 13:31 ` Rob Herring (Arm)
2025-10-25 11:48 ` (subset) " Lee Jones
0 siblings, 2 replies; 5+ messages in thread
From: Frank Li @ 2025-10-14 18:41 UTC (permalink / raw)
To: Support Opensource, Lee Jones, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Steve Twiss,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: imx
Allow wakeup-source property to below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: pmic@58 (dlg,da9063): onkey: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Documentation/devicetree/bindings/mfd/dlg,da9063.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
index 51612dc22748f..4f08e9ac7e564 100644
--- a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
+++ b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
@@ -81,6 +81,8 @@ properties:
watchdog:
$ref: /schemas/watchdog/dlg,da9062-watchdog.yaml
+ wakeup-source: true
+
patternProperties:
"^(.+-hog(-[0-9]+)?)$":
type: object
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property
2025-10-14 18:41 [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property Frank Li
@ 2025-10-21 13:31 ` Rob Herring (Arm)
2025-10-25 11:48 ` (subset) " Lee Jones
1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-10-21 13:31 UTC (permalink / raw)
To: Frank Li
Cc: Support Opensource, Krzysztof Kozlowski, Conor Dooley,
linux-kernel, Lee Jones, devicetree, imx, Steve Twiss
On Tue, 14 Oct 2025 14:41:14 -0400, Frank Li wrote:
> Allow wakeup-source property to below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: pmic@58 (dlg,da9063): onkey: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/mfd/dlg,da9063.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property
2025-10-14 18:41 [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property Frank Li
2025-10-21 13:31 ` Rob Herring (Arm)
@ 2025-10-25 11:48 ` Lee Jones
1 sibling, 0 replies; 5+ messages in thread
From: Lee Jones @ 2025-10-25 11:48 UTC (permalink / raw)
To: Support Opensource, Lee Jones, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Steve Twiss, devicetree, linux-kernel, Frank Li
Cc: imx
On Tue, 14 Oct 2025 14:41:14 -0400, Frank Li wrote:
> Allow wakeup-source property to below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: pmic@58 (dlg,da9063): onkey: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
>
>
Applied, thanks!
[1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property
commit: f17f1b16e90581d1a1d95781f94b8c57d5b43af1
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] dt-bindings: mfd: dlg,da9063: Allow wakeup-source property
@ 2025-10-14 18:45 Frank Li
2025-10-21 13:30 ` Rob Herring (Arm)
0 siblings, 1 reply; 5+ messages in thread
From: Frank Li @ 2025-10-14 18:45 UTC (permalink / raw)
To: Support Opensource, Dmitry Torokhov, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Biju Das,
open list:INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN)...,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: imx
Allow wakeup-source property to fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: onkey (dlg,da9063-onkey): 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml b/Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml
index 1480d95421e18..29ff8fc0d02ec 100644
--- a/Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml
+++ b/Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml
@@ -32,6 +32,8 @@ properties:
the OnKey driver will remove support for the KEY_POWER key press
when triggered using a long press of the OnKey.
+ wakeup-source: true
+
required:
- compatible
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH 1/1] dt-bindings: mfd: dlg,da9063: Allow wakeup-source property
2025-10-14 18:45 [PATCH 1/1] dt-bindings: mfd: dlg,da9063: Allow " Frank Li
@ 2025-10-21 13:30 ` Rob Herring (Arm)
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-10-21 13:30 UTC (permalink / raw)
To: Frank Li
Cc: Dmitry Torokhov, Biju Das, Support Opensource, devicetree,
linux-kernel, imx, Conor Dooley, linux-input, Krzysztof Kozlowski
On Tue, 14 Oct 2025 14:45:31 -0400, Frank Li wrote:
> Allow wakeup-source property to fix below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: onkey (dlg,da9063-onkey): 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-10-25 11:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 18:41 [PATCH 1/1] dt-bindings: mfd: dlg,da9063: allow wakeup-source property Frank Li
2025-10-21 13:31 ` Rob Herring (Arm)
2025-10-25 11:48 ` (subset) " Lee Jones
-- strict thread matches above, loose matches on Subject: below --
2025-10-14 18:45 [PATCH 1/1] dt-bindings: mfd: dlg,da9063: Allow " Frank Li
2025-10-21 13:30 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).