Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / rk3328-rock64-u-boot.dtsi
index 8318bf4e6030182e7d2c2f8ae39f62ee428d745f..f0760750766061bf386608e031e962614037dcae 100644 (file)
        };
 };
 
+&gpio0 {
+       u-boot,dm-spl;
+};
+
+&pinctrl {
+       u-boot,dm-spl;
+};
+
+&sdmmc0m1_gpio {
+       u-boot,dm-spl;
+};
+
+&pcfg_pull_up_4ma {
+       u-boot,dm-spl;
+};
+
 &usb_host0_xhci {
        vbus-supply = <&vcc_host_5v>;
        status = "okay";
@@ -25,3 +41,8 @@
        /delete-property/ regulator-always-on;
        /delete-property/ regulator-boot-on;
 };
+
+/* Need this and all the pinctrl/gpio stuff above to set pinmux */
+&vcc_sd {
+       u-boot,dm-spl;
+};