Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2e1e922 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: msm: dts: Avoid 0x0 as device address"

parents df8af02a 4ec5b9ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
			label = "venus_sec_bitstream";
			iommus = <&apps_smmu 0x1081 0x4>;
			buffer-types = <0x241>;
			virtual-addr-pool = <0x0 0xe0000000>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			qcom,secure-context-bank;
		};

@@ -105,7 +105,7 @@
			label = "venus_sec_pixel";
			iommus = <&apps_smmu 0x1083 0x20>;
			buffer-types = <0x106>;
			virtual-addr-pool = <0x0 0xe0000000>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			qcom,secure-context-bank;
		};

+2 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
			iommus =
				<&apps_smmu 0x1301 0x4>;
			buffer-types = <0x241>;
			virtual-addr-pool = <0x0 0xe0000000>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			qcom,secure-context-bank;
		};

@@ -119,7 +119,7 @@
			iommus =
				<&apps_smmu 0x1303 0x20>;
			buffer-types = <0x106>;
			virtual-addr-pool = <0x0 0xe0000000>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			qcom,secure-context-bank;
		};