Commit 69490bc9 authored by Simon Horman's avatar Simon Horman

arm64: dts: renesas: r8a7796: Point FDP1 via FCPF to IPMMU-VI0

Hook up the FCPF devices to allow use of FDP1 with IPMMU-VI0.

Based on work by Magnus Damm for the r8a7795.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 13312527
...@@ -1903,6 +1903,7 @@ fcpvd0: fcp@fea27000 { ...@@ -1903,6 +1903,7 @@ fcpvd0: fcp@fea27000 {
clocks = <&cpg CPG_MOD 603>; clocks = <&cpg CPG_MOD 603>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 603>; resets = <&cpg 603>;
iommus = <&ipmmu_vi0 8>;
}; };
vspd1: vsp@fea28000 { vspd1: vsp@fea28000 {
...@@ -1922,6 +1923,7 @@ fcpvd1: fcp@fea2f000 { ...@@ -1922,6 +1923,7 @@ fcpvd1: fcp@fea2f000 {
clocks = <&cpg CPG_MOD 602>; clocks = <&cpg CPG_MOD 602>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 602>; resets = <&cpg 602>;
iommus = <&ipmmu_vi0 9>;
}; };
vspd2: vsp@fea30000 { vspd2: vsp@fea30000 {
...@@ -1941,6 +1943,7 @@ fcpvd2: fcp@fea37000 { ...@@ -1941,6 +1943,7 @@ fcpvd2: fcp@fea37000 {
clocks = <&cpg CPG_MOD 601>; clocks = <&cpg CPG_MOD 601>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 601>; resets = <&cpg 601>;
iommus = <&ipmmu_vi0 10>;
}; };
hdmi0: hdmi@fead0000 { hdmi0: hdmi@fead0000 {
......
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