All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
@ 2018-04-24  9:26 ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-04-24  9:26 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: linux-arm-kernel, Magnus Damm, Simon Horman

Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
in DT on the r8a7795 ES1.0 Soc.

This is a follow up for a patch by Magnus Damm for the
the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Based on renesas-devel-20180423-v4.17-rc2
---
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
index f9acd125d687..0177f5e60e5a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
@@ -39,7 +39,6 @@
 		reg = <0 0xe7730000 0 0x1000>;
 		renesas,ipmmu-main = <&ipmmu_mm 8>;
 		#iommu-cells = <1>;
-		status = "disabled";
 	};
 
 	/delete-node/ usb-phy@ee0e0200;
-- 
2.11.0

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

* [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
@ 2018-04-24  9:26 ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-04-24  9:26 UTC (permalink / raw)
  To: linux-arm-kernel

Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
in DT on the r8a7795 ES1.0 Soc.

This is a follow up for a patch by Magnus Damm for the
the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Based on renesas-devel-20180423-v4.17-rc2
---
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
index f9acd125d687..0177f5e60e5a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
@@ -39,7 +39,6 @@
 		reg = <0 0xe7730000 0 0x1000>;
 		renesas,ipmmu-main = <&ipmmu_mm 8>;
 		#iommu-cells = <1>;
-		status = "disabled";
 	};
 
 	/delete-node/ usb-phy at ee0e0200;
-- 
2.11.0

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

* Re: [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
  2018-04-24  9:26 ` Simon Horman
@ 2018-04-24  9:32   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24  9:32 UTC (permalink / raw)
  To: Simon Horman; +Cc: Linux-Renesas, Magnus Damm, Linux ARM

On Tue, Apr 24, 2018 at 11:26 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
> in DT on the r8a7795 ES1.0 Soc.
>
> This is a follow up for a patch by Magnus Damm for the
> the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.
>
> 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@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] 6+ messages in thread

* [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
@ 2018-04-24  9:32   ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24  9:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 24, 2018 at 11:26 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
> in DT on the r8a7795 ES1.0 Soc.
>
> This is a follow up for a patch by Magnus Damm for the
> the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.
>
> 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] 6+ messages in thread

* Re: [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
  2018-04-24  9:32   ` Geert Uytterhoeven
@ 2018-04-24  9:42     ` Simon Horman
  -1 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-04-24  9:42 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Magnus Damm, Linux ARM

On Tue, Apr 24, 2018 at 11:32:08AM +0200, Geert Uytterhoeven wrote:
> On Tue, Apr 24, 2018 at 11:26 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
> > in DT on the r8a7795 ES1.0 Soc.
> >
> > This is a follow up for a patch by Magnus Damm for the
> > the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

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

* [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices
@ 2018-04-24  9:42     ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2018-04-24  9:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 24, 2018 at 11:32:08AM +0200, Geert Uytterhoeven wrote:
> On Tue, Apr 24, 2018 at 11:26 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Remove 'status = "disabled"' to make sure all IPMMU devices are enabled
> > in DT on the r8a7795 ES1.0 Soc.
> >
> > This is a follow up for a patch by Magnus Damm for the
> > the r8a7795 ES2.0 and other R-Car Gen 3 SoCs.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

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

end of thread, other threads:[~2018-04-24  9:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24  9:26 [PATCH] arm64: dts: renesas: r8a7795-es1: Enable IPMMU devices Simon Horman
2018-04-24  9:26 ` Simon Horman
2018-04-24  9:32 ` Geert Uytterhoeven
2018-04-24  9:32   ` Geert Uytterhoeven
2018-04-24  9:42   ` Simon Horman
2018-04-24  9:42     ` Simon Horman

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.