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

arm64: dts: renesas: r8a7795: Point FDP1 via FCPF to IPMMU-VP0/1

Hook up the FCPF devices to allow use of FDP1 with IPMMU-VP.
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 f54de024
...@@ -150,6 +150,10 @@ &audma1 { ...@@ -150,6 +150,10 @@ &audma1 {
<&ipmmu_mp1 30>, <&ipmmu_mp1 31>; <&ipmmu_mp1 30>, <&ipmmu_mp1 31>;
}; };
&fcpf1 {
iommus = <&ipmmu_vp0 1>;
};
&fcpvd2 { &fcpvd2 {
iommus = <&ipmmu_vi0 10>; iommus = <&ipmmu_vi0 10>;
}; };
......
...@@ -2070,6 +2070,7 @@ fcpf0: fcp@fe950000 { ...@@ -2070,6 +2070,7 @@ fcpf0: fcp@fe950000 {
clocks = <&cpg CPG_MOD 615>; clocks = <&cpg CPG_MOD 615>;
power-domains = <&sysc R8A7795_PD_A3VP>; power-domains = <&sysc R8A7795_PD_A3VP>;
resets = <&cpg 615>; resets = <&cpg 615>;
iommus = <&ipmmu_vp0 0>;
}; };
fcpf1: fcp@fe951000 { fcpf1: fcp@fe951000 {
...@@ -2078,6 +2079,7 @@ fcpf1: fcp@fe951000 { ...@@ -2078,6 +2079,7 @@ fcpf1: fcp@fe951000 {
clocks = <&cpg CPG_MOD 614>; clocks = <&cpg CPG_MOD 614>;
power-domains = <&sysc R8A7795_PD_A3VP>; power-domains = <&sysc R8A7795_PD_A3VP>;
resets = <&cpg 614>; resets = <&cpg 614>;
iommus = <&ipmmu_vp1 1>;
}; };
vspbd: vsp@fe960000 { vspbd: vsp@fe960000 {
......
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