mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
arm64: dts: renesas: r8a774a1: Add missing iommus properties
Add missing iommus properties to SDHI and Frame Compression Processor device nodes that still lack them. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/114e9915356670e59dae412c1054afad4ce4c964.1720430758.git.geert+renesas@glider.be
This commit is contained in:
@@ -2277,6 +2277,7 @@ sdhi0: mmc@ee100000 {
|
||||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 314>;
|
||||
iommus = <&ipmmu_ds1 32>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -2290,6 +2291,7 @@ sdhi1: mmc@ee120000 {
|
||||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 313>;
|
||||
iommus = <&ipmmu_ds1 33>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -2303,6 +2305,7 @@ sdhi2: mmc@ee140000 {
|
||||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 312>;
|
||||
iommus = <&ipmmu_ds1 34>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -2316,6 +2319,7 @@ sdhi3: mmc@ee160000 {
|
||||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 311>;
|
||||
iommus = <&ipmmu_ds1 35>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -2464,6 +2468,7 @@ fcpf0: fcp@fe950000 {
|
||||
clocks = <&cpg CPG_MOD 615>;
|
||||
power-domains = <&sysc R8A774A1_PD_A3VC>;
|
||||
resets = <&cpg 615>;
|
||||
iommus = <&ipmmu_vc0 16>;
|
||||
};
|
||||
|
||||
fcpvb0: fcp@fe96f000 {
|
||||
@@ -2472,6 +2477,7 @@ fcpvb0: fcp@fe96f000 {
|
||||
clocks = <&cpg CPG_MOD 607>;
|
||||
power-domains = <&sysc R8A774A1_PD_A3VC>;
|
||||
resets = <&cpg 607>;
|
||||
iommus = <&ipmmu_vi0 5>;
|
||||
};
|
||||
|
||||
fcpvd0: fcp@fea27000 {
|
||||
|
||||
Reference in New Issue
Block a user