mirror of https://gitee.com/openkylin/linux.git
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: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
cdd919ba22
commit
a02aac4873
|
@ -159,6 +159,10 @@ &fcpf1 {
|
|||
iommus = <&ipmmu_vp0 1>;
|
||||
};
|
||||
|
||||
&fcpvi1 {
|
||||
iommus = <&ipmmu_vp0 9>;
|
||||
};
|
||||
|
||||
&fcpvd2 {
|
||||
iommus = <&ipmmu_vi0 10>;
|
||||
};
|
||||
|
|
|
@ -2120,6 +2120,7 @@ fcpvi0: fcp@fe9af000 {
|
|||
clocks = <&cpg CPG_MOD 611>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VP>;
|
||||
resets = <&cpg 611>;
|
||||
iommus = <&ipmmu_vp0 8>;
|
||||
};
|
||||
|
||||
vspi1: vsp@fe9b0000 {
|
||||
|
@ -2139,6 +2140,7 @@ fcpvi1: fcp@fe9bf000 {
|
|||
clocks = <&cpg CPG_MOD 610>;
|
||||
power-domains = <&sysc R8A7795_PD_A3VP>;
|
||||
resets = <&cpg 610>;
|
||||
iommus = <&ipmmu_vp1 9>;
|
||||
};
|
||||
|
||||
vspd0: vsp@fea20000 {
|
||||
|
|
Loading…
Reference in New Issue