OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 19... Line 19...
19 compatible = "simple-audio-card"; 19 compatible = "simple-audio-card";
20 simple-audio-card,name = "Audio-I2S"; 20 simple-audio-card,name = "Audio-I2S";
21 simple-audio-card,format = "i2s"; 21 simple-audio-card,format = "i2s";
22 simple-audio-card,bitclock-master = <&dailink0_master>; 22 simple-audio-card,bitclock-master = <&dailink0_master>;
23 simple-audio-card,frame-master = <&dailink0_master>; 23 simple-audio-card,frame-master = <&dailink0_master>;
24 simple-audio-card,widgets = 24 simple-audio-card,widgets =
25 "Microphone", "Microphone Jack", 25 "Microphone", "Microphone Jack",
26 "Headphone", "Headphone Jack"; 26 "Headphone", "Headphone Jack";
27 simple-audio-card,routing = 27 simple-audio-card,routing =
28 "LINPUT1", "Microphone Jack", 28 "LINPUT1", "Microphone Jack",
29 "RINPUT1", "Microphone Jack", 29 "RINPUT1", "Microphone Jack",
Line 80... Line 80...
80   80  
81 &spi0 { 81 &spi0 {
Line 82... Line 82...
82 status = "okay"; 82 status = "okay";
-   83  
-   84 mx25l6405d@0 {
83   85 #address-cells = <1>;
84 mx25l6405d@0 { 86 #size-cells = <1>;
85 compatible = "mx25l6405d","jedec,spi-nor"; 87 compatible = "mx25l6405d","jedec,spi-nor";
-   88 reg = <0 0>;
Line 86... Line -...
86 reg = <0 0>; -  
87 spi-max-frequency = <10000000>; -  
88   -  
89 partitions { -  
90 compatible = "fixed-partitions"; -  
91 #address-cells = <1>; 89 spi-max-frequency = <10000000>;
92 #size-cells = <1>; 90 m25p,chunked-io = <32>;
93   91  
94 partition@0 { 92 partition@0 {
95 label = "u-boot"; 93 label = "u-boot";
96 reg = <0x0 0x30000>; 94 reg = <0x0 0x30000>;
97 read-only; 95 read-only;
98 }; 96 };
99   97  
100 partition@30000 { 98 partition@30000 {
101 label = "u-boot-env"; 99 label = "u-boot-env";
102 reg = <0x30000 0x10000>; 100 reg = <0x30000 0x10000>;
103 read-only; 101 read-only;
104 }; 102 };
105   103  
106 factory: partition@40000 { 104 factory: partition@40000 {
107 label = "factory"; 105 label = "factory";
108 reg = <0x40000 0x10000>; 106 reg = <0x40000 0x10000>;
109 read-only; 107 read-only;
110 }; -  
111   108 };
112 partition@50000 { 109  
113 compatible = "denx,uimage"; -  
114 label = "firmware"; 110 partition@50000 {
115 reg = <0x50000 0x7b0000>; 111 label = "firmware";
116 }; 112 reg = <0x50000 0x7b0000>;
Line 117... Line 113...
117 }; 113 };