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>,
	Kieran Bingham <kieran@ksquared.org.uk>,
	Kieran Bingham <kieran@bingham.xyz>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 01/30] arm64: dts: r8a7795: add FCPF device nodes
Date: Thu,  8 Sep 2016 09:42:57 +0200	[thread overview]
Message-ID: <28fc813153a4702cdcad98a2a53b920eb7d66061.1473320411.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1473320411.git.horms+renesas@verge.net.au>

From: Kieran Bingham <kieran@ksquared.org.uk>

Provide nodes for the FCP devices dedicated to the FDP device channels.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index b902356873c2..8c85b50d306b 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -1273,5 +1273,26 @@
 			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
 			status = "disabled";
 		};
+
+		fcpf0: fcp@fe950000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe950000 0 0x200>;
+			clocks = <&cpg CPG_MOD 615>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
+
+		fcpf1: fcp@fe951000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe951000 0 0x200>;
+			clocks = <&cpg CPG_MOD 614>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
+
+		fcpf2: fcp@fe952000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe952000 0 0x200>;
+			clocks = <&cpg CPG_MOD 613>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
 	};
 };
-- 
2.7.0.rc3.207.g0ac5344

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 01/30] arm64: dts: r8a7795: add FCPF device nodes
Date: Thu,  8 Sep 2016 09:42:57 +0200	[thread overview]
Message-ID: <28fc813153a4702cdcad98a2a53b920eb7d66061.1473320411.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1473320411.git.horms+renesas@verge.net.au>

From: Kieran Bingham <kieran@ksquared.org.uk>

Provide nodes for the FCP devices dedicated to the FDP device channels.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index b902356873c2..8c85b50d306b 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -1273,5 +1273,26 @@
 			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
 			status = "disabled";
 		};
+
+		fcpf0: fcp at fe950000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe950000 0 0x200>;
+			clocks = <&cpg CPG_MOD 615>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
+
+		fcpf1: fcp at fe951000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe951000 0 0x200>;
+			clocks = <&cpg CPG_MOD 614>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
+
+		fcpf2: fcp at fe952000 {
+			compatible = "renesas,r8a7795-fcpf", "renesas,fcpf";
+			reg = <0 0xfe952000 0 0x200>;
+			clocks = <&cpg CPG_MOD 613>;
+			power-domains = <&sysc R8A7795_PD_A3VP>;
+		};
 	};
 };
-- 
2.7.0.rc3.207.g0ac5344

  reply	other threads:[~2016-09-08  7:42 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  7:43 [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.9 Simon Horman
2016-09-08  7:43 ` Simon Horman
2016-09-08  7:42 ` Simon Horman [this message]
2016-09-08  7:42   ` [PATCH 01/30] arm64: dts: r8a7795: add FCPF device nodes Simon Horman
2016-09-08  7:42 ` [PATCH 02/30] arm64: dts: r8a7795: add FDP1 " Simon Horman
2016-09-08  7:42   ` Simon Horman
2016-09-08  7:42 ` [PATCH 03/30] arm64: dts: r8a7795: set maximum frequency for SDHI clocks Simon Horman
2016-09-08  7:42   ` Simon Horman
2016-09-08  7:43 ` [PATCH 04/30] arm64: dts: r8a7795: Add HSUSB device node Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 05/30] arm64: dts: r8a7795: salvator-x: enable usb2_phy of channel 0 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 06/30] arm64: dts: r8a7795: salvator-x: enable USB 2.0 Host " Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 07/30] arm64: dts: r8a7795: salvator-x: enable HSUSB Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 08/30] arm64: dts: renesas: r8a7795: Add FCPV nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 09/30] arm64: dts: renesas: r8a7795: Add VSP instances Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 10/30] arm64: dts: renesas: r8a7795: Add DU device to DT Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 11/30] arm64: dts: r8a7795: renesas: salvator-x: Enable DU Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 12/30] arm64: dts: r8a7795: Add SoC-specific compatible property to audio-dmac nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 13/30] arm64: dts: h3ulcb: add H3ULCB board DT bindings Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 14/30] arm64: dts: h3ulcb: initial device tree Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 15/30] arm64: dts: h3ulcb: enable SCIF clk and pins Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 16/30] arm64: dts: h3ulcb: enable EthernetAVB Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 17/30] arm64: dts: h3ulcb: enable I2C2 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 18/30] arm64: dts: h3ulcb: enable EXTALR clk Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 19/30] arm64: dts: h3ulcb: enable WDT Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 20/30] arm64: dts: h3ulcb: enable USB2 PHY of channel 1 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 21/30] arm64: dts: h3ulcb: enable USB2.0 Host " Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 22/30] arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 23/30] arm64: dts: h3ulcb: enable GPIO keys Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 24/30] arm64: dts: h3ulcb: enable SDHI0 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 25/30] arm64: dts: h3ulcb: Sound SSI support Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 26/30] arm64: dts: h3ulcb: enable GPIO leds Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 27/30] arm64: dts: r8a7795: salvator-x: Configure pins for the DU RGB output Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 28/30] arm64: dts: r8a7796: Add pinctrl device node Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 29/30] arm64: dts: r8a7796: salvator-x: add serial console pins Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 30/30] arm64: dts: r8a7796: Add GPIO device nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-14 15:43 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.9 Arnd Bergmann
2016-09-14 15:43   ` 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=28fc813153a4702cdcad98a2a53b920eb7d66061.1473320411.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=kieran@bingham.xyz \
    --cc=kieran@ksquared.org.uk \
    --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.