mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
arm64: dts: renesas: r8a779g0: Add missing iommus properties
Add missing iommus properties to all EthernetAVB and Frame Compression Processor device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/bd394a7e330610d76d98cd5d230c0b3fcbf5c3e4.1720430758.git.geert+renesas@glider.be
This commit is contained in:
parent
2c44893ba3
commit
c313c77bab
@ -815,6 +815,7 @@
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_hc 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@ -860,6 +861,7 @@
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_hc 1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@ -905,6 +907,7 @@
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_hc 2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@ -1987,6 +1990,7 @@
|
||||
clocks = <&cpg CPG_MOD 508>;
|
||||
power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 508>;
|
||||
iommus = <&ipmmu_vi1 6>;
|
||||
};
|
||||
|
||||
fcpvd1: fcp@fea11000 {
|
||||
@ -1995,6 +1999,7 @@
|
||||
clocks = <&cpg CPG_MOD 509>;
|
||||
power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 509>;
|
||||
iommus = <&ipmmu_vi1 7>;
|
||||
};
|
||||
|
||||
vspd0: vsp@fea20000 {
|
||||
|
Loading…
Reference in New Issue
Block a user