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

Commit c0f58950 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov Committed by Kumar Gala
Browse files

powerpc/85xx: specify interrupt for pq3-localbus devices



fsl-lbc driver requires an interrupt to bind to localbus device.
Populate 85xx boards' dts trees with lbc interrupt info.

Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 67e64f4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,8 @@
		compatible = "fsl,mpc8568-localbus", "fsl,pq3-localbus",
			     "simple-bus";
		reg = <0xe0005000 0x1000>;
		interrupt-parent = <&mpic>;
		interrupts = <19 2>;

		ranges = <0x0 0x0 0xfe000000 0x02000000
			  0x1 0x0 0xf8000000 0x00008000
+2 −0
Original line number Diff line number Diff line
@@ -240,6 +240,8 @@
		#address-cells = <2>;
		#size-cells = <1>;
		reg = <0xe0005000 0x40>;
		interrupt-parent = <&mpic>;
		interrupts = <19 2>;

		ranges = <0 0 0xfc000000 0x04000000
			  2 0 0xc8000000 0x04000000
+2 −0
Original line number Diff line number Diff line
@@ -283,6 +283,8 @@
		compatible = "fsl,mpc8540-localbus", "fsl,pq3-localbus",
			     "simple-bus";
		reg = <0xe0005000 0x1000>;
		interrupt-parent = <&mpic>;
		interrupts = <19 2>;

		ranges = <0x0 0x0 0xfe000000 0x02000000>;

+2 −0
Original line number Diff line number Diff line
@@ -346,6 +346,8 @@
		#address-cells = <2>;
		#size-cells = <1>;
		reg = <0xa0005000 0x100>;	// BRx, ORx, etc.
		interrupt-parent = <&mpic>;
		interrupts = <19 2>;

		ranges = <
			0 0x0 0xfc000000 0x04000000	// NOR FLASH bank 1
+2 −0
Original line number Diff line number Diff line
@@ -346,6 +346,8 @@
		#address-cells = <2>;
		#size-cells = <1>;
		reg = <0xe0005000 0x100>;	// BRx, ORx, etc.
		interrupt-parent = <&mpic>;
		interrupts = <19 2>;

		ranges = <
			0 0x0 0xfc000000 0x04000000	// NOR FLASH bank 1
Loading