arm64: dts: fsl-lx2160a-tqmlx2160a: change "vcc" to "vdd" for hub*
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: 04b77e0124 ("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>
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
reg = <1>;
|
||||
peer-hub = <&hub_3_0>;
|
||||
reset-gpios = <&gpioex1 0 GPIO_ACTIVE_LOW>;
|
||||
vcc-supply = <®_vcc3v3>;
|
||||
vdd-supply = <®_vcc3v3>;
|
||||
};
|
||||
|
||||
hub_3_0: hub@2 {
|
||||
@@ -328,7 +328,7 @@
|
||||
reg = <2>;
|
||||
peer-hub = <&hub_2_0>;
|
||||
reset-gpios = <&gpioex1 0 GPIO_ACTIVE_LOW>;
|
||||
vcc-supply = <®_vcc3v3>;
|
||||
vdd-supply = <®_vcc3v3>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user