OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore 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";
122 reg = <0x0 0x30000>; 122 reg = <0x0 0x30000>;
123 read-only; 123 read-only;
124 }; 124 };
125   125  
126 partition@30000 { 126 partition@30000 {
127 label = "u-boot-env"; 127 label = "u-boot-env";
128 reg = <0x30000 0x10000>; 128 reg = <0x30000 0x10000>;
129 read-only; 129 read-only;
130 }; 130 };
131   131  
132 factory: partition@40000 { 132 factory: partition@40000 {
133 label = "factory"; 133 label = "factory";
134 reg = <0x40000 0x10000>; 134 reg = <0x40000 0x10000>;
135 read-only; 135 read-only;
136 }; -  
137   136 };
138 partition@50000 { 137  
139 compatible = "denx,uimage"; -  
140 label = "firmware"; 138 partition@50000 {
141 reg = <0x50000 0x7b0000>; 139 label = "firmware";
142 }; 140 reg = <0x50000 0x7b0000>;