Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp157c-ev1

Add support for USB2514B onboard hub on stm32mp157c EV1 board. The HUB
is supplied by a 3v3 PMIC regulator.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Fabrice Gasnier and committed by
Alexandre Torgue
ad9591b0 c8ce0dd7

+8
+8
arch/arm/boot/dts/stm32mp157c-ev1.dts
··· 370 370 &usbh_ehci { 371 371 phys = <&usbphyc_port0>; 372 372 status = "okay"; 373 + #address-cells = <1>; 374 + #size-cells = <0>; 375 + /* onboard HUB */ 376 + hub@1 { 377 + compatible = "usb424,2514"; 378 + reg = <1>; 379 + vdd-supply = <&v3v3>; 380 + }; 373 381 }; 374 382 375 383 &usbotg_hs {