mirror of https://gitee.com/openkylin/linux.git
arm64: dts: rockchip: enable mali on Rock Pi 4
Enable the mali gpu node. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
f77e7a9aaf
commit
0f9e535a08
|
@ -157,6 +157,11 @@ &gmac {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&gpu {
|
||||
mali-supply = <&vdd_gpu>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmi_cec>;
|
||||
|
|
Loading…
Reference in New Issue