Commit 0b714009 authored by Johan Jonker's avatar Johan Jonker Committed by Rob Herring

dt-bindings: usb: dwc2: add power-domains property

A test with the command below gives this error:

arch/arm64/boot/dts/rockchip/px30-evb.dt.yaml: usb@ff300000:
'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'

With the conversion to yaml it also filters things
in a node that are used by other drivers like
'power-domains' for Rockchip px30 usb nodes,
so add them to 'dwc2.yaml'.

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/dwc2.yaml
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 2c905f6c
...@@ -78,6 +78,9 @@ properties: ...@@ -78,6 +78,9 @@ properties:
phy-names: phy-names:
const: usb2-phy const: usb2-phy
power-domains:
maxItems: 1
vbus-supply: vbus-supply:
description: reference to the VBUS regulator. Depending on the current mode description: reference to the VBUS regulator. Depending on the current mode
this is enabled (in "host" mode") or disabled (in "peripheral" mode). The this is enabled (in "host" mode") or disabled (in "peripheral" mode). The
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment