Re: [PATCH v5 03/13] dt-bindings: can: m_can: Add wakeup properties
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2025-03-10 08:20:59
Also in:
linux-can, linux-devicetree, lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2025-03-10 08:20:59
Also in:
linux-can, linux-devicetree, lkml
On Thu, Mar 06, 2025 at 12:14:41PM +0100, Markus Schneider-Pargmann wrote:
+ pinctrl-names: + description: + When present should contain at least "default" describing the default pin + states. The second state called "wakeup" describes the pins in their + wakeup configuration required to exit sleep states. + minItems: 1 + items: + - const: default + - const: wakeup + power-domains: description: Power domain provider node and an args specifier containing@@ -122,6 +138,8 @@ properties: minItems: 1 maxItems: 2 + wakeup-source: true
If this patchset depends on dtschema pull, then this should be narrowed to specific type, I think. Otherwise how exactly your drivers are going to work if this is just "wakeup-source;"? Best regards, Krzysztof