Skip to content

Commit c895c32

Browse files
committed
ARM: dts: rockchip: enable Mali gpu on rk3066 marsboard
The rk3066 contains a Mali400 GPU, so enable it. There is no individual (or even controllable) supply for the GPU on the board. Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent cb2a673 commit c895c32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
cpu-supply = <&vdd_arm>;
7070
};
7171

72+
&gpu {
73+
status = "okay";
74+
};
75+
7276
&hdmi {
7377
status = "okay";
7478
};

0 commit comments

Comments
 (0)