]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Use usb-hub as node name
authorMichal Simek <michal.simek@xilinx.com>
Fri, 29 Oct 2021 10:48:56 +0000 (12:48 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Dec 2021 12:32:48 +0000 (13:32 +0100)
DT spec is directly listing this as node name that's why use it instead of
usb-hub name.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-sck-kr-g-revA.dts
arch/arm/dts/zynqmp-sck-kv-g-revB.dts

index 00ab4cc95c5e314a627d965dec840527f046b9a7..15b01359f288ae775b81e0abb09dc9e8386768e4 100644 (file)
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
        reset-gpios = <&slg7xl45106 0 GPIO_ACTIVE_LOW>;
 
-       usbhub0: usb5744@2d { /* u43 */
+       usbhub0: usb-hub@2d { /* u43 */
                i2c-bus = <&usbhub_i2c0>;
                compatible = "microchip,usb5744";
                reset-gpios = <&slg7xl45106 3 GPIO_ACTIVE_LOW>;
        phys = <&psgtr 3 PHY_TYPE_USB3 1 2>;
        reset-gpios = <&slg7xl45106 1 GPIO_ACTIVE_LOW>;
 
-       usbhub1: usb5744@2d { /* u84 */
+       usbhub1: usb-hub@2d { /* u84 */
                i2c-bus = <&usbhub_i2c1>;
                compatible = "microchip,usb5744";
                reset-gpios = <&slg7xl45106 4 GPIO_ACTIVE_LOW>;
index 7edc6ce91d05def1c24a13008b02694669bc151e..d43ce133512a53770384db8f77153d31cce7ecd5 100644 (file)
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 1>;
 
-       usbhub: usb5744@2d { /* u43 */
+       usb5744: usb-hub@2d { /* u43 */
                status = "okay";
                compatible = "microchip,usb5744";
                i2c-bus = <&i2c1>;