Add USB required properties in SPL for mk808.

Signed-off-by: Johan Jonker <[email protected]>
---
 arch/arm/dts/rk3066a-mk808-u-boot.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi 
b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
index dd2eff529e99..ab920272407e 100644
--- a/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
+++ b/arch/arm/dts/rk3066a-mk808-u-boot.dtsi
@@ -2,6 +2,12 @@

 #include "rk3066a-u-boot.dtsi"

+/ {
+       chosen {
+               u-boot,spl-boot-order = &mmc0, &usb_host;
+       };
+};
+
 &cru {
        bootph-all;
 };
@@ -41,3 +47,15 @@
 &uart2 {
        bootph-all;
 };
+
+&usb_host {
+       bootph-pre-ram;
+};
+
+&usbphy {
+       bootph-pre-ram;
+};
+
+&usbphy1 {
+       bootph-pre-ram;
+};
--
2.39.5

Reply via email to