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

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

Merge "ARM: dts: Enable the kgsl and apps smmu nodes on Kona"

parents 26bb8adf 14bb9830
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
		#global-interrupts = <2>;
		#size-cells = <1>;
		#address-cells = <1>;
		status = "disabled";
		ranges;
		interrupts =	<GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 674 IRQ_TYPE_LEVEL_HIGH>,
@@ -59,7 +58,6 @@
		#global-interrupts = <2>;
		#size-cells = <1>;
		#address-cells = <1>;
		status = "disabled";
		ranges;
		interrupts =	<GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
@@ -245,26 +243,22 @@
	kgsl_iommu_test_device {
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x7 0>;
		status = "disabled";
	};

	kgsl_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x9 0>;
		dma-coherent;
		status = "disabled";
	};

	apps_iommu_test_device {
		compatible = "iommu-debug-test";
		iommus = <&apps_smmu 0x21 0>;
		status = "disabled";
	};

	apps_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		iommus = <&apps_smmu 0x23 0>;
		dma-coherent;
		status = "disabled";
	};
};