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

Commit 4ec5b9ca authored by Vikash Garodia's avatar Vikash Garodia
Browse files

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



0x0 might be interpreted as NULL address in video firmware.
To avoid this, moving out such addresses by 5 MB.

Change-Id: I9aec4994342c81d14aa1bff6ee1259aa900f224f
Signed-off-by: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent f8588e6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,7 +97,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;
		};

@@ -106,7 +106,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;
		};