Commit a02aac48 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

arm64: dts: renesas: r8a7795: Point VSPI via FCPVI to IPMMU-VP0/1

Hook up the FCPVI devices to allow use of VSPI with
IPMMU-VP0 and IPMMU-VP1.
Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent cdd919ba
...@@ -159,6 +159,10 @@ &fcpf1 { ...@@ -159,6 +159,10 @@ &fcpf1 {
iommus = <&ipmmu_vp0 1>; iommus = <&ipmmu_vp0 1>;
}; };
&fcpvi1 {
iommus = <&ipmmu_vp0 9>;
};
&fcpvd2 { &fcpvd2 {
iommus = <&ipmmu_vi0 10>; iommus = <&ipmmu_vi0 10>;
}; };
......
...@@ -2120,6 +2120,7 @@ fcpvi0: fcp@fe9af000 { ...@@ -2120,6 +2120,7 @@ fcpvi0: fcp@fe9af000 {
clocks = <&cpg CPG_MOD 611>; clocks = <&cpg CPG_MOD 611>;
power-domains = <&sysc R8A7795_PD_A3VP>; power-domains = <&sysc R8A7795_PD_A3VP>;
resets = <&cpg 611>; resets = <&cpg 611>;
iommus = <&ipmmu_vp0 8>;
}; };
vspi1: vsp@fe9b0000 { vspi1: vsp@fe9b0000 {
...@@ -2139,6 +2140,7 @@ fcpvi1: fcp@fe9bf000 { ...@@ -2139,6 +2140,7 @@ fcpvi1: fcp@fe9bf000 {
clocks = <&cpg CPG_MOD 610>; clocks = <&cpg CPG_MOD 610>;
power-domains = <&sysc R8A7795_PD_A3VP>; power-domains = <&sysc R8A7795_PD_A3VP>;
resets = <&cpg 610>; resets = <&cpg 610>;
iommus = <&ipmmu_vp1 9>;
}; };
vspd0: vsp@fea20000 { vspd0: vsp@fea20000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment