X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FDCS-930L-B1.dts;h=5d2899ea27fd31c28678445cef09835aba7bc4eb;hp=8ebc1bb3d27bc2d385b7f9c95a9300e24fc332ad;hb=70b192f57358f753842cbe1f8f82e26e8c6f9e1e;hpb=b70a96285c0f489be68bfea7a84a7950a58ddc79 diff --git a/target/linux/ramips/dts/DCS-930L-B1.dts b/target/linux/ramips/dts/DCS-930L-B1.dts index 8ebc1bb3d2..5d2899ea27 100644 --- a/target/linux/ramips/dts/DCS-930L-B1.dts +++ b/target/linux/ramips/dts/DCS-930L-B1.dts @@ -2,10 +2,11 @@ #include "rt5350.dtsi" +#include #include / { - compatible = "DCS-930L-B1", "ralink,rt5350-soc"; + compatible = "dlink,dcs-930l-b1", "ralink,rt5350-soc"; model = "D-Link DCS-930L B1"; gpio-leds { @@ -13,12 +14,12 @@ power { label = "dcs-930l-b1:red:power"; - gpios = <&gpio0 17 1>; + gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; }; wps { label = "dcs-930l-b1:blue:wps"; - gpios = <&gpio0 19 1>; + gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; }; }; @@ -30,13 +31,13 @@ reset { label = "reset"; - gpios = <&gpio0 0 1>; + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 20 1>; + gpios = <&gpio0 20 GPIO_ACTIVE_LOW>; linux,code = ; }; };