]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts
sunxi: DT: H3: update board .dts files from Linux
[u-boot] / arch / arm / dts / sun8i-h3-orangepi-pc-plus.dts
index 4653cac49bea2093c93d6e53b83c7e14a5929273..71fb7320893971336edf1ec145d2f213bb61d34f 100644 (file)
        };
 };
 
+&emac {
+       /* LEDs changed to active high on the plus */
+       /delete-property/ allwinner,leds-active-low;
+};
+
 &mmc1 {
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;
@@ -80,7 +85,7 @@
 
 &mmc2_8bit_pins {
        /* Increase drive strength for DDR modes */
-       allwinner,drive = <SUN4I_PINCTRL_40_MA>;
+       drive-strength = <40>;
        /* eMMC is missing pull-ups */
-       allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
+       bias-pull-up;
 };