OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard 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   -  
18 partitions { -  
19 compatible = "fixed-partitions"; -  
20 #address-cells = <1>; 17 #address-cells = <1>;
21 #size-cells = <1>; 18 #size-cells = <1>;
Line 22... Line 19...
22   19  
23 partition@0 { 20 partition@0 {
Line 37... Line 34...
37 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
38 read-only; 35 read-only;
39 }; 36 };
Line 40... Line 37...
40   37  
41 partition@50000 { -  
42 compatible = "denx,uimage"; 38 partition@50000 {
43 label = "firmware"; 39 label = "firmware";
44 reg = <0x50000 0x790000>; 40 reg = <0x50000 0x790000>;
45 }; 41 };
46 }; -  
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>;