diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-09-13 06:22:42 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 22:41:34 +0200 |
commit | 242c78ff62ff2c4bd629993cfde616d963b53eec (patch) | |
tree | c4cb0f18a4a23886edd8cc24ffc3e9fa92173011 /arch/arm/boot/dts/uniphier-pro4.dtsi | |
parent | ARM: dts: uniphier: Rename pvtctl node to thermal-sensor (diff) | |
download | linux-242c78ff62ff2c4bd629993cfde616d963b53eec.tar.xz linux-242c78ff62ff2c4bd629993cfde616d963b53eec.zip |
ARM: dts: uniphier: Rename usb-phy node for USB2 to usb-controller
Actual phy nodes are each child node. The parent node should be
usb-controller node as a representation of the phy integration.
This applies to the devicetree for Pro4 SoC.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-3-hayashi.kunihiko@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4.dtsi b/arch/arm/boot/dts/uniphier-pro4.dtsi index a53b73ee93e9..6140eb42c42a 100644 --- a/arch/arm/boot/dts/uniphier-pro4.dtsi +++ b/arch/arm/boot/dts/uniphier-pro4.dtsi @@ -376,7 +376,7 @@ compatible = "socionext,uniphier-pro4-pinctrl"; }; - usb-phy { + usb-controller { compatible = "socionext,uniphier-pro4-usb2-phy"; #address-cells = <1>; #size-cells = <0>; |