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

Commit 14bb9830 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

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



Enable the DT nodes for the kgsl smmu, apps smmu
and all the test devices on Kona.

Change-Id: Icc337be35b1a12c2e60180b9a414fbdcae45b2a4
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 657b1f68
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";
	};
};