diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2015-12-15 17:30:09 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 13:43:41 +0100 |
commit | 419e202b260ba5913affd7cb3c36f129c036e8f7 (patch) | |
tree | cd55606a11785537f0a2b4603143dd9174ee437c /arch/arm/boot/dts/imx6dl.dtsi | |
parent | ARM: dts: imx28: add alternate auart4 pinmux (diff) | |
download | linux-419e202b260ba5913affd7cb3c36f129c036e8f7.tar.xz linux-419e202b260ba5913affd7cb3c36f129c036e8f7.zip |
ARM: dts: imx6: add Vivante GPU nodes
This adds the device nodes for 2D, 3D and VG GPU cores.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index e44ee075bdcc..c13a73aa55ca 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -104,6 +104,11 @@ compatible = "fsl,imx-display-subsystem"; ports = <&ipu1_di0>, <&ipu1_di1>; }; + + gpu-subsystem { + compatible = "fsl,imx-gpu-subsystem"; + cores = <&gpu_2d>, <&gpu_3d>; + }; }; &gpt { |