mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
arm64: dts: renesas: r8a779a0: Add missing iommus properties
Add missing iommus properties to all EthernetAVB, DMAC, and Frame Compression Processor device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/39da0dddf7e7f1fde2b2d83444af7bb5ae73b922.1720430758.git.geert+renesas@glider.be
This commit is contained in:
@@ -707,6 +707,7 @@ avb0: ethernet@e6800000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -755,6 +756,7 @@ avb1: ethernet@e6810000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -803,6 +805,7 @@ avb2: ethernet@e6820000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -851,6 +854,7 @@ avb3: ethernet@e6830000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 3>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -899,6 +903,7 @@ avb4: ethernet@e6840000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -947,6 +952,7 @@ avb5: ethernet@e6850000 {
|
||||
phy-mode = "rgmii";
|
||||
rx-internal-delay-ps = <0>;
|
||||
tx-internal-delay-ps = <0>;
|
||||
iommus = <&ipmmu_ds1 11>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
@@ -2096,6 +2102,14 @@ dmac1: dma-controller@e7350000 {
|
||||
resets = <&cpg 709>;
|
||||
#dma-cells = <1>;
|
||||
dma-channels = <16>;
|
||||
iommus = <&ipmmu_ds0 0>, <&ipmmu_ds0 1>,
|
||||
<&ipmmu_ds0 2>, <&ipmmu_ds0 3>,
|
||||
<&ipmmu_ds0 4>, <&ipmmu_ds0 5>,
|
||||
<&ipmmu_ds0 6>, <&ipmmu_ds0 7>,
|
||||
<&ipmmu_ds0 8>, <&ipmmu_ds0 9>,
|
||||
<&ipmmu_ds0 10>, <&ipmmu_ds0 11>,
|
||||
<&ipmmu_ds0 12>, <&ipmmu_ds0 13>,
|
||||
<&ipmmu_ds0 14>, <&ipmmu_ds0 15>;
|
||||
};
|
||||
|
||||
dmac2: dma-controller@e7351000 {
|
||||
@@ -2121,6 +2135,10 @@ dmac2: dma-controller@e7351000 {
|
||||
resets = <&cpg 710>;
|
||||
#dma-cells = <1>;
|
||||
dma-channels = <8>;
|
||||
iommus = <&ipmmu_ds0 16>, <&ipmmu_ds0 17>,
|
||||
<&ipmmu_ds0 18>, <&ipmmu_ds0 19>,
|
||||
<&ipmmu_ds0 20>, <&ipmmu_ds0 21>,
|
||||
<&ipmmu_ds0 22>, <&ipmmu_ds0 23>;
|
||||
};
|
||||
|
||||
mmc0: mmc@ee140000 {
|
||||
@@ -2278,6 +2296,7 @@ fcpvd0: fcp@fea10000 {
|
||||
clocks = <&cpg CPG_MOD 508>;
|
||||
power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 508>;
|
||||
iommus = <&ipmmu_vi1 6>;
|
||||
};
|
||||
|
||||
fcpvd1: fcp@fea11000 {
|
||||
@@ -2286,6 +2305,7 @@ fcpvd1: fcp@fea11000 {
|
||||
clocks = <&cpg CPG_MOD 509>;
|
||||
power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 509>;
|
||||
iommus = <&ipmmu_vi1 7>;
|
||||
};
|
||||
|
||||
vspd0: vsp@fea20000 {
|
||||
|
||||
Reference in New Issue
Block a user