Messages in this thread Patch in this message |  | | From | Kunihiko Hayashi <> | Subject | [PATCH 3/9] ARM: dts: uniphier: Rename usb-phy node to usb-glue | Date | Mon, 4 Jul 2022 09:20:20 +0900 |
| |
Actual phy nodes are each child node. The parent node should be usb-glue node. This applies to the devicetre for Pro4 SoC.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> --- arch/arm/boot/dts/uniphier-pro4.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/uniphier-pro4.dtsi b/arch/arm/boot/dts/uniphier-pro4.dtsi index a53b73ee93e9..cf62821c69ca 100644 --- a/arch/arm/boot/dts/uniphier-pro4.dtsi +++ b/arch/arm/boot/dts/uniphier-pro4.dtsi @@ -376,7 +376,7 @@ pinctrl: pinctrl { compatible = "socionext,uniphier-pro4-pinctrl"; }; - usb-phy { + usb-glue { compatible = "socionext,uniphier-pro4-usb2-phy"; #address-cells = <1>; #size-cells = <0>; -- 2.25.1
|  |