Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: rename nodename for phy-rockchip-inno-usb2

The pattern: "^(|usb-|usb2-|usb3-|pci-|pcie-|sata-)phy(@[0-9a-f,]+)*$"
in phy-provider.yaml has required "#phy-cells" for phy nodes.
The "phy-cells" in rockchip-inno-usb2 nodes are located in subnodes.
Rename the nodename to pattern "usb2phy@[0-9a-f]+$" to prevent
notifications.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/schemas/
phy/phy-provider.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210601164800.7670-4-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
2fd2300a d67113c2

+3 -3
+2 -2
arch/arm/boot/dts/rk322x.dtsi
··· 190 190 status = "disabled"; 191 191 }; 192 192 193 - u2phy0: usb2-phy@760 { 193 + u2phy0: usb2phy@760 { 194 194 compatible = "rockchip,rk3228-usb2phy"; 195 195 reg = <0x0760 0x0c>; 196 196 clocks = <&cru SCLK_OTGPHY0>; ··· 217 217 }; 218 218 }; 219 219 220 - u2phy1: usb2-phy@800 { 220 + u2phy1: usb2phy@800 { 221 221 compatible = "rockchip,rk3228-usb2phy"; 222 222 reg = <0x0800 0x0c>; 223 223 clocks = <&cru SCLK_OTGPHY1>;
+1 -1
arch/arm/boot/dts/rv1108.dtsi
··· 265 265 #address-cells = <1>; 266 266 #size-cells = <1>; 267 267 268 - u2phy: usb2-phy@100 { 268 + u2phy: usb2phy@100 { 269 269 compatible = "rockchip,rv1108-usb2phy"; 270 270 reg = <0x100 0x0c>; 271 271 clocks = <&cru SCLK_USBPHY>;