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 c01674f..2583372 100644 (file)
                compatible = "fsl,imx-display-subsystem";
                ports = <&ipu1_di0>, <&ipu1_di1>;
        };
-
-       gpu-subsystem {
-               compatible = "fsl,imx-gpu-subsystem";
-               cores = <&gpu_2d>, <&gpu_3d>;
-       };
 };
 
 &gpio1 {
index bc581aa..ae7b3f1 100644 (file)
                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 3d04201..49c7205 100644 (file)
                        status = "disabled";
                };
        };
-
-       gpu-subsystem {
-               compatible = "fsl,imx-gpu-subsystem";
-               cores = <&gpu>;
-       };
 };