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 reset { 23 reset {
23 label = "reset"; 24 label = "reset";
24 gpios = <&pinctrl 32 0>; -  
25 linux,code = <KEY_RESTART>; 25 gpios = <&pinctrl 32 0>;
Line 26... Line 26...
26 debounce-interval = <60>; 26 linux,code = <KEY_RESTART>;
27 }; 27 };
28   28  
29 wps { 29 wps {
30 label = "wps"; -  
31 gpios = <&pinctrl 33 0>; 30 label = "wps";
32 linux,code = <KEY_WPS_BUTTON>; 31 gpios = <&pinctrl 33 0>;
33 debounce-interval = <60>; 32 linux,code = <KEY_WPS_BUTTON>;
Line 34... Line 33...
34 }; 33 };
35 }; 34 };
Line 46... Line 45...
46 reg = <0>; 45 reg = <0>;
Line 47... Line 46...
47   46  
48 #address-cells = <1>; 47 #address-cells = <1>;
Line -... Line 48...
-   48 #size-cells = <1>;
-   49  
49 #size-cells = <1>; 50 linux,part-probe = "bcm63xxpart";
50   51  
51 partitions { 52 partitions {
52 compatible = "brcm,bcm963xx-cfe-nor-partitions"; 53 compatible = "brcm,bcm963xx-cfe-nor-partitions";
53 }; 54 };