[PATCH v3 1/2] dt-bindings: can: m_can: add out-band-wakeup property
Kendall Willis <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-can,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Add the out-band-wakeup property as a possible property. The property indicates that the device can wakeup the system even when its power domain is off. Signed-off-by: Kendall Willis <[email protected]> --- Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml index 2c9d37975bedd652b3060ab11ba75c37565edaad..0663beaa532bcc4a71cd6ad01520a4dfea294d0c 100644 --- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml +++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml @@ -150,6 +150,8 @@ properties: description: List of phandles to system idle states in which mcan can wakeup the system. + out-band-wakeup: true + required: - compatible - reg -- 2.34.1