]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6: remove GPU subsystem nodes
authorLucas Stach <l.stach@pengutronix.de>
Mon, 12 Feb 2018 15:57:52 +0000 (16:57 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Feb 2018 08:15:59 +0000 (16:15 +0800)
They aren't needed by the etnaviv driver anymore and have been removed
from the binding.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6sx.dtsi

index c01674fa098aa48280cf52be9899795ad0a014be..25833724484e1d61798bc67f05909f9c666f42ad 100644 (file)
@@ -109,11 +109,6 @@ display-subsystem {
                compatible = "fsl,imx-display-subsystem";
                ports = <&ipu1_di0>, <&ipu1_di1>;
        };
-
-       gpu-subsystem {
-               compatible = "fsl,imx-gpu-subsystem";
-               cores = <&gpu_2d>, <&gpu_3d>;
-       };
 };
 
 &gpio1 {
index bc581aa5cf1785fce20c8e46d5c9e2fddedca4d2..ae7b3f10789341597ec2723f3520dee39b63e272 100644 (file)
@@ -215,11 +215,6 @@ display-subsystem {
                compatible = "fsl,imx-display-subsystem";
                ports = <&ipu1_di0>, <&ipu1_di1>, <&ipu2_di0>, <&ipu2_di1>;
        };
-
-       gpu-subsystem {
-               compatible = "fsl,imx-gpu-subsystem";
-               cores = <&gpu_2d>, <&gpu_3d>, <&gpu_vg>;
-       };
 };
 
 &gpio1 {
index 3d04201b599cc0bfb37bd1b04b055806fcaa79a2..49c7205b8db818cc7e12fd0d652fb1922f052fca 100644 (file)
@@ -1368,9 +1368,4 @@ pcie: pcie@8ffc000 {
                        status = "disabled";
                };
        };
-
-       gpu-subsystem {
-               compatible = "fsl,imx-gpu-subsystem";
-               cores = <&gpu>;
-       };
 };