]> git.ipfire.org Git - people/ms/linux.git/commitdiff
sunxi: dt: apply IPFire changes for orangepi zero
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Mar 2018 10:32:33 +0000 (11:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Sep 2022 09:39:23 +0000 (09:39 +0000)
change led trigger
enable all usb

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts

index 7b42ab8b51807027f75a026fa17fdaafa28e21ce..d6898676ab7f9a58ba84a33418d512f359a5ae1d 100644 (file)
                pwr_led {
                        label = "orangepi:green:pwr";
                        gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       linux,default-trigger = "heartbeat";
                };
 
                status_led {
                        label = "orangepi:red:status";
                        gpios = <&pio 0 17 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "mmc0";
+
                };
        };
 
        status = "okay";
 };
 
+&ehci2 {
+       status = "okay";
+};
+
+&ehci3 {
+       status = "okay";
+};
+
 &emac {
        phy-handle = <&int_mii_phy>;
        phy-mode = "mii";
        status = "okay";
 };
 
+&ohci2 {
+       status = "okay";
+};
+
+&ohci3 {
+       status = "okay";
+};
+
 &spi0 {
        /* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
        status = "disabled";