Commit ce9981bd authored by Russell King's avatar Russell King Committed by Gregory CLEMENT

ARM: dts: enable GPU for SolidRun's Cubox

Enable the GPU for SolidRun's Cubox.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 6c72d8ab
...@@ -62,6 +62,10 @@ ir_recv: ir-receiver { ...@@ -62,6 +62,10 @@ ir_recv: ir-receiver {
pinctrl-0 = <&pmx_gpio_19>; pinctrl-0 = <&pmx_gpio_19>;
pinctrl-names = "default"; pinctrl-names = "default";
}; };
gpu-subsystem {
status = "okay";
};
}; };
&uart0 { status = "okay"; }; &uart0 { status = "okay"; };
...@@ -74,6 +78,10 @@ &ethphy { ...@@ -74,6 +78,10 @@ &ethphy {
reg = <1>; reg = <1>;
}; };
&gpu {
status = "okay";
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment