ramips: fix polarity in gpio-export node
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / HC5861.dts
index d4f34b32d1b269d692f2e5fbd7c0db45229873c1..8773588e3e7e42e5900bb667cda82b92ae3efe8e 100644 (file)
                usbpower {
                        gpio-export,name = "usbpower";
                        gpio-export,output = <0>;
-                       gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
 
                sdpower {
                        gpio-export,name = "sdpower";
                        gpio-export,output = <0>;
-                       gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
                };
        };
 };