]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/rk3399-puma.dtsi
rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
[u-boot] / arch / arm / dts / rk3399-puma.dtsi
index dd1baea70407c188e934dd284212b7369357c8ed..f95c68e9f6e8b0b9c2a8f6c98a5a5767686444be 100644 (file)
@@ -20,7 +20,8 @@
 
        chosen {
                stdout-path = "serial0:115200n8";
-               u-boot,spl-boot-order = &spiflash, &sdhci, &sdmmc;
+               u-boot,spl-boot-order = \
+                       "same-as-spl", &spiflash, &sdhci, &sdmmc;
        };
 
        aliases {
                };
        };
 
+       usbhub_enable: usbhub_enable {
+               compatible = "regulator-fixed";
+               regulator-name = "usbhub_enable";
+               enable-active-low;
+               gpio = <&gpio4 3 GPIO_ACTIVE_HIGH>;
+               regulator-always-on;
+               regulator-boot-on;
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
+
        vccadc_ref: vccadc-ref {
                compatible = "regulator-fixed";
                regulator-name = "vcc1v8_sys";
 };
 
 &dwc3_typec1 {
-       rockchip,vbus-gpio = <&gpio4 3 GPIO_ACTIVE_LOW>;
        status = "okay";
 };