]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR
authorMarek Vasut <marex@denx.de>
Fri, 28 Jan 2022 18:35:20 +0000 (19:35 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 15 Mar 2022 08:13:31 +0000 (09:13 +0100)
Fix the following warning in SPL and make sure that even DTs which
enforce Vbus detection using u-boot,force-vbus-detection;, the DFU
in SPL will work.

dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi

index 338b674368a34b67e45248c3dee74f946185ee29..cd3190cca68bf6157c6db7f688974636e32a2135 100644 (file)
        u-boot,dm-spl;
 };
 
+&usb33 {
+       u-boot,dm-spl;
+};
+
+&usbotg_hs_pins_a {
+       u-boot,dm-spl;
+};
+
 &usbotg_hs {
        u-boot,dm-spl;
 };