Skip to content

Commit

Permalink
powerpc/mpc85xx: Add ranges to etsec2 nodes
Browse files Browse the repository at this point in the history
Commit 746c9e9 "of/base: Fix PowerPC address parsing hack" limited
the applicability of the workaround whereby a missing ranges is treated
as an empty ranges.  This workaround was hiding a bug in the etsec2
device tree nodes, which have children with reg, but did not have
ranges.

Signed-off-by: Scott Wood <[email protected]>
Reported-by: Alexander Graf <[email protected]>
  • Loading branch information
Scott Wood committed Jan 30, 2015
1 parent cbe8c43 commit bb344ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/pq3-etsec2-0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ethernet@b0000 {
fsl,num_tx_queues = <0x8>;
fsl,magic-packet;
local-mac-address = [ 00 00 00 00 00 00 ];
ranges;

queue-group@b0000 {
#address-cells = <1>;
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/pq3-etsec2-1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ethernet@b1000 {
fsl,num_tx_queues = <0x8>;
fsl,magic-packet;
local-mac-address = [ 00 00 00 00 00 00 ];
ranges;

queue-group@b1000 {
#address-cells = <1>;
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/pq3-etsec2-2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ethernet@b2000 {
fsl,num_tx_queues = <0x8>;
fsl,magic-packet;
local-mac-address = [ 00 00 00 00 00 00 ];
ranges;

queue-group@b2000 {
#address-cells = <1>;
Expand Down

0 comments on commit bb344ca

Please sign in to comment.