OSDN Git Service

arm64: dts: renesas: r8a7795: Point VSPI via FCPVI to IPMMU-VP0/1
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 10 Nov 2017 13:25:27 +0000 (14:25 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 28 Nov 2017 08:36:29 +0000 (09:36 +0100)
Hook up the FCPVI devices to allow use of VSPI with
IPMMU-VP0 and IPMMU-VP1.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
arch/arm64/boot/dts/renesas/r8a7795.dtsi

index 3d50627..b2d2f04 100644 (file)
        iommus = <&ipmmu_vp0 1>;
 };
 
+&fcpvi1 {
+       iommus = <&ipmmu_vp0 9>;
+};
+
 &fcpvd2 {
        iommus = <&ipmmu_vi0 10>;
 };
index 35efacd..10c7728 100644 (file)
                        clocks = <&cpg CPG_MOD 611>;
                        power-domains = <&sysc R8A7795_PD_A3VP>;
                        resets = <&cpg 611>;
+                       iommus = <&ipmmu_vp0 8>;
                };
 
                vspi1: vsp@fe9b0000 {
                        clocks = <&cpg CPG_MOD 610>;
                        power-domains = <&sysc R8A7795_PD_A3VP>;
                        resets = <&cpg 610>;
+                       iommus = <&ipmmu_vp1 9>;
                };
 
                vspd0: vsp@fea20000 {