diff mbox series

[1/2] arm64: dts: rockchip: Enable gpu on Cool Pi CM5

Message ID 20240330100134.3588223-1-andyshrk@163.com (mailing list archive)
State New
Headers show
Series [1/2] arm64: dts: rockchip: Enable gpu on Cool Pi CM5 | expand

Commit Message

Andy Yan March 30, 2024, 10:01 a.m. UTC
Enable mali gpu node and add the board specific supply-regulator.

Signed-off-by: Andy Yan <andyshrk@163.com>
---

 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Heiko Stübner April 1, 2024, 9:55 p.m. UTC | #1
On Sat, 30 Mar 2024 18:01:33 +0800, Andy Yan wrote:
> Enable mali gpu node and add the board specific supply-regulator.
> 
> 

Applied, thanks!

[1/2] arm64: dts: rockchip: Enable gpu on Cool Pi CM5
      commit: 3436ded09656f1f49e064c5e791656acf0dd25c5
[2/2] arm64: dts: rockchip: Enable gpu on Cool Pi 4B
      commit: 604552d0102c4260ef2561b8c84f849e43731678

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
index 94ecb9b4f98f..6f5cf6a06c2c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
@@ -136,6 +136,11 @@  &gmac0_rgmii_clk
 	status = "okay";
 };
 
+&gpu {
+	mali-supply = <&vdd_gpu_s0>;
+	status = "okay";
+};
+
 &i2c0 {
 	pinctrl-0 = <&i2c0m2_xfer>;
 	status = "okay";