arm64: dts: rockchip: enable gpu on rk3399-puma
From: Heiko Stuebner <heiko@...> Date: Mon, 23 Sep 2019 16:40:07 +0200
Commit-Message
Set the supplying regulator and enable the gpu node on the rk3399-puma som. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
Statistics
- 5 lines added
- 0 lines removed
Changes
---------------- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi -----------------
index 62ea288a1a70..c1edca3872c7 100644
@@ -165,6 +165,11 @@
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
i2c-scl-rising-time-ns = <168>;