OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 12... Line 12...
12 memory@0 { 12 memory@0 {
13 device_type = "memory"; 13 device_type = "memory";
14 reg = <0x0 0x4000000>; 14 reg = <0x0 0x4000000>;
15 }; 15 };
Line 16... Line 16...
16   16  
17 keys { 17 gpio-keys-polled {
-   18 compatible = "gpio-keys-polled";
-   19 #address-cells = <1>;
18 compatible = "gpio-keys-polled"; 20 #size-cells = <0>;
Line 19... Line 21...
19 poll-interval = <100>; 21 poll-interval = <100>;
20   22  
21 reset { 23 reset {
Line 105... Line 107...
105   107  
106 &spi0 { 108 &spi0 {
Line 107... Line 109...
107 status = "okay"; 109 status = "okay";
-   110  
-   111 m25p80@0 {
108   112 #address-cells = <1>;
109 m25p80@0 { 113 #size-cells = <1>;
110 compatible = "jedec,spi-nor"; 114 compatible = "jedec,spi-nor";
-   115 reg = <0>;
111 reg = <0>; 116 spi-max-frequency = <60000000>;
Line 112... Line -...
112 spi-max-frequency = <60000000>; -  
113 m25p,fast-read; -  
114   -  
115 partitions { -  
116 compatible = "fixed-partitions"; -  
117 #address-cells = <1>; 117 m25p,chunked-io = <32>;
118 #size-cells = <1>; 118 m25p,fast-read;
119   119  
120 partition@0 { 120 partition@0 {
121 label = "u-boot"; 121 label = "u-boot";
Line 134... Line 134...
134 reg = <0x40000 0x10000>; 134 reg = <0x40000 0x10000>;
135 read-only; 135 read-only;
136 }; 136 };
Line 137... Line 137...
137   137  
138 partition@50000 { -  
139 compatible = "denx,uimage"; 138 partition@50000 {
140 label = "firmware"; 139 label = "firmware";
141 reg = <0x50000 0x7b0000>; 140 reg = <0x50000 0x7b0000>;
142 }; 141 };
143 }; 142 };
144 }; -