OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 11... Line 11...
11 chosen { 11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; 12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8"; 13 stdout-path = "serial0:115200n8";
14 }; 14 };
Line 15... Line 15...
15   15  
16 keys { 16 gpio-keys-polled {
17 compatible = "gpio-keys-polled"; 17 compatible = "gpio-keys-polled";
18 #address-cells = <1>; 18 #address-cells = <1>;
19 #size-cells = <0>; 19 #size-cells = <0>;
-   20 poll-interval = <20>;
Line 20... Line 21...
20 poll-interval = <20>; 21 debounce-interval = <60>;
21   22  
22 wlan { 23 wlan {
23 label = "wlan"; 24 label = "wlan";
24 gpios = <&pinctrl 1 0>; -  
25 linux,code = <KEY_WLAN>; 25 gpios = <&pinctrl 1 0>;
26 debounce-interval = <60>; -  
27 }; 26 linux,code = <KEY_WLAN>;
28   27 };
29 wps { 28 wps {
30 label = "wps"; 29 label = "wps";
31 gpios = <&pinctrl 33 1>; -  
32 linux,code = <KEY_WPS_BUTTON>; 30 gpios = <&pinctrl 33 1>;
33 debounce-interval = <60>; -  
34 }; 31 linux,code = <KEY_WPS_BUTTON>;
35   32 };
36 reset { 33 reset {
37 label = "reset"; 34 label = "reset";
38 gpios = <&pinctrl 34 1>; -  
39 linux,code = <KEY_RESTART>; 35 gpios = <&pinctrl 34 1>;
40 debounce-interval = <60>; 36 linux,code = <KEY_RESTART>;
Line 41... Line 37...
41 }; 37 };
42 }; 38 };
Line 43... Line 39...
43   39  
44 leds { 40 gpio-leds {
45 compatible = "gpio-leds"; 41 compatible = "gpio-leds";
Line 103... Line 99...
103 reg = <0>; 99 reg = <0>;
Line 104... Line 100...
104   100  
105 #address-cells = <1>; 101 #address-cells = <1>;
Line -... Line 102...
-   102 #size-cells = <1>;
-   103  
106 #size-cells = <1>; 104 linux,part-probe = "bcm63xxpart";
107   105  
108 partitions { 106 partitions {
109 compatible = "fixed-partitions"; 107 compatible = "fixed-partitions";