arm64: dts: fsl-lx2160a-tqmlx2160a: change "vcc" to "vdd" for hub*
authorFrank Li <Frank.Li@nxp.com>
Mon, 19 Aug 2024 17:01:17 +0000 (13:01 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:21 +0000 (17:36 +0800)
According to binging doc usb/ti,usb8041.yaml and in
drivers/usb/misc/onboard_usb_dev.h

ti_tusb8041_data = { .supply_names = { "vdd" },};

It should vdd-supply instead vcc-supply.

Fixes: 04b77e0124ef ("arm64: dts: freescale: add fsl-lx2160a-mblx2160a board")
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts

index da0f58e26b9aae56527763187735a330e2dbd152..f6a4f8d5430156203e558df5d8ca6174dc81b7f9 100644 (file)
                reg = <1>;
                peer-hub = <&hub_3_0>;
                reset-gpios = <&gpioex1 0 GPIO_ACTIVE_LOW>;
-               vcc-supply = <&reg_vcc3v3>;
+               vdd-supply = <&reg_vcc3v3>;
        };
 
        hub_3_0: hub@2 {
                reg = <2>;
                peer-hub = <&hub_2_0>;
                reset-gpios = <&gpioex1 0 GPIO_ACTIVE_LOW>;
-               vcc-supply = <&reg_vcc3v3>;
+               vdd-supply = <&reg_vcc3v3>;
        };
 };