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

Commit a8a74776 authored by Kamlakant Patel's avatar Kamlakant Patel Committed by Ralf Baechle
Browse files

MIPS: Netlogic: add device tree entry for XLP GPIO



Add GPIO entries to the Netlogic XLP device tree files.

Signed-off-by: default avatarKamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: default avatarJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10819/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 325f0a18
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -110,6 +110,18 @@
				read-only;
			};
		};

		gpio: xlp_gpio@34100 {
			compatible = "netlogic,xlp832-gpio";
			reg = <0 0x34100 0x1000>;
			#gpio-cells = <2>;
			gpio-controller;

			#interrupt-cells = <2>;
			interrupt-parent = <&pic>;
			interrupts = <39>;
			interrupt-controller;
		};
	};

	chosen {
+12 −0
Original line number Diff line number Diff line
@@ -110,6 +110,18 @@
				read-only;
			};
		};

		gpio: xlp_gpio@34100 {
			compatible = "netlogic,xlp208-gpio";
			reg = <0 0x34100 0x1000>;
			#gpio-cells = <2>;
			gpio-controller;

			#interrupt-cells = <2>;
			interrupt-parent = <&pic>;
			interrupts = <39>;
			interrupt-controller;
		};
	};

	chosen {
+11 −0
Original line number Diff line number Diff line
@@ -69,6 +69,17 @@
			};
		};

		gpio: xlp_gpio@114100 {
			compatible = "netlogic,xlp980-gpio";
			reg = <0 0x114100 0x1000>;
			#gpio-cells = <2>;
			gpio-controller;

			#interrupt-cells = <2>;
			interrupt-parent = <&pic>;
			interrupts = <39>;
			interrupt-controller;
		};
	};

	chosen {
+11 −0
Original line number Diff line number Diff line
@@ -69,6 +69,17 @@
			};
		};

		gpio: xlp_gpio@114100 {
			compatible = "netlogic,xlp532-gpio";
			reg = <0 0x114100 0x1000>;
			#gpio-cells = <2>;
			gpio-controller;

			#interrupt-cells = <2>;
			interrupt-parent = <&pic>;
			interrupts = <39>;
			interrupt-controller;
		};
	};

	chosen {
+12 −0
Original line number Diff line number Diff line
@@ -110,6 +110,18 @@
				read-only;
			};
		};

		gpio: xlp_gpio@34100 {
			compatible = "netlogic,xlp316-gpio";
			reg = <0 0x34100 0x1000>;
			#gpio-cells = <2>;
			gpio-controller;

			#interrupt-cells = <2>;
			interrupt-parent = <&pic>;
			interrupts = <39>;
			interrupt-controller;
		};
	};

	chosen {