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

Commit 52c06140 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

ARM: dts: msm: Correct SMMU and ION device tree errors on Kona



Correct SMMU and ION device tree errors introduced as a part
of

'commit 5a1428b7 ("ARM: dts: msm: Fixes warnings
in kona device tree")'

Correct SMMU device tree to use the "status-reg" compatible
string instead of "status" and correct the heap id
corresponding to the system heap on the ION device tree on Kona.

Change-Id: I606514525154d5fa7d5839cc7a71a49b453d0adf
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent a5981c8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
		#address-cells = <1>;
		#size-cells = <0>;

		system_heap: qcom,ion-heap@19 {
			reg = <0x19>;
		system_heap: qcom,ion-heap@25 {
			reg = <0x25>;
			qcom,ion-heap-type = "SYSTEM";
		};

+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
			compatible = "qcom,qsmmuv500-tbu";
			reg = <0x3DC5000 0x1000>,
				<0x3DC2200 0x8>;
			reg-names = "base", "status";
			reg-names = "base", "status-reg";
			qcom,stream-id-range = <0x0 0x400>;
		};

@@ -42,7 +42,7 @@
			compatible = "qcom,qsmmuv500-tbu";
			reg = <0x3DC9000 0x1000>,
				<0x3DC2208 0x8>;
			reg-names = "base", "status";
			reg-names = "base", "status-reg";
			qcom,stream-id-range = <0x400 0x400>;
		};
	};