Hi Laurent, On Thu, Aug 18, 2016 at 6:03 PM, Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> wrote: > In order to test VSP+DU integration for Gen3 on Gen2, link the VSPD > instances to the DU and modify their features to match the Gen3 VSPD. Why do you modify the feature properties? AFAIK the driver doesn't look at them anyway. > Remove the IOMMU properties for the DU as memory is now accessed through > the VSPD. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/r8a7790.dtsi | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi > index 637cb8be363f..0ff45867e711 100644 > --- a/arch/arm/boot/dts/r8a7790.dtsi > +++ b/arch/arm/boot/dts/r8a7790.dtsi > @@ -969,7 +969,7 @@ > renesas,#wpf = <4>; > }; > > - vsp1@fe930000 { > + vsp1d0: vsp1@fe930000 { > compatible = "renesas,vsp1"; > reg = <0 0xfe930000 0 0x8000>; > interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>; > @@ -979,13 +979,11 @@ > iommus = <&ipmmu_mx 5 &ipmmu_mx 13>; > > renesas,has-lif; > - renesas,has-lut; > renesas,#rpf = <4>; > - renesas,#uds = <1>; > - renesas,#wpf = <4>; > + renesas,#wpf = <1>; > }; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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