]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: usb: dwc2: add power-domains property
authorJohan Jonker <jbx6244@gmail.com>
Sat, 25 Apr 2020 17:08:33 +0000 (19:08 +0200)
committerRob Herring <robh@kernel.org>
Mon, 11 May 2020 22:25:46 +0000 (17:25 -0500)
commit9dd32dc12393827bdc5055eeb19dfc37c3b224b4
tree9b48d0d48d61324c3755ef609c46271b18f52968
parentf56f63ad76947729fc577365bcda216d58b4e70d
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: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/usb/dwc2.yaml