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

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

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

parents 44120da7 52c06140
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>;
		};
	};