ARM: dts: renesas: Fix USB PHY device and child node names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 14 Sep 2022 14:21:54 +0000 (16:21 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 19 Sep 2022 11:53:47 +0000 (13:53 +0200)
commit422797652877f55e7dccb8362fdd2ce399489cdc
tree913b313cdaed654e314424f23c6d961b4a84b440
parent167720e4bcc83bfc72c717abdfd5d5cd4dc80b61
ARM: dts: renesas: Fix USB PHY device and child node names

make dtbs_check:

    usb-phy@e6590100: '#phy-cells' is a required property
    From schema: dtschema/schemas/phy/phy-provider.yaml

The R-Car Gen2 USB PHY device nodes do not represent USB PHYs
theirselves, and thus do not have "#phy-cells" properties.  Fix the
warning by renaming them from "usb-phy" to "usb-phy-controller".
Rename their child nodes from "usb-channel" to "usb-phy", as these do
represent USB PHYs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/6442b4042e26537abc8632c4772f8201685f1f1f.1663165098.git.geert+renesas@glider.be
arch/arm/boot/dts/r8a7742.dtsi
arch/arm/boot/dts/r8a7743.dtsi
arch/arm/boot/dts/r8a7744.dtsi
arch/arm/boot/dts/r8a7745.dtsi
arch/arm/boot/dts/r8a77470.dtsi
arch/arm/boot/dts/r8a7790.dtsi
arch/arm/boot/dts/r8a7791.dtsi
arch/arm/boot/dts/r8a7794.dtsi