linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes
@ 2017-07-11 12:56 Simon Horman
  2017-07-11 12:56 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Simon Horman @ 2017-07-11 12:56 UTC (permalink / raw)
  To: linux-arm-kernel

Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a779[014] SoCs.

This has no run-time effect for the current driver as the initialisation
sequence is the same for the SoC-specific binding for r8a779[014] and the
fallback binding for R-Car Gen 2

This is consistent with existing compat string usage in vin nodes for the
r8a779[23] SoCs.

Based on renesas-devel-20170711-v4.12

Simon Horman (3):
  ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for vin nodes
  ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for vin nodes
  ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes

 arch/arm/boot/dts/r8a7790.dtsi | 8 ++++----
 arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
 arch/arm/boot/dts/r8a7794.dtsi | 4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/3] ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes Simon Horman
@ 2017-07-11 12:56 ` Simon Horman
  2017-07-17  8:08   ` Geert Uytterhoeven
  2017-07-11 12:56 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2017-07-11 12:56 UTC (permalink / raw)
  To: linux-arm-kernel

Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7790 SoC.

This has no run-time effect for the current driver as the initialisation
sequence is the same for the SoC-specific binding for r8a7790 and the
fallback binding for R-Car Gen 2

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index ff986df23b62..167fd57aea68 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -927,7 +927,7 @@
 	};
 
 	vin0: video at e6ef0000 {
-		compatible = "renesas,vin-r8a7790";
+		compatible = "renesas,vin-r8a7790", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef0000 0 0x1000>;
 		interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7790_CLK_VIN0>;
@@ -936,7 +936,7 @@
 	};
 
 	vin1: video at e6ef1000 {
-		compatible = "renesas,vin-r8a7790";
+		compatible = "renesas,vin-r8a7790", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef1000 0 0x1000>;
 		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7790_CLK_VIN1>;
@@ -945,7 +945,7 @@
 	};
 
 	vin2: video at e6ef2000 {
-		compatible = "renesas,vin-r8a7790";
+		compatible = "renesas,vin-r8a7790", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef2000 0 0x1000>;
 		interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7790_CLK_VIN2>;
@@ -954,7 +954,7 @@
 	};
 
 	vin3: video at e6ef3000 {
-		compatible = "renesas,vin-r8a7790";
+		compatible = "renesas,vin-r8a7790", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef3000 0 0x1000>;
 		interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7790_CLK_VIN3>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/3] ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes Simon Horman
  2017-07-11 12:56 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
@ 2017-07-11 12:56 ` Simon Horman
  2017-07-17  8:09   ` Geert Uytterhoeven
  2017-07-11 12:56 ` [PATCH 3/3] ARM: dts: r8a7794: " Simon Horman
  2017-07-13  5:07 ` [PATCH 0/3] ARM: dts: r8a779[014]: " Niklas Söderlund
  3 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2017-07-11 12:56 UTC (permalink / raw)
  To: linux-arm-kernel

Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7791 SoC.

This has no run-time effect for the current driver as the initialisation
sequence is the same for the SoC-specific binding for r8a7791 and the
fallback binding for R-Car Gen 2

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index e135da440eed..ea4a8147d995 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -987,7 +987,7 @@
 	};
 
 	vin0: video at e6ef0000 {
-		compatible = "renesas,vin-r8a7791";
+		compatible = "renesas,vin-r8a7791", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef0000 0 0x1000>;
 		interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7791_CLK_VIN0>;
@@ -996,7 +996,7 @@
 	};
 
 	vin1: video at e6ef1000 {
-		compatible = "renesas,vin-r8a7791";
+		compatible = "renesas,vin-r8a7791", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef1000 0 0x1000>;
 		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7791_CLK_VIN1>;
@@ -1005,7 +1005,7 @@
 	};
 
 	vin2: video at e6ef2000 {
-		compatible = "renesas,vin-r8a7791";
+		compatible = "renesas,vin-r8a7791", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef2000 0 0x1000>;
 		interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7791_CLK_VIN2>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/3] ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes Simon Horman
  2017-07-11 12:56 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
  2017-07-11 12:56 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
