Commit 8292f5eb authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: Add iommus to R-Car Gen3 SDHI/MMC nodes

parent 04360e41
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2599,6 +2599,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
			resets = <&cpg 314>;
			iommus = <&ipmmu_ds1 32>;
			status = "disabled";
		};

@@ -2611,6 +2612,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
			resets = <&cpg 313>;
			iommus = <&ipmmu_ds1 33>;
			status = "disabled";
		};

@@ -2623,6 +2625,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
			resets = <&cpg 312>;
			iommus = <&ipmmu_ds1 34>;
			status = "disabled";
		};

@@ -2635,6 +2638,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
			resets = <&cpg 311>;
			iommus = <&ipmmu_ds1 35>;
			status = "disabled";
		};

+4 −0
Original line number Diff line number Diff line
@@ -2394,6 +2394,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
			resets = <&cpg 314>;
			iommus = <&ipmmu_ds1 32>;
			status = "disabled";
		};

@@ -2406,6 +2407,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
			resets = <&cpg 313>;
			iommus = <&ipmmu_ds1 33>;
			status = "disabled";
		};

@@ -2418,6 +2420,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
			resets = <&cpg 312>;
			iommus = <&ipmmu_ds1 34>;
			status = "disabled";
		};

@@ -2430,6 +2433,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
			resets = <&cpg 311>;
			iommus = <&ipmmu_ds1 35>;
			status = "disabled";
		};

+4 −0
Original line number Diff line number Diff line
@@ -2105,6 +2105,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
			resets = <&cpg 314>;
			iommus = <&ipmmu_ds1 32>;
			status = "disabled";
		};

@@ -2117,6 +2118,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
			resets = <&cpg 313>;
			iommus = <&ipmmu_ds1 33>;
			status = "disabled";
		};

@@ -2129,6 +2131,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
			resets = <&cpg 312>;
			iommus = <&ipmmu_ds1 34>;
			status = "disabled";
		};

@@ -2141,6 +2144,7 @@
			max-frequency = <200000000>;
			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
			resets = <&cpg 311>;
			iommus = <&ipmmu_ds1 35>;
			status = "disabled";
		};

+1 −0
Original line number Diff line number Diff line
@@ -1035,6 +1035,7 @@
			power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
			resets = <&cpg 314>;
			max-frequency = <200000000>;
			iommus = <&ipmmu_ds1 32>;
			status = "disabled";
		};

+1 −0
Original line number Diff line number Diff line
@@ -1338,6 +1338,7 @@
			power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
			resets = <&cpg 314>;
			max-frequency = <200000000>;
			iommus = <&ipmmu_ds1 32>;
			status = "disabled";
		};

Loading