OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 /dts-v1/; 1 /dts-v1/;
2   2  
3 #include "bcm3368.dtsi" 3 #include "bcm3368.dtsi"
4   4  
5 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/input/input.h>
6   6  
7 / { 7 / {
8 model = "Netgear CVG834G"; 8 model = "Netgear CVG834G";
9 compatible = "netgear,cvg834g", "brcm,bcm3368"; 9 compatible = "netgear,cvg834g", "brcm,bcm3368";
10   10  
11 chosen { 11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; 12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8"; 13 stdout-path = "serial0:115200n8";
14 }; 14 };
15   15  
16 leds { 16 gpio-leds {
17 compatible = "gpio-leds"; 17 compatible = "gpio-leds";
18   18  
19 power_green { 19 power_green {
20 label = "CVG834G:green:power"; 20 label = "CVG834G:green:power";
21 gpios = <&gpio1 5 0>; 21 gpios = <&gpio1 5 0>;
22 default-state = "on"; 22 default-state = "on";
23 }; 23 };
24 }; 24 };
25 }; 25 };
26   26  
27 &pflash { 27 &pflash {
28 status = "ok"; 28 status = "ok";
-   29  
-   30 linux,part-probe = "bcm63xxpart";
29   31  
30 partitions { 32 partitions {
31 compatible = "fixed-partitions"; 33 compatible = "fixed-partitions";
32 #address-cells = <1>; 34 #address-cells = <1>;
33 #size-cells = <1>; 35 #size-cells = <1>;
34   36  
35 cfe@0 { 37 cfe@0 {
36 label = "CFE"; 38 label = "CFE";
37 reg = <0x000000 0x010000>; 39 reg = <0x000000 0x010000>;
38 read-only; 40 read-only;
39 }; 41 };
40   42  
41 linux@10000 { 43 linux@10000 {
42 label = "linux"; 44 label = "linux";
43 reg = <0x010000 0x3e0000>; 45 reg = <0x010000 0x3e0000>;
44 compatible = "brcm,bcm963xx-imagetag"; 46 compatible = "brcm,bcm963xx-imagetag";
45 }; 47 };
46   48  
47 nvram@3f0000 { 49 nvram@3f0000 {
48 label = "nvram"; 50 label = "nvram";
49 reg = <0x3f0000 0x010000>; 51 reg = <0x3f0000 0x010000>;
50 }; 52 };
51 }; 53 };
52 }; 54 };
53   55  
54 &uart0 { 56 &uart0 {
55 status = "ok"; 57 status = "ok";
56 }; 58 };
57   59  
58 &uart1 { 60 &uart1 {
59 status = "ok"; 61 status = "ok";
60 }; 62 };
61   63