All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Magnus Damm <damm+renesas@opensource.se>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 29/54] arm64: dts: renesas: r8a7795-es1: Point VSPI via FCPVI to IPMMU-VP
Date: Thu,  7 Dec 2017 10:53:32 +0100	[thread overview]
Message-ID: <8f0940b0330c67ed8d6e7dad1210f9b519967ca0.1512640145.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1512640145.git.horms+renesas@verge.net.au>

From: Magnus Damm <damm+renesas@opensource.se>

Hook up the FCPVI devices to allow use of VSPI with IPMMU-VP.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
index b2d2f04c5e1c..6713eeeab52a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
@@ -76,6 +76,7 @@
 		clocks = <&cpg CPG_MOD 609>;
 		power-domains = <&sysc R8A7795_PD_A3VP>;
 		resets = <&cpg 609>;
+		iommus = <&ipmmu_vp0 10>;
 	};
 
 	vspd3: vsp@fea38000 {
-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 29/54] arm64: dts: renesas: r8a7795-es1: Point VSPI via FCPVI to IPMMU-VP
Date: Thu,  7 Dec 2017 10:53:32 +0100	[thread overview]
Message-ID: <8f0940b0330c67ed8d6e7dad1210f9b519967ca0.1512640145.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1512640145.git.horms+renesas@verge.net.au>

From: Magnus Damm <damm+renesas@opensource.se>

Hook up the FCPVI devices to allow use of VSPI with IPMMU-VP.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
index b2d2f04c5e1c..6713eeeab52a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
@@ -76,6 +76,7 @@
 		clocks = <&cpg CPG_MOD 609>;
 		power-domains = <&sysc R8A7795_PD_A3VP>;
 		resets = <&cpg 609>;
+		iommus = <&ipmmu_vp0 10>;
 	};
 
 	vspd3: vsp at fea38000 {
-- 
2.11.0

  parent reply	other threads:[~2017-12-07  9:55 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07  9:53 [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.16 Simon Horman
2017-12-07  9:53 ` Simon Horman
2017-12-07  9:53 ` [PATCH 01/54] arm64: dts: renesas: salvator: set driver type for eMMC Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 02/54] arm64: dts: renesas: r8a7795: Use R-Car SDHI Gen3 fallback compat string Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 03/54] arm64: dts: renesas: r8a7796: " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 04/54] arm64: dts: renesas: r8a77970: Add RWDT node Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 05/54] arm64: dts: renesas: eagle: Move avb node to preserve sort order Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 06/54] arm64: dts: renesas: eagle: Enable watchdog timer Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 07/54] arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 08/54] arm64: dts: renesas: r8a7796: Add IPMMU device nodes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 09/54] arm64: dts: renesas: r8a7796: Tie SYS-DMAC to IPMMU-DS0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 10/54] arm64: dts: renesas: r8a7796: Tie Audio-DMAC to IPMMU-MP Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 11/54] arm64: dts: renesas: r8a7796: Point FDP1 via FCPF to IPMMU-VI0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 12/54] arm64: dts: renesas: r8a7796: Point VSPI via FCPVI to IPMMU-VC0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 13/54] arm64: dts: renesas: r8a7796: Connect Ethernet-AVB to IPMMU-DS0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 14/54] arm64: dts: renesas: r8a7796: Enable IPMMU-DS0, DS1, MP, VI0, VC0 and MM Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 15/54] arm64: dts: renesas: ulcb-kf: enable USB2 PHY of channel 0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 16/54] arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 17/54] arm64: dts: renesas: r8a77995: add SYS-DMAC nodes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 18/54] arm64: dts: renesas: r8a77995: Add SDHI (MMC) support Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 19/54] arm64: dts: renesas: r8a7795: Add IPMMU device nodes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 20/54] arm64: dts: renesas: r8a7795-es1: " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 21/54] arm64: dts: renesas: r8a7795: Tie SYS-DMAC to IPMMU-DS0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 22/54] arm64: dts: renesas: r8a7795: Tie Audio-DMAC to IPMMU-MP0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 23/54] arm64: dts: renesas: r8a7795: Point DU/VSPD via FCPVD to IPMMU-VI0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 24/54] arm64: dts: renesas: r8a7795-es1: Point DU/VSPD via FCPVD to IPMMU-VI0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 25/54] arm64: dts: renesas: r8a7795: Point FDP1 via FCPF to IPMMU-VP0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 26/54] arm64: dts: renesas: r8a7795-es1: Point FDP1 via FCPF to IPMMU-VP0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 27/54] arm64: dts: renesas: r8a7795: Point VSPBC/VSPBD via FCPVB to IPMMU-VP0/1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 28/54] arm64: dts: renesas: r8a7795: Point VSPI via FCPVI " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` Simon Horman [this message]
2017-12-07  9:53   ` [PATCH 29/54] arm64: dts: renesas: r8a7795-es1: Point VSPI via FCPVI to IPMMU-VP Simon Horman
2017-12-07  9:53 ` [PATCH 30/54] arm64: dts: renesas: r8a7795: Connect Ethernet-AVB to IPMMU-DS0 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 31/54] arm64: dts: renesas: r8a7795: Connect SATA to IPMMU-HC Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 32/54] arm64: dts: renesas: r8a7795-es1: Enable IPMMU-MP1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 33/54] arm64: dts: renesas: r8a7795: Enable IPMMU-VI0, VP1, DS0, DS1 and MM Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 34/54] arm64: dts: renesas: salvator-common: Add BD9571 PMIC Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 35/54] arm64: dts: renesas: r8a7795-es1-salvator-x: Add SoC name to file header Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 36/54] arm64: dts: renesas: r8a7795-salvator-x: " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 37/54] arm64: dts: renesas: r8a7796-salvator-x: " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 38/54] arm64: dts: renesas: r8a7795-salvator-xs: " Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 39/54] arm64: dts: renesas: r8a77995: Add CAN external clock support Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 40/54] arm64: dts: renesas: r8a77995: Add CAN support Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 41/54] arm64: dts: renesas: r8a77995: Add CAN FD support Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 42/54] arm64: dts: renesas: r8a7795: Increase the number of GPIO bank 1 ports to 29 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 43/54] arm64: dts: renesas: r8a77970: sort includes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 44/54] arm64: dts: renesas: r8a77995: add DMA for SCIF2 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 45/54] arm64: dts: renesas: r8a77970: Add IPMMU device nodes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 46/54] arm64: dts: renesas: r8a77970: Tie SYS-DMAC to IPMMU-DS1 Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 47/54] arm64: dts: renesas: r8a77970: Connect Ethernet-AVB to IPMMU-RT Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 48/54] arm64: dts: renesas: r8a77970: Enable IPMMU-DS1, RT and MM Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 49/54] arm64: dts: renesas: r8a77995: Add IPMMU device nodes Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 50/54] arm64: dts: renesas: r8a77995: Connect Ethernet-AVB to IPMMU-RT Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 51/54] arm64: dts: renesas: initial V3MSK board device tree Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 52/54] arm64: dts: renesas: v3msk: add EtherAVB support Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 53/54] arm64: dts: renesas: r8a77970: use CPG core clock macros Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-07  9:53 ` [PATCH 54/54] arm64: dts: renesas: r8a77970: use SYSC power domain macros Simon Horman
2017-12-07  9:53   ` Simon Horman
2017-12-21 15:21 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.16 Arnd Bergmann
2017-12-21 15:21   ` Arnd Bergmann

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=8f0940b0330c67ed8d6e7dad1210f9b519967ca0.1512640145.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=damm+renesas@opensource.se \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.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.