diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-03-28 13:46:02 +0800 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2023-04-04 16:48:45 +0200 |
commit | 066b41a599d687fb0409bd0b0f3c41615f070d77 (patch) | |
tree | 5cf2f601995c086b440ed1c15ea8b98d8408675d /Documentation/devicetree | |
parent | 8e85d550c127d8c559d94c8a2bb7b48e1d75432d (diff) |
dt-bindings: can: fsl,flexcan: add optional power-domains property
Add optional power-domains property for i.MX8 usage.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/all/20230328054602.1974255-1-peng.fan@oss.nxp.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml index 6e59bd2a6094..4162469c3c08 100644 --- a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml +++ b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml @@ -63,6 +63,9 @@ properties: boot loader. This property should only be used the used operating system doesn't support the clocks and clock-names property. + power-domains: + maxItems: 1 + xceiver-supply: description: Regulator that powers the CAN transceiver. |