OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 4... Line 4...
4 #include <dt-bindings/input/input.h> 4 #include <dt-bindings/input/input.h>
Line 5... Line 5...
5   5  
6 / { 6 / {
Line 7... Line 7...
7 compatible = "asiarf,awm002-evb", "ralink,rt5350-soc"; 7 compatible = "asiarf,awm002-evb", "ralink,rt5350-soc";
8   8  
Line 9... Line 9...
9 leds { 9 gpio-leds {
10 compatible = "gpio-leds"; 10 compatible = "gpio-leds";
11   11  
Line 23... Line 23...
23 label = "awm002-evb:green:wps"; 23 label = "awm002-evb:green:wps";
24 gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; 24 gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
25 }; 25 };
26 }; 26 };
Line 27... Line 27...
27   27  
28 keys { 28 gpio-keys-polled {
-   29 compatible = "gpio-keys-polled";
-   30 #address-cells = <1>;
29 compatible = "gpio-keys-polled"; 31 #size-cells = <0>;
Line 30... Line 32...
30 poll-interval = <20>; 32 poll-interval = <20>;
31   33  
32 reset_wps { 34 reset_wps {