devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ
@ 2018-11-26 10:09 Parthiban Nallathambi
  2018-11-26 16:59 ` kbuild test robot
  0 siblings, 1 reply; 3+ messages in thread
From: Parthiban Nallathambi @ 2018-11-26 10:09 UTC (permalink / raw)
  To: marc.zyngier, tglx, jason, robh+dt, mark.rutland, afaerber,
	catalin.marinas, will.deacon, manivannan.sadhasivam
  Cc: linux-kernel, devicetree, linux-arm-kernel, thomas.liau, mp-cs,
	linux, edgar.righi, laisa.costa, guilherme.simoes, mkzuffo,
	Parthiban Nallathambi

Add pinctrl definitions for Actions Semiconductor S700 SIRQ external
interrupt controller.

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
---
 .../boot/dts/actions/s700-cubieboard7.dts     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
index 28f3f4a0f7f0..af44fd0456cf 100644
--- a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
+++ b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
@@ -37,3 +37,22 @@
 &uart3 {
 	status = "okay";
 };
+
+&sirq {
+	pinctrl-names = "default";
+	pinctrl-0 = <&sirq2_default>;
+};
+
+&pinctrl {
+	sirq2_default: sirq2_default {
+		pinmux {
+			groups = "sirq2_dummy";
+			function = "sirq2";
+		};
+
+		pinconf {
+			pins = "sirq2";
+			bias-pull-pin-default;
+		};
+	};
+};
-- 
2.17.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-26 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-26 10:09 [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ Parthiban Nallathambi
2018-11-26 16:59 ` kbuild test robot
2018-11-26 17:37   ` Parthiban Nallathambi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).