Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb344ca5 authored by Scott Wood's avatar Scott Wood
Browse files

powerpc/mpc85xx: Add ranges to etsec2 nodes



Commit 746c9e9f "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: default avatarScott Wood <scottwood@freescale.com>
Reported-by: default avatarAlexander Graf <agraf@suse.de>
parent cbe8c43d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>;
+1 −0
Original line number Diff line number Diff line
@@ -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>;
+1 −0
Original line number Diff line number Diff line
@@ -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>;