All of lore.kernel.org
 help / color / mirror / Atom feed
From: biju.das@bp.renesas.com (Biju Das)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 4.19.y-cip 4/5] arm64: dts: renesas: hihope-common: Add pincontrol support to scif2/scif clock
Date: Fri, 30 Aug 2019 08:31:57 +0100	[thread overview]
Message-ID: <1567150318-36833-5-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1567150318-36833-1-git-send-email-biju.das@bp.renesas.com>

commit 871c13a443de63c18c26f5ad725da58fc8e19f13 upstream.

This patch adds pincontrol support to scif2/scif clock.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
index 5baf532..de206b7 100644
--- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
@@ -24,7 +24,25 @@
 	clock-frequency = <32768>;
 };
 
+&pfc {
+	pinctrl-0 = <&scif_clk_pins>;
+	pinctrl-names = "default";
+
+	scif2_pins: scif2 {
+		groups = "scif2_data_a";
+		function = "scif2";
+	};
+
+	scif_clk_pins: scif_clk {
+		groups = "scif_clk_a";
+		function = "scif_clk";
+	};
+};
+
 &scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
 	status = "okay";
 };
 
-- 
2.7.4

  parent reply	other threads:[~2019-08-30  7:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-30  7:31 [cip-dev] [PATCH 4.19.y-cip 0/5] Add HopeRun RZ/G2[M] main/sub boards Biju Das
2019-08-30  7:31 ` [cip-dev] [PATCH 4.19.y-cip 1/5] dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards Biju Das
2019-08-30  7:31 ` [cip-dev] [PATCH 4.19.y-cip 2/5] dt-bindings: Add vendor prefix for HopeRun Biju Das
2019-08-30  7:31 ` [cip-dev] [PATCH 4.19.y-cip 3/5] arm64: dts: renesas: Add HiHope RZ/G2M main board support Biju Das
2019-08-30  7:31 ` Biju Das [this message]
2019-08-30  7:31 ` [cip-dev] [PATCH 4.19.y-cip 5/5] arm64: dts: renesas: Add HiHope RZ/G2M sub " Biju Das
2019-09-02  5:22 ` [cip-dev] [PATCH 4.19.y-cip 0/5] Add HopeRun RZ/G2[M] main/sub boards nobuhiro1.iwamatsu at toshiba.co.jp

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=1567150318-36833-5-git-send-email-biju.das@bp.renesas.com \
    --to=biju.das@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    /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.