-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Linux Core SDK
-
LCPD-44641
-
11.01
-
11.02
-
missing "bootph-pre-ram" in usb0_phy_ctrl node in the DTS file.
Patch to fix this:
diff --git a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
index 5b0dd1cf46ca..f0c7cdc6c5c7 100644
--- a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
@@ -64,6 +64,11 @@
bootph-all;
};
+/* Required for USB DFU Boot */
+&usb0_phy_ctrl {
+ bootph-pre-ram;
+};
+
&ddr_pmctrl {
bootph-pre-ram;
}; code placeholder