mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: renesas: r8a774c0: Add missing iommus properties
Add missing iommus properties to all SDHI device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/299b47bf40d4d2d44beff46b3323c471915c714d.1720430758.git.geert+renesas@glider.be
This commit is contained in:
parent
1d325f5060
commit
b4bcb7792f
|
|
@ -1637,6 +1637,7 @@ sdhi0: mmc@ee100000 {
|
|||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 314>;
|
||||
iommus = <&ipmmu_ds1 32>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -1650,6 +1651,7 @@ sdhi1: mmc@ee120000 {
|
|||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 313>;
|
||||
iommus = <&ipmmu_ds1 33>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -1663,6 +1665,7 @@ sdhi3: mmc@ee160000 {
|
|||
max-frequency = <200000000>;
|
||||
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 311>;
|
||||
iommus = <&ipmmu_ds1 35>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user