Commit 0601fbed authored by Michael Saunders's avatar Michael Saunders Committed by Heiko Stuebner

arm64: dts: rockchip: enable the mali GPU on rk3399-firefly

The Firefly RK3399 device tree had the GPU status set to disabled as per
the default from the rk3399.dtsi. This patch sets the status in the
firefly dts to enable it for use. Tested successfully on a 2GB Firefly
RK3399 board.
Signed-off-by: default avatarMichael Saunders <mick.saunders@gmail.com>
Link: https://lore.kernel.org/r/20220207073617.7386-1-mick.saunders@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 2943660f
......@@ -298,6 +298,11 @@ &gmac {
status = "okay";
};
&gpu {
mali-supply = <&vdd_gpu>;
status = "okay";
};
&hdmi {
ddc-i2c-bus = <&i2c3>;
pinctrl-names = "default";
......
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