commit | 30d1dfc9bb4672aedccbac4ebda03275d254a751 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Mon Nov 06 16:55:48 2023 +0100 |
committer | Michal Simek <michal.simek@amd.com> | Wed Dec 13 08:58:06 2023 +0100 |
tree | 54f7f08bc8c435e2b6c525c2f6c950e56629cf3c | |
parent | 965c01839fc50a3d69f80c82af676ff814623b81 [diff] [blame] |
arm64: zynqmp: Do not expose usbhub nodes Upstream dwc3 U-Boot driver is not able to handle child nodes properly that's why comment them in DT for now. This patch should be reverted when dwc3 driver handles it properly. DT node itself is aligned with dt schema. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/537c91a7ac0843358c4e33aa10d9e035d8e92faf.1699286139.git.michal.simek@amd.com
diff --git a/arch/arm/dts/zynqmp-sck-kv-g-revA.dtso b/arch/arm/dts/zynqmp-sck-kv-g-revA.dtso index c4f1da9..f43c159 100644 --- a/arch/arm/dts/zynqmp-sck-kv-g-revA.dtso +++ b/arch/arm/dts/zynqmp-sck-kv-g-revA.dtso
@@ -131,10 +131,12 @@ pinctrl-0 = <&pinctrl_usb0_default>; phy-names = "usb3-phy"; phys = <&psgtr 2 PHY_TYPE_USB3 0 1>; +#if 0 usbhub: usb5744 { /* u43 */ compatible = "microchip,usb5744"; reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>; }; +#endif }; &dwc3_0 {