mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 06:41:36 +02:00
arm64: zynqmp: Do not expose usbhub nodes on kr260 usb1
usb0 is already updated but forget to also update usb1. Fixes: 4ff083f09bc2 ("arm64: zynqmp: Do not expose usbhub nodes") Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/862ca748670f18f25d88aa5b43c37e3dd6aa35eb.1706791116.git.michal.simek@amd.com
This commit is contained in:
parent
f1c24bdf7b
commit
04dca75ae3
@ -174,12 +174,13 @@
|
|||||||
phys = <&psgtr 3 PHY_TYPE_USB3 1 2>;
|
phys = <&psgtr 3 PHY_TYPE_USB3 1 2>;
|
||||||
reset-gpios = <&slg7xl45106 1 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&slg7xl45106 1 GPIO_ACTIVE_LOW>;
|
||||||
assigned-clock-rates = <250000000>, <20000000>;
|
assigned-clock-rates = <250000000>, <20000000>;
|
||||||
|
#if 0
|
||||||
usbhub1: usb-hub { /* u84 */
|
usbhub1: usb-hub { /* u84 */
|
||||||
i2c-bus = <&usbhub_i2c1>;
|
i2c-bus = <&usbhub_i2c1>;
|
||||||
compatible = "microchip,usb5744";
|
compatible = "microchip,usb5744";
|
||||||
reset-gpios = <&slg7xl45106 4 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&slg7xl45106 4 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
@ -175,11 +175,13 @@
|
|||||||
reset-gpios = <&slg7xl45106 1 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&slg7xl45106 1 GPIO_ACTIVE_LOW>;
|
||||||
assigned-clock-rates = <250000000>, <20000000>;
|
assigned-clock-rates = <250000000>, <20000000>;
|
||||||
|
|
||||||
|
#if 0
|
||||||
usbhub1: usb-hub { /* u84 */
|
usbhub1: usb-hub { /* u84 */
|
||||||
i2c-bus = <&usbhub_i2c1>;
|
i2c-bus = <&usbhub_i2c1>;
|
||||||
compatible = "microchip,usb5744";
|
compatible = "microchip,usb5744";
|
||||||
reset-gpios = <&slg7xl45106 4 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&slg7xl45106 4 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
&dwc3_1 {
|
&dwc3_1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user