Message ID | 20210802091822.16407-1-a-govindraju@ti.com |
---|---|
State | New |
Headers | show |
Series | [v2] dt-bindings: net: can: Document power-domains property | expand |
On Mon, 02 Aug 2021 14:48:22 +0530, Aswath Govindraju wrote: > Document power-domains property for adding the Power domain provider. > > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> > --- > > Changes since v1: > - removed reference in the description > > Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On 02.08.2021 14:48:22, Aswath Govindraju wrote: > Document power-domains property for adding the Power domain provider. > > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Applied to linux-can-next/testing. BTW: TI's dkim is broken: | ✗ [PATCH v2] dt-bindings: net: can: Document power-domains property | + Link: https://lore.kernel.org/r/20210802091822.16407-1-a-govindraju@ti.com | + Acked-by: Rob Herring <robh@kernel.org> | + Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> | --- | ✗ BADSIG: DKIM/ti.com regards, Marc
On 09:23-20210804, Marc Kleine-Budde wrote: > On 02.08.2021 14:48:22, Aswath Govindraju wrote: > > Document power-domains property for adding the Power domain provider. > > > > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> > > Applied to linux-can-next/testing. > > BTW: TI's dkim is broken: > > | ✗ [PATCH v2] dt-bindings: net: can: Document power-domains property > | + Link: https://lore.kernel.org/r/20210802091822.16407-1-a-govindraju@ti.com > | + Acked-by: Rob Herring <robh@kernel.org> > | + Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> > | --- > | ✗ BADSIG: DKIM/ti.com > I have taken this up with TI's IT operations folks, Thanks for the headsup.
diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml index a7b5807c5543..fb547e26c676 100644 --- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml +++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml @@ -104,6 +104,12 @@ properties: maximum: 32 maxItems: 1 + power-domains: + description: + Power domain provider node and an args specifier containing + the can device id value. + maxItems: 1 + can-transceiver: $ref: can-transceiver.yaml#
Document power-domains property for adding the Power domain provider. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> --- Changes since v1: - removed reference in the description Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 6 ++++++ 1 file changed, 6 insertions(+)