arm64: dts: rockchip: enable gpu on rk3399-puma
authorHeiko Stuebner <heiko@sntech.de>
Wed, 23 Oct 2019 22:39:54 +0000 (00:39 +0200)
committerHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 5 Nov 2019 19:44:35 +0000 (20:44 +0100)
Set the supplying regulator and enable the gpu node on the rk3399-puma som.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20191023223954.3139-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

index 62ea288..c1edca3 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu>;
+       status = "okay";
+};
+
 &i2c0 {
        status = "okay";
        i2c-scl-rising-time-ns = <168>;