All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org, geert+renesas@glider.be,
	horms@verge.net.au
Cc: magnus.damm@gmail.com, Takeshi Kihara <takeshi.kihara.df@renesas.com>
Subject: [PATCH 3/4] arm64: dts: r8a7796: Add pinctrl device node
Date: Tue, 28 Jun 2016 11:34:51 +0200	[thread overview]
Message-ID: <1467106492-1341-4-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1467106492-1341-1-git-send-email-ulrich.hecht+renesas@gmail.com>

From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

This patch adds pinctrl device node for R8A7796 SoC.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index fab61ed..31b370c 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -98,6 +98,11 @@
 					(GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
 		};
 
+		pfc: pfc@e6060000 {
+			compatible = "renesas,pfc-r8a7796";
+			reg = <0 0xe6060000 0 0x50c>;
+		};
+
 		cpg: clock-controller@e6150000 {
 			compatible = "renesas,r8a7796-cpg-mssr";
 			reg = <0 0xe6150000 0 0x1000>;
-- 
2.7.4

  parent reply	other threads:[~2016-06-28  9:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28  9:34 [PATCH 0/4] Initial r8a7796 PFC support Ulrich Hecht
2016-06-28  9:34 ` [PATCH 2/4] pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functions Ulrich Hecht
2016-06-29 12:06   ` Geert Uytterhoeven
2016-06-28  9:34 ` Ulrich Hecht [this message]
2016-06-29 12:07   ` [PATCH 3/4] arm64: dts: r8a7796: Add pinctrl device node Geert Uytterhoeven
2016-06-28  9:34 ` [PATCH 4/4] arm64: dts: r8a7795: salvator: add serial console pins Ulrich Hecht
2016-06-28  9:36   ` Ulrich Hecht
2016-06-29 12:07   ` Geert Uytterhoeven
2016-06-28 13:03 ` [PATCH 0/4] Initial r8a7796 PFC support Geert Uytterhoeven
     [not found] ` <1467106492-1341-2-git-send-email-ulrich.hecht+renesas@gmail.com>
2016-06-29 12:28   ` [PATCH 1/4] pinctrl: sh-pfc: Initial R8A7796 " Geert Uytterhoeven

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=1467106492-1341-4-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=takeshi.kihara.df@renesas.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.