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 rfkill { 23 rfkill {
23 label = "rfkill"; 24 label = "rfkill";
24 gpios = <&pinctrl 9 1>; -  
25 linux,code = <KEY_RFKILL>; 25 gpios = <&pinctrl 9 1>;
Line 26... Line 26...
26 debounce-interval = <60>; 26 linux,code = <KEY_RFKILL>;
27 }; 27 };
28   28  
29 reset { 29 reset {
30 label = "reset"; -  
31 gpios = <&pinctrl 37 1>; 30 label = "reset";
32 linux,code = <KEY_RESTART>; 31 gpios = <&pinctrl 37 1>;
Line 33... Line 32...
33 debounce-interval = <60>; 32 linux,code = <KEY_RESTART>;
34 }; 33 };
Line 35... Line 34...
35 }; 34 };
36   35  
37 leds { 36 gpio-leds {
Line 78... Line 77...
78 }; 77 };
Line 79... Line 78...
79   78  
80 &pflash { 79 &pflash {
Line -... Line 80...
-   80 status = "ok";
-   81  
81 status = "ok"; 82 linux,part-probe = "bcm63xxpart";
82   83  
83 partitions { 84 partitions {
84 compatible = "fixed-partitions"; 85 compatible = "fixed-partitions";