linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saravanan Sekar <sravanhome@gmail.com>
To: manivannan.sadhasivam@linaro.org, linus.walleij@linaro.org,
	robh+dt@kernel.org, mark.rutland@arm.com, afaerber@suse.de,
	catalin.marinas@arm.com, will.deacon@arm.com
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, pn@denx.de,
	mp-cs@actions-semi.com, jeff.chen@actions-semi.com,
	thomas.liau@actions-semi.com, linux@cubietech.com,
	Saravanan Sekar <sravanhome@gmail.com>
Subject: [PATCH v5 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700
Date: Wed, 29 Aug 2018 10:24:13 +0200	[thread overview]
Message-ID: <20180829082413.2512005-6-sravanhome@gmail.com> (raw)
In-Reply-To: <20180829082413.2512005-1-sravanhome@gmail.com>

Add pinctrl nodes for Actions Semi S700 SoC

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
---
 arch/arm64/boot/dts/actions/s700.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/actions/s700.dtsi b/arch/arm64/boot/dts/actions/s700.dtsi
index 66dd5309f0a2..8fbd7b1570a7 100644
--- a/arch/arm64/boot/dts/actions/s700.dtsi
+++ b/arch/arm64/boot/dts/actions/s700.dtsi
@@ -165,5 +165,21 @@
 			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 			interrupt-names = "timer1";
 		};
+
+		pinctrl: pinctrl@e01b0000 {
+			compatible = "actions,s700-pinctrl";
+			reg = <0x0 0xe01b0000 0x0 0x1000>;
+			clocks = <&cmu CLK_GPIO>;
+			gpio-controller;
+			gpio-ranges = <&pinctrl 0 0 136>;
+			#gpio-cells = <2>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+		};
 	};
 };
-- 
2.14.4


  parent reply	other threads:[~2018-08-29  8:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-29  8:24 [PATCH v5 0/5] Add Actions Semi S700 pinctrl support Saravanan Sekar
2018-08-29  8:24 ` [PATCH v5 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's Saravanan Sekar
2018-08-29 15:20   ` Manivannan Sadhasivam
2018-09-04 18:41     ` Saravanan Sekar
2018-11-06 16:43       ` Parthiban Nallathambi
2018-11-09  9:43         ` Linus Walleij
2018-11-12 16:27         ` Parthiban Nallathambi
2018-08-29  8:24 ` [PATCH v5 2/5] pinctrl: actions: define pad control configurtion to SoC specific Saravanan Sekar
2018-08-29 15:32   ` Manivannan Sadhasivam
2018-11-12 16:29     ` Parthiban Nallathambi
2018-08-29  8:24 ` [PATCH v5 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC Saravanan Sekar
2018-08-29 15:50   ` Manivannan Sadhasivam
2018-09-04 18:57     ` Saravanan Sekar
2018-11-06 16:44       ` Parthiban Nallathambi
2018-11-12 16:32       ` Parthiban Nallathambi
2018-08-29  8:24 ` [PATCH v5 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver Saravanan Sekar
2018-08-29 16:34   ` Manivannan Sadhasivam
2018-09-04 19:28     ` Saravanan Sekar
2018-11-06 16:44       ` Parthiban Nallathambi
2018-11-06 17:25         ` Manivannan Sadhasivam
2018-11-06 18:02           ` Parthiban Nallathambi
2018-08-29  8:24 ` Saravanan Sekar [this message]
2018-08-30 17:05   ` [PATCH v5 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700 kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180829082413.2512005-6-sravanhome@gmail.com \
    --to=sravanhome@gmail.com \
    --cc=afaerber@suse.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jeff.chen@actions-semi.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@cubietech.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=mp-cs@actions-semi.com \
    --cc=pn@denx.de \
    --cc=robh+dt@kernel.org \
    --cc=thomas.liau@actions-semi.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).