OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 12... Line 12...
12   12  
13 pinctrl-names = "default"; 13 pinctrl-names = "default";
Line 14... Line 14...
14 pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>; 14 pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
-   15  
-   16 m25p80@0 {
15   17 #address-cells = <1>;
16 m25p80@0 { 18 #size-cells = <1>;
17 compatible = "jedec,spi-nor"; 19 compatible = "jedec,spi-nor";
18 reg = <0>; -  
19 spi-max-frequency = <40000000>; -  
20   -  
21 partitions { -  
22 compatible = "fixed-partitions"; 20 reg = <0>;
Line 23... Line 21...
23 #address-cells = <1>; 21 spi-max-frequency = <40000000>;
24 #size-cells = <1>; 22 m25p,chunked-io = <31>;
25   23  
26 partition@0 { 24 partition@0 {
Line 39... Line 37...
39 reg = <0x40000 0x10000>; 37 reg = <0x40000 0x10000>;
40 read-only; 38 read-only;
41 }; 39 };
Line 42... Line 40...
42   40  
43 partition@50000 { -  
44 compatible = "denx,uimage"; 41 partition@50000 {
45 label = "firmware"; 42 label = "firmware";
46 reg = <0x50000 0x1fb0000>; 43 reg = <0x50000 0x1fb0000>;
47 }; 44 };
48 }; -  
Line 49... Line 45...
49 }; 45 };
50   46  
51 spidev@1 { 47 spidev@1 {
52 #address-cells = <1>; 48 #address-cells = <1>;