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>,
	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 17/26] ARM: dts: r8a7792: add VIN support
Date: Mon, 15 Aug 2016 10:55:36 +0200	[thread overview]
Message-ID: <a2d30b9c555f02c6a2aa389fbd41a103503242dd.1471251169.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1471251169.git.horms+renesas@verge.net.au>

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Define the generic R8A7792 parts of the VIN[0-5] device nodes.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7792.dtsi | 66 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7792.dtsi b/arch/arm/boot/dts/r8a7792.dtsi
index dbe2f28fee99..e1f85a9904d0 100644
--- a/arch/arm/boot/dts/r8a7792.dtsi
+++ b/arch/arm/boot/dts/r8a7792.dtsi
@@ -25,6 +25,12 @@
 		i2c3 = &i2c3;
 		i2c4 = &i2c4;
 		i2c5 = &i2c5;
+		vin0 = &vin0;
+		vin1 = &vin1;
+		vin2 = &vin2;
+		vin3 = &vin3;
+		vin4 = &vin4;
+		vin5 = &vin5;
 };
 
 	cpus {
@@ -574,6 +580,66 @@
 			status = "disabled";
 		};
 
+		vin0: video@e6ef0000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef0000 0 0x1000>;
+			interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN0>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin1: video@e6ef1000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef1000 0 0x1000>;
+			interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN1>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin2: video@e6ef2000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef2000 0 0x1000>;
+			interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN2>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin3: video@e6ef3000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef3000 0 0x1000>;
+			interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN3>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin4: video@e6ef4000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef4000 0 0x1000>;
+			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN4>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin5: video@e6ef5000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef5000 0 0x1000>;
+			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN5>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
 		/* Special CPG clocks */
 		cpg_clocks: cpg_clocks@e6150000 {
 			compatible = "renesas,r8a7792-cpg-clocks",
-- 
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 17/26] ARM: dts: r8a7792: add VIN support
Date: Mon, 15 Aug 2016 10:55:36 +0200	[thread overview]
Message-ID: <a2d30b9c555f02c6a2aa389fbd41a103503242dd.1471251169.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1471251169.git.horms+renesas@verge.net.au>

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Define the generic R8A7792 parts of the VIN[0-5] device nodes.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7792.dtsi | 66 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7792.dtsi b/arch/arm/boot/dts/r8a7792.dtsi
index dbe2f28fee99..e1f85a9904d0 100644
--- a/arch/arm/boot/dts/r8a7792.dtsi
+++ b/arch/arm/boot/dts/r8a7792.dtsi
@@ -25,6 +25,12 @@
 		i2c3 = &i2c3;
 		i2c4 = &i2c4;
 		i2c5 = &i2c5;
+		vin0 = &vin0;
+		vin1 = &vin1;
+		vin2 = &vin2;
+		vin3 = &vin3;
+		vin4 = &vin4;
+		vin5 = &vin5;
 };
 
 	cpus {
@@ -574,6 +580,66 @@
 			status = "disabled";
 		};
 
+		vin0: video at e6ef0000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef0000 0 0x1000>;
+			interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN0>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin1: video at e6ef1000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef1000 0 0x1000>;
+			interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN1>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin2: video at e6ef2000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef2000 0 0x1000>;
+			interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN2>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin3: video at e6ef3000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef3000 0 0x1000>;
+			interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN3>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin4: video at e6ef4000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef4000 0 0x1000>;
+			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN4>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
+		vin5: video at e6ef5000 {
+			compatible = "renesas,vin-r8a7792",
+				     "renesas,rcar-gen2-vin";
+			reg = <0 0xe6ef5000 0 0x1000>;
+			interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&mstp8_clks R8A7792_CLK_VIN5>;
+			power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
+			status = "disabled";
+		};
+
 		/* Special CPG clocks */
 		cpg_clocks: cpg_clocks at e6150000 {
 			compatible = "renesas,r8a7792-cpg-clocks",
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-08-15  8:56 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-15  8:55 [GIT PULL] Renesas ARM Based SoC DT Updates for v4.9 Simon Horman
2016-08-15  8:55 ` Simon Horman
2016-08-15  8:55 ` [PATCH 01/26] ARM: dts: r8a7792: add PFC support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 02/26] ARM: dts: blanche: add SCIF0/3 pins Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 03/26] ARM: dts: blanche: add Ethernet pins Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 04/26] ARM: dts: r8a7792: add GPIO clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 05/26] ARM: dts: r8a7792: add GPIO support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 06/26] ARM: dts: r8a7792: add EtherAVB clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 07/26] ARM: dts: r8a7792: add EtherAVB support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 08/26] ARM: dts: r8a7792: add CAN clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 09/26] ARM: dts: r8a7792: add CAN support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 10/26] ARM: dts: blanche: add CAN0 support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 11/26] ARM: dts: r8a7794: Correct SDHI register size Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 12/26] ARM: dts: r8a7792: add SD clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 13/26] ARM: dts: r8a7792: add SDHI support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 14/26] ARM: dts: r8a7792: add I2C clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 15/26] ARM: dts: r8a7792: add I2C support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 16/26] ARM: dts: r8a7792: add VIN clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` Simon Horman [this message]
2016-08-15  8:55   ` [PATCH 17/26] ARM: dts: r8a7792: add VIN support Simon Horman
2016-08-15  8:55 ` [PATCH 18/26] ARM: dts: r8a7794: add audio clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 19/26] ARM: dts: r8a7794: add MSTP5 clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15 17:56   ` Sergei Shtylyov
2016-08-15 17:56     ` Sergei Shtylyov
2016-08-16  8:12     ` Simon Horman
2016-08-16  8:12       ` Simon Horman
2016-08-15  8:55 ` [PATCH 20/26] ARM: dts: r8a7794: add MSTP10 clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 21/26] ARM: dts: r8a7794: add Audio-DMAC support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 22/26] ARM: dts: r8a7794: add sound support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 23/26] ARM: dts: silk: " Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 24/26] ARM: dts: r8a7792: fix misindented line Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 25/26] ARM: dts: r8a7792: add DU clocks Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-08-15  8:55 ` [PATCH 26/26] ARM: dts: r8a7792: add DU support Simon Horman
2016-08-15  8:55   ` Simon Horman
2016-09-13 14:02 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.9 Arnd Bergmann
2016-09-13 14:02   ` 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=a2d30b9c555f02c6a2aa389fbd41a103503242dd.1471251169.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=sergei.shtylyov@cogentembedded.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.