From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
devicetree@vger.kernel.org,
Chris Paterson <Chris.Paterson2@renesas.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
Biju Das <biju.das@bp.renesas.com>,
linux-renesas-soc@vger.kernel.org,
Simon Horman <horms@verge.net.au>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 9/9] arm64: dts: renesas: r8a774a1: Add FCPF and FCPV instances
Date: Fri, 24 Aug 2018 11:21:14 +0100 [thread overview]
Message-ID: <1535106074-14032-1-git-send-email-fabrizio.castro@bp.renesas.com> (raw)
In-Reply-To: <TY1PR01MB17700155CB2AB613EA824D6FC0360@TY1PR01MB1770.jpnprd01.prod.outlook.com>
Add FCPF and FCPV instances to the r8a774a1 dtsi, similarly
to what was done for the r8a7796 with commit 41dbbf0c5b4e
("arm64: dts: r8a7796: Add FCPF and FCPV instances"),
commit 69490bc9665d ("arm64: dts: renesas: r8a7796: Point
FDP1 via FCPF to IPMMU-VI0"), and commit cef942d0bd89 ("arm64:
dts: renesas: r8a7796: Point VSPI via FCPVI to IPMMU-VC0").
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
v2->v3:
* further improvements to the changelog to please checkpatch
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 52 +++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
index f23bbfd..5b2ee60 100644
--- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
@@ -1260,6 +1260,58 @@
resets = <&cpg 408>;
};
+ fcpf0: fcp@fe950000 {
+ compatible = "renesas,fcpf";
+ reg = <0 0xfe950000 0 0x200>;
+ clocks = <&cpg CPG_MOD 615>;
+ power-domains = <&sysc 14>;
+ resets = <&cpg 615>;
+ };
+
+ fcpvb0: fcp@fe96f000 {
+ compatible = "renesas,fcpv";
+ reg = <0 0xfe96f000 0 0x200>;
+ clocks = <&cpg CPG_MOD 607>;
+ power-domains = <&sysc 14>;
+ resets = <&cpg 607>;
+ };
+
+ fcpvd0: fcp@fea27000 {
+ compatible = "renesas,fcpv";
+ reg = <0 0xfea27000 0 0x200>;
+ clocks = <&cpg CPG_MOD 603>;
+ power-domains = <&sysc 32>;
+ resets = <&cpg 603>;
+ iommus = <&ipmmu_vi0 8>;
+ };
+
+ fcpvd1: fcp@fea2f000 {
+ compatible = "renesas,fcpv";
+ reg = <0 0xfea2f000 0 0x200>;
+ clocks = <&cpg CPG_MOD 602>;
+ power-domains = <&sysc 32>;
+ resets = <&cpg 602>;
+ iommus = <&ipmmu_vi0 9>;
+ };
+
+ fcpvd2: fcp@fea37000 {
+ compatible = "renesas,fcpv";
+ reg = <0 0xfea37000 0 0x200>;
+ clocks = <&cpg CPG_MOD 601>;
+ power-domains = <&sysc 32>;
+ resets = <&cpg 601>;
+ iommus = <&ipmmu_vi0 10>;
+ };
+
+ fcpvi0: fcp@fe9af000 {
+ compatible = "renesas,fcpv";
+ reg = <0 0xfe9af000 0 0x200>;
+ clocks = <&cpg CPG_MOD 611>;
+ power-domains = <&sysc 14>;
+ resets = <&cpg 611>;
+ iommus = <&ipmmu_vc0 19>;
+ };
+
prr: chipid@fff00044 {
compatible = "renesas,prr";
reg = <0 0xfff00044 0 4>;
--
2.7.4
next prev parent reply other threads:[~2018-08-24 10:21 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-23 13:42 [PATCH 0/9] Add more support for r8a774a1 Fabrizio Castro
2018-08-23 13:43 ` [PATCH 1/9] arm64: dts: renesas: r8a774a1: Add SDHI nodes Fabrizio Castro
2018-08-27 8:12 ` Simon Horman
2018-08-30 12:21 ` Simon Horman
2018-08-23 13:43 ` [PATCH 2/9] arm64: dts: renesas: r8a774a1: Add I2C and IIC-DVFS support Fabrizio Castro
2018-08-27 8:51 ` Simon Horman
2018-08-30 12:19 ` Simon Horman
2018-08-23 13:43 ` [PATCH 3/9] arm64: dts: renesas: r8a774a1: Add RZ/G2M thermal support Fabrizio Castro
2018-08-27 8:54 ` Simon Horman
2018-08-30 12:21 ` Simon Horman
2018-08-23 13:43 ` [PATCH 4/9] arm64: dts: renesas: r8a774a1: Add IPMMU device nodes Fabrizio Castro
2018-08-27 9:02 ` Simon Horman
2018-08-30 12:22 ` Simon Horman
2018-08-23 13:43 ` [PATCH 5/9] arm64: dts: renesas: r8a774a1: Add all MSIOF nodes Fabrizio Castro
2018-08-27 9:05 ` Simon Horman
2018-08-30 12:23 ` Simon Horman
2018-08-23 13:43 ` [PATCH 6/9] arm64: dts: renesas: r8a774a1: Add Cortex-A53 CPU cores Fabrizio Castro
2018-08-27 9:08 ` Simon Horman
2018-08-30 12:23 ` Simon Horman
2018-08-23 13:43 ` [PATCH 7/9] arm64: dts: renesas: r8a774a1: Add PWM device nodes Fabrizio Castro
2018-08-27 9:12 ` Simon Horman
2018-08-30 12:24 ` Simon Horman
2018-08-23 13:43 ` [PATCH 8/9] arm64: dts: renesas: r8a774a1: Add audio support Fabrizio Castro
2018-08-27 9:32 ` Simon Horman
2018-08-30 12:25 ` Simon Horman
2018-08-23 13:43 ` [PATCH 9/9] arm64: dts: renesas: r8a774a1: Add FCPF and FCPV instances Fabrizio Castro
2018-08-24 8:48 ` Sergei Shtylyov
2018-08-24 9:26 ` Fabrizio Castro
2018-08-24 9:30 ` [PATCH v2 " Fabrizio Castro
2018-08-24 9:33 ` Fabrizio Castro
2018-08-24 10:21 ` Fabrizio Castro [this message]
2018-08-27 9:48 ` [PATCH v3 " Simon Horman
2018-08-30 12:25 ` Simon Horman
2018-08-24 10:44 ` [PATCH v2 " Sergei Shtylyov
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=1535106074-14032-1-git-send-email-fabrizio.castro@bp.renesas.com \
--to=fabrizio.castro@bp.renesas.com \
--cc=Chris.Paterson2@renesas.com \
--cc=biju.das@bp.renesas.com \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sergei.shtylyov@cogentembedded.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).