Enable the GPU for SolidRun's Cubox.

Signed-off-by: Russell King <rmk+ker...@arm.linux.org.uk>
---
 arch/arm/boot/dts/dove-cubox.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts
index e6fa251e17b9..af3cb633135f 100644
--- a/arch/arm/boot/dts/dove-cubox.dts
+++ b/arch/arm/boot/dts/dove-cubox.dts
@@ -62,6 +62,10 @@
                pinctrl-0 = <&pmx_gpio_19>;
                pinctrl-names = "default";
        };
+
+       gpu-subsystem {
+               status = "okay";
+       };
 };
 
 &uart0 { status = "okay"; };
@@ -74,6 +78,10 @@
        reg = <1>;
 };
 
+&gpu {
+       status = "okay";
+};
+
 &i2c0 {
        status = "okay";
        clock-frequency = <100000>;
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to