diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-10-14 12:55:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-23 15:34:53 +0300 |
commit | caa7b74493f9c903fb6cd4bdec295bcae0507cc6 (patch) | |
tree | 9865b0fd129add82af3e02ccce08e77a948935c2 /Documentation/devicetree/bindings/phy | |
parent | e1b5d2bed67c60c30d01a89df32152d74cfc8e63 (diff) | |
download | linux-caa7b74493f9c903fb6cd4bdec295bcae0507cc6.tar.xz |
dt-bindings: phy: imx8mq-usb: add power-domains property
Add optional power-domains property for usb phy.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221014095550.2125018-1-peng.fan@oss.nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml index 2936f3510a6a..5ba9570ad7bf 100644 --- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml @@ -28,6 +28,9 @@ properties: items: - const: phy + power-domains: + maxItems: 1 + vbus-supply: description: A phandle to the regulator for USB VBUS. |