ARM: dts: enable GPU for SolidRun's Cubox
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 15 Dec 2015 16:38:03 +0000 (17:38 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 15 Dec 2015 16:46:34 +0000 (17:46 +0100)
Enable the GPU for SolidRun's Cubox.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/dove-cubox.dts

index e6fa251e17b93b54f67bcd39b8da57476ddda519..af3cb633135fc68885c12e30536290ae4e097e12 100644 (file)
                pinctrl-0 = <&pmx_gpio_19>;
                pinctrl-names = "default";
        };
+
+       gpu-subsystem {
+               status = "okay";
+       };
 };
 
 &uart0 { status = "okay"; };
        reg = <1>;
 };
 
+&gpu {
+       status = "okay";
+};
+
 &i2c0 {
        status = "okay";
        clock-frequency = <100000>;
This page took 0.027585 seconds and 5 git commands to generate.