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

Commit 5c5154e4 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann
Browse files

ARM: dts: uniphier: factor out ranges property of support card



This property is used in common by several boards.  Move it to the
common place (uniphier-support-card.dtsi).  If necessary, each board
can still override the property.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 65e43389
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -72,14 +72,6 @@
	};
};

&extbus {
	ranges = <1 0x00000000 0x42000000 0x02000000>;
};

&support_card {
	ranges = <0x00000000 1 0x01f00000 0x00100000>;
};

&ethsc {
	interrupts = <0 49 4>;
};
+0 −8
Original line number Diff line number Diff line
@@ -74,14 +74,6 @@
	};
};

&extbus {
	ranges = <1 0x00000000 0x42000000 0x02000000>;
};

&support_card {
	ranges = <0x00000000 1 0x01f00000 0x00100000>;
};

&ethsc {
	interrupts = <0 52 4>;
};
+0 −8
Original line number Diff line number Diff line
@@ -74,14 +74,6 @@
	};
};

&extbus {
	ranges = <1 0x00000000 0x42000000 0x02000000>;
};

&support_card {
	ranges = <0x00000000 1 0x01f00000 0x00100000>;
};

&ethsc {
	interrupts = <0 50 4>;
};
+0 −8
Original line number Diff line number Diff line
@@ -73,14 +73,6 @@
	};
};

&extbus {
	ranges = <1 0x00000000 0x42000000 0x02000000>;
};

&support_card {
	ranges = <0x00000000 1 0x01f00000 0x00100000>;
};

&ethsc {
	interrupts = <0 49 4>;
};
+0 −8
Original line number Diff line number Diff line
@@ -72,14 +72,6 @@
	};
};

&extbus {
	ranges = <1 0x00000000 0x42000000 0x02000000>;
};

&support_card {
	ranges = <0x00000000 1 0x01f00000 0x00100000>;
};

&ethsc {
	interrupts = <0 48 4>;
};
Loading