linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: use fallback jpu compatibility string
@ 2016-02-24  2:29 Simon Horman
  2016-02-24  2:29 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
  2016-02-24  2:29 ` [PATCH 2/2] ARM: dts: r8a7791: " Simon Horman
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-24  2:29 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback jpu compatibility string in
device trees where it is not already used.

Based on renesas-devel-20160223-v4.5-rc5

Simon Horman (2):
  ARM: dts: r8a7790: use fallback jpu compatibility string
  ARM: dts: r8a7791: use fallback jpu compatibility string

 arch/arm/boot/dts/r8a7790.dtsi | 2 +-
 arch/arm/boot/dts/r8a7791.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.1.4

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

* [PATCH 1/2] ARM: dts: r8a7790: use fallback jpu compatibility string
  2016-02-24  2:29 [PATCH 0/2] ARM: dts: use fallback jpu compatibility string Simon Horman
@ 2016-02-24  2:29 ` Simon Horman
  2016-02-24  7:37   ` Geert Uytterhoeven
  2016-02-24  2:29 ` [PATCH 2/2] ARM: dts: r8a7791: " Simon Horman
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2016-02-24  2:29 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7790 device trees.

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

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index ba4c2530d79f..e785831c30f3 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -989,7 +989,7 @@
 	};
 
 	jpu: jpeg-codec at fe980000 {
-		compatible = "renesas,jpu-r8a7790";
+		compatible = "renesas,jpu-r8a7790", "renesas,rcar-gen2-jpu";
 		reg = <0 0xfe980000 0 0x10300>;
 		interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp1_clks R8A7790_CLK_JPU>;
-- 
2.1.4

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

* [PATCH 2/2] ARM: dts: r8a7791: use fallback jpu compatibility string
  2016-02-24  2:29 [PATCH 0/2] ARM: dts: use fallback jpu compatibility string Simon Horman
  2016-02-24  2:29 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
@ 2016-02-24  2:29 ` Simon Horman
  2016-02-24  7:37   ` Geert Uytterhoeven
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2016-02-24  2:29 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7791 device tree.

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

diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 6439f0569fe2..9bfd1dc054b3 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1035,7 +1035,7 @@
 	};
 
 	jpu: jpeg-codec at fe980000 {
-		compatible = "renesas,jpu-r8a7791";
+		compatible = "renesas,jpu-r8a7791", "renesas,rcar-gen2-jpu";
 		reg = <0 0xfe980000 0 0x10300>;
 		interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp1_clks R8A7791_CLK_JPU>;
-- 
2.1.4

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

* [PATCH 1/2] ARM: dts: r8a7790: use fallback jpu compatibility string
  2016-02-24  2:29 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
@ 2016-02-24  7:37   ` Geert Uytterhoeven
  2016-02-24 23:58     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-24  7:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2016 at 3:29 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use recently added fallback compatibility string in r8a7790 device trees.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-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] 7+ messages in thread

* [PATCH 2/2] ARM: dts: r8a7791: use fallback jpu compatibility string
  2016-02-24  2:29 ` [PATCH 2/2] ARM: dts: r8a7791: " Simon Horman
@ 2016-02-24  7:37   ` Geert Uytterhoeven
  2016-02-24 23:58     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-24  7:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2016 at 3:29 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use recently added fallback compatibility string in r8a7791 device tree.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-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] 7+ messages in thread

* [PATCH 1/2] ARM: dts: r8a7790: use fallback jpu compatibility string
  2016-02-24  7:37   ` Geert Uytterhoeven
@ 2016-02-24 23:58     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-24 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2016 at 08:37:09AM +0100, Geert Uytterhoeven wrote:
> On Wed, Feb 24, 2016 at 3:29 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Use recently added fallback compatibility string in r8a7790 device trees.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up for v4.7.

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

* [PATCH 2/2] ARM: dts: r8a7791: use fallback jpu compatibility string
  2016-02-24  7:37   ` Geert Uytterhoeven
@ 2016-02-24 23:58     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-24 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Feb 24, 2016 at 08:37:47AM +0100, Geert Uytterhoeven wrote:
> On Wed, Feb 24, 2016 at 3:29 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Use recently added fallback compatibility string in r8a7791 device tree.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up for v4.7.

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

end of thread, other threads:[~2016-02-24 23:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24  2:29 [PATCH 0/2] ARM: dts: use fallback jpu compatibility string Simon Horman
2016-02-24  2:29 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
2016-02-24  7:37   ` Geert Uytterhoeven
2016-02-24 23:58     ` Simon Horman
2016-02-24  2:29 ` [PATCH 2/2] ARM: dts: r8a7791: " Simon Horman
2016-02-24  7:37   ` Geert Uytterhoeven
2016-02-24 23:58     ` 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).