mpc85xx: add missing devicetree ranges property for ethernet devices
[openwrt/svn-archive/archive.git] / target / linux / mpc85xx / patches-3.14 / 150-powerpc-85xx-fix-etsec-ranges.patch
1 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi
2 +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi
3 @@ -50,6 +50,7 @@ ethernet@b0000 {
4 fsl,num_tx_queues = <0x8>;
5 fsl,magic-packet;
6 local-mac-address = [ 00 00 00 00 00 00 ];
7 + ranges;
8
9 queue-group@b0000 {
10 #address-cells = <1>;
11 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi
12 +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi
13 @@ -50,6 +50,7 @@ ethernet@b1000 {
14 fsl,num_tx_queues = <0x8>;
15 fsl,magic-packet;
16 local-mac-address = [ 00 00 00 00 00 00 ];
17 + ranges;
18
19 queue-group@b1000 {
20 #address-cells = <1>;
21 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi
22 +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi
23 @@ -49,6 +49,7 @@ ethernet@b2000 {
24 fsl,num_tx_queues = <0x8>;
25 fsl,magic-packet;
26 local-mac-address = [ 00 00 00 00 00 00 ];
27 + ranges;
28
29 queue-group@b2000 {
30 #address-cells = <1>;