Commit 55ca18c0 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: add Vivante GPU node



Recently, support for this particular Vivante GC7000 GPU was added to the
linux kernel. Add the corresponding device tree node.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7de87eae
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -814,6 +814,17 @@
			};
		};

		gpu: gpu@f0c0000 {
			compatible = "vivante,gc";
			reg = <0x0 0xf0c0000 0x0 0x10000>;
			interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clockgen QORIQ_CLK_HWACCEL 2>,
				 <&clockgen QORIQ_CLK_HWACCEL 2>,
				 <&clockgen QORIQ_CLK_HWACCEL 2>;
			clock-names = "core", "shader", "bus";
			#cooling-cells = <2>;
		};

		sai1: audio-controller@f100000 {
			#sound-dai-cells = <0>;
			compatible = "fsl,vf610-sai";