OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 12... Line 12...
12 cfi@1f000000 { 12 cfi@1f000000 {
13 compatible = "cfi-flash"; 13 compatible = "cfi-flash";
14 reg = <0x1f000000 0x800000>; 14 reg = <0x1f000000 0x800000>;
15 bank-width = <2>; 15 bank-width = <2>;
16 device-width = <2>; 16 device-width = <2>;
-   17 #address-cells = <1>;
-   18 #size-cells = <1>;
Line 17... Line -...
17   -  
18 partitions { -  
19 compatible = "fixed-partitions"; -  
20 #address-cells = <1>; -  
21 #size-cells = <1>; -  
22   19  
23 partition@0 { 20 partition@0 {
24 label = "bootloader"; 21 label = "bootloader";
25 reg = <0x0 0x30000>; 22 reg = <0x0 0x30000>;
26 read-only; 23 read-only;
27 }; 24 };
28   25  
29 partition@30000 { 26 partition@30000 {
30 label = "config"; 27 label = "config";
31 reg = <0x30000 0x10000>; 28 reg = <0x30000 0x10000>;
32 read-only; 29 read-only;
33 }; 30 };
34   31  
35 factory: partition@40000 { 32 factory: partition@40000 {
36 label = "factory"; 33 label = "factory";
37 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
38 read-only; 35 read-only;
39 }; 36 };
40   37  
41 partition@50000 { -  
42 compatible = "denx,uimage"; 38 partition@50000 {
43 label = "firmware"; 39 label = "firmware";
44 reg = <0x50000 0x790000>; -  
45 }; 40 reg = <0x50000 0x790000>;
46 }; 41 };
Line 47... Line 42...
47 }; 42 };
48   43  
Line 49... Line 44...
49 leds { 44 gpio-leds {
50 compatible = "gpio-leds"; 45 compatible = "gpio-leds";
51   46  
52 diskmounted { -  
53 label = "broadway:red:diskmounted"; -  
54 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; 47 diskmounted {
Line 55... Line 48...
55 trigger-sources = <&otg_port1>; 48 label = "broadway:red:diskmounted";
56 linux,default-trigger = "usbport"; 49 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
57 }; 50 };
58   51  
59 wps_active { 52 wps_active {
Line 60... Line 53...
60 label = "broadway:red:wps_active"; 53 label = "broadway:red:wps_active";
61 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; 54 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
-   55 };
-   56 };
62 }; 57  
Line 63... Line 58...
63 }; 58 gpio-keys-polled {
64   59 compatible = "gpio-keys-polled";
65 keys { 60 #address-cells = <1>;