diff mbox series

[2/2] arm64: dts: rockchip: add mali gpu support on rock960

Message ID 20190314071853.32176-3-akash@openedev.com (mailing list archive)
State New, archived
Headers show
Series add gpu node support on rock960 and rockpi4 | expand

Commit Message

Akash Gajjar March 14, 2019, 7:18 a.m. UTC
add gpu node support on board and add the supplying regulator

Signed-off-by: Akash Gajjar <akash@openedev.com>
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
---
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts
index 12285c51cceb..bc8c04190d1a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts
@@ -62,6 +62,11 @@ 
 
 };
 
+&gpu {
+	mali-supply = <&vdd_gpu>;
+	status = "okay";
+};
+
 &pcie0 {
 	ep-gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_HIGH>;
 };