ARM: dts: enable GPU for SolidRun's Cubox
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>
This commit is contained in:
Родитель
6c72d8ab26
Коммит
ce9981bd63
|
@ -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>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче