diff mbox series

arm64: dts: rockchip: enable gpu on rk3399-puma

Message ID 20191023223954.3139-1-heiko@sntech.de (mailing list archive)
State New, archived
Headers show
Series arm64: dts: rockchip: enable gpu on rk3399-puma | expand

Commit Message

Heiko Stuebner Oct. 23, 2019, 10:39 p.m. UTC
Set the supplying regulator and enable the gpu node on the rk3399-puma som.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Heiko Stuebner Oct. 27, 2019, 6:22 p.m. UTC | #1
Am Donnerstag, 24. Oktober 2019, 00:39:54 CET schrieb Heiko Stuebner:
> Set the supplying regulator and enable the gpu node on the rk3399-puma som.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>

applied for 5.5
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
index 62ea288a1a70..c1edca3872c7 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
@@ -165,6 +165,11 @@ 
 	status = "okay";
 };
 
+&gpu {
+	mali-supply = <&vdd_gpu>;
+	status = "okay";
+};
+
 &i2c0 {
 	status = "okay";
 	i2c-scl-rising-time-ns = <168>;