]> Git Repo - J-u-boot.git/commitdiff
ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp157c-ev1
authorFabrice Gasnier <[email protected]>
Mon, 12 Dec 2022 10:44:37 +0000 (11:44 +0100)
committerPatrice Chotard <[email protected]>
Thu, 12 Jan 2023 15:19:53 +0000 (16:19 +0100)
Add support for USB2514B onboard hub on stm32mp157c EV1 board. The HUB
is supplied by a 3v3 PMIC regulator.

[backport from linux ad9591b01d24]
Signed-off-by: Fabrice Gasnier <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Tested-by: Patrick Delaunay <[email protected]>
arch/arm/dts/stm32mp157c-ev1.dts

index 26654729ecf653f58f5e6ff5b866797e1fd97bf3..2d5db41ed67b02747cde52da02c6d03f92934f8b 100644 (file)
 &usbh_ehci {
        phys = <&usbphyc_port0>;
        status = "okay";
+       #address-cells = <1>;
+       #size-cells = <0>;
+       /* onboard HUB */
+       hub@1 {
+               compatible = "usb424,2514";
+               reg = <1>;
+               vdd-supply = <&v3v3>;
+       };
 };
 
 &usbotg_hs {
This page took 0.039768 seconds and 4 git commands to generate.