@ 2017-07-11 12:56 ` Simon Horman
  2017-07-17  8:10   ` Geert Uytterhoeven
  2017-07-13  5:07 ` [PATCH 0/3] ARM: dts: r8a779[014]: " Niklas Söderlund
  3 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2017-07-11 12:56 UTC (permalink / raw)
  To: linux-arm-kernel

Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7794 SoC.

This has no run-time effect for the current driver as the initialisation
sequence is the same for the SoC-specific binding for r8a7794 and the
fallback binding for R-Car Gen 2

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7794.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index f32b458e9328..26535414203a 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -801,7 +801,7 @@
 	};
 
 	vin0: video at e6ef0000 {
-		compatible = "renesas,vin-r8a7794";
+		compatible = "renesas,vin-r8a7794", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef0000 0 0x1000>;
 		interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7794_CLK_VIN0>;
@@ -810,7 +810,7 @@
 	};
 
 	vin1: video at e6ef1000 {
-		compatible = "renesas,vin-r8a7794";
+		compatible = "renesas,vin-r8a7794", "renesas,rcar-gen2-vin";
 		reg = <0 0xe6ef1000 0 0x1000>;
 		interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7794_CLK_VIN1>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes Simon Horman
                   ` (2 preceding siblings ...)
  2017-07-11 12:56 ` [PATCH 3/3] ARM: dts: r8a7794: " Simon Horman
@ 2017-07-13  5:07 ` Niklas Söderlund
  2017-07-13  8:08   ` Simon Horman
  3 siblings, 1 reply; 9+ messages in thread
From: Niklas Söderlund @ 2017-07-13  5:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Simon,

Thanks for your work.

On 2017-07-11 14:56:46 +0200, Simon Horman wrote:
> Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a779[014] SoCs.
> 
> This has no run-time effect for the current driver as the initialisation
> sequence is the same for the SoC-specific binding for r8a779[014] and the
> fallback binding for R-Car Gen 2
> 
> This is consistent with existing compat string usage in vin nodes for the
> r8a779[23] SoCs.

For whole serries:

Acked-by: Niklas S?derlund <niklas.soderlund+renesas@ragnatech.se>

> 
> Based on renesas-devel-20170711-v4.12
> 
> Simon Horman (3):
>   ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for vin nodes
>   ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for vin nodes
>   ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes
> 
>  arch/arm/boot/dts/r8a7790.dtsi | 8 ++++----
>  arch/arm/boot/dts/r8a7791.dtsi | 6 +++---
>  arch/arm/boot/dts/r8a7794.dtsi | 4 ++--
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> -- 
> 2.1.4
> 

-- 
Regards,
Niklas S?derlund

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-13  5:07 ` [PATCH 0/3] ARM: dts: r8a779[014]: " Niklas Söderlund
@ 2017-07-13  8:08   ` Simon Horman
  0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2017-07-13  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 13, 2017 at 07:07:44AM +0200, Niklas S?derlund wrote:
> Hi Simon,
> 
> Thanks for your work.
> 
> On 2017-07-11 14:56:46 +0200, Simon Horman wrote:
> > Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a779[014] SoCs.
> > 
> > This has no run-time effect for the current driver as the initialisation
> > sequence is the same for the SoC-specific binding for r8a779[014] and the
> > fallback binding for R-Car Gen 2
> > 
> > This is consistent with existing compat string usage in vin nodes for the
> > r8a779[23] SoCs.
> 
> For whole serries:
> 
> Acked-by: Niklas S?derlund <niklas.soderlund+renesas@ragnatech.se>

Thanks, applied for v4.14.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/3] ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
@ 2017-07-17  8:08   ` Geert Uytterhoeven
  0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2017-07-17  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 11, 2017 at 2:56 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7790 SoC.
>
> This has no run-time effect for the current driver as the initialisation
> sequence is the same for the SoC-specific binding for r8a7790 and the
> fallback binding for R-Car Gen 2
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 2/3] ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
@ 2017-07-17  8:09   ` Geert Uytterhoeven
  0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2017-07-17  8:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 11, 2017 at 2:56 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7791 SoC.
>
> This has no run-time effect for the current driver as the initialisation
> sequence is the same for the SoC-specific binding for r8a7791 and the
> fallback binding for R-Car Gen 2
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 3/3] ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes
  2017-07-11 12:56 ` [PATCH 3/3] ARM: dts: r8a7794: " Simon Horman
@ 2017-07-17  8:10   ` Geert Uytterhoeven
  0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2017-07-17  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 11, 2017 at 2:56 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use R-Car Gen 2 fallback binding for vind nodes in DT for r8a7794 SoC.
>
> This has no run-time effect for the current driver as the initialisation
> sequence is the same for the SoC-specific binding for r8a7794 and the
> fallback binding for R-Car Gen 2
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-17  8:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-11 12:56 [PATCH 0/3] ARM: dts: r8a779[014]: Use R-Car Gen 2 fallback binding for vin nodes Simon Horman
2017-07-11 12:56 ` [PATCH 1/3] ARM: dts: r8a7790: " Simon Horman
2017-07-17  8:08   ` Geert Uytterhoeven
2017-07-11 12:56 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
2017-07-17  8:09   ` Geert Uytterhoeven
2017-07-11 12:56 ` [PATCH 3/3] ARM: dts: r8a7794: " Simon Horman
2017-07-17  8:10   ` Geert Uytterhoeven
2017-07-13  5:07 ` [PATCH 0/3] ARM: dts: r8a779[014]: " Niklas Söderlund
2017-07-13  8:08   ` Simon Horman

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).