OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 28... Line 28...
28 compatible = "national,lm92"; 28 compatible = "national,lm92";
29 reg = <0x4b>; 29 reg = <0x4b>;
30 }; 30 };
31 }; 31 };
Line 32... Line 32...
32   32  
33 leds { 33 gpio-leds {
Line 34... Line 34...
34 compatible = "gpio-leds"; 34 compatible = "gpio-leds";
35   35  
36 ld1 { 36 ld1 {
Line 51... Line 51...
51   51  
52 &spi0 { 52 &spi0 {
Line 53... Line 53...
53 status = "okay"; 53 status = "okay";
-   54  
-   55 m25p80@0 {
54   56 #address-cells = <1>;
55 m25p80@0 { 57 #size-cells = <1>;
56 compatible = "jedec,spi-nor"; 58 compatible = "jedec,spi-nor";
Line 57... Line -...
57 reg = <0>; -  
58 spi-max-frequency = <10000000>; -  
59   -  
60 partitions { -  
61 compatible = "fixed-partitions"; -  
62 #address-cells = <1>; 59 reg = <0>;
63 #size-cells = <1>; 60 spi-max-frequency = <10000000>;
64   61  
65 partition@0 { 62 partition@0 {
66 label = "u-boot"; 63 label = "u-boot";
67 reg = <0x0 0x30000>; 64 reg = <0x0 0x30000>;
68 read-only; 65 read-only;
69 }; 66 };
70   67  
71 partition@30000 { 68 partition@30000 {
72 label = "u-boot-env"; 69 label = "u-boot-env";
73 reg = <0x30000 0x10000>; 70 reg = <0x30000 0x10000>;
74 read-only; 71 read-only;
75 }; 72 };
76   73  
77 factory: partition@40000 { 74 factory: partition@40000 {
78 label = "factory"; 75 label = "factory";
79 reg = <0x40000 0x10000>; 76 reg = <0x40000 0x10000>;
80 read-only; 77 read-only;
81 }; -  
82   78 };
83 partition@50000 { 79  
84 compatible = "denx,uimage"; -  
85 label = "firmware"; 80 partition@50000 {
86 reg = <0x50000 0x1fb0000>; 81 label = "firmware";
87 }; 82 reg = <0x50000 0x1fb0000>;
Line 88... Line 83...
88 }; 83 };
89 }; 84 };
90 }; 85 };
91   86  
92 &pinctrl { 87 &pinctrl {
93 state_default: pinctrl0 { 88 state_default: pinctrl0 {
94 gpio { 89 gpio {
95 ralink,group = "i2c", "jtag", "uartf"; 90 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";