lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 45b894a9 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

arm64: dts: renesas: r8a7795: Point DU/VSPD via FCPVD to IPMMU-VI0/1

Hook up the FCPVD devices to allow use of the VSP and DU
together with IPMMU-VI1 and IPMMU-VI1.
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 c2b57f76
...@@ -149,6 +149,10 @@ &audma1 { ...@@ -149,6 +149,10 @@ &audma1 {
<&ipmmu_mp1 30>, <&ipmmu_mp1 31>; <&ipmmu_mp1 30>, <&ipmmu_mp1 31>;
}; };
&fcpvd2 {
iommus = <&ipmmu_vi0 10>;
};
&du { &du {
vsps = <&vspd0 &vspd1 &vspd2 &vspd3>; vsps = <&vspd0 &vspd1 &vspd2 &vspd3>;
}; };
...@@ -2154,6 +2154,7 @@ fcpvd0: fcp@fea27000 { ...@@ -2154,6 +2154,7 @@ fcpvd0: fcp@fea27000 {
clocks = <&cpg CPG_MOD 603>; clocks = <&cpg CPG_MOD 603>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 603>; resets = <&cpg 603>;
iommus = <&ipmmu_vi0 8>;
}; };
vspd1: vsp@fea28000 { vspd1: vsp@fea28000 {
...@@ -2173,6 +2174,7 @@ fcpvd1: fcp@fea2f000 { ...@@ -2173,6 +2174,7 @@ fcpvd1: fcp@fea2f000 {
clocks = <&cpg CPG_MOD 602>; clocks = <&cpg CPG_MOD 602>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 602>; resets = <&cpg 602>;
iommus = <&ipmmu_vi0 9>;
}; };
vspd2: vsp@fea30000 { vspd2: vsp@fea30000 {
...@@ -2192,6 +2194,7 @@ fcpvd2: fcp@fea37000 { ...@@ -2192,6 +2194,7 @@ fcpvd2: fcp@fea37000 {
clocks = <&cpg CPG_MOD 601>; clocks = <&cpg CPG_MOD 601>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 601>; resets = <&cpg 601>;
iommus = <&ipmmu_vi1 10>;
}; };
fdp1@fe940000 { fdp1@fe940000 {
......
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