On Tue, Nov 07, 2017 at 10:11:20AM +0100, Geert Uytterhoeven wrote: > On Wed, Nov 1, 2017 at 11:34 AM, Simon Horman > <horms+renesas@xxxxxxxxxxxx> wrote: > > From: Magnus Damm <damm+renesas@xxxxxxxxxxxxx> > > > > Add r8a7795 ES1.x IPMMU nodes and keep all disabled by default. > > > > This is a follow-up to a patch that adds IPMMU device nodes that > > are common to r8a7795 ES1.x and ES2.0 > > > > Signed-off-by: Magnus Damm <damm+renesas@xxxxxxxxxxxxx> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > --- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi > > +++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi > > @@ -26,6 +26,22 @@ > > /delete-node/ mmu@fd960000; > > /delete-node/ mmu@fd970000; > > > > + ipmmu_mp1: mmu@ec680000 { > > + compatible = "renesas,ipmmu-r8a7795"; > > + reg = <0 0xec680000 0 0x1000>; /* IPMMU-MP1 */ > > Do we need the comments? Now that you mention it I don't think so. I will remove them.