diff mbox series

arm64: dts: rockchip: add and enable gpu node for Radxa ROCK 5A

Message ID 20241019025008.852-1-naoki@radxa.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: add and enable gpu node for Radxa ROCK 5A | expand

Commit Message

FUKAUMI Naoki Oct. 19, 2024, 2:50 a.m. UTC
add gpu node to make it usable on Radxa ROCK 5A.

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
 arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Heiko Stübner Oct. 21, 2024, 3:44 p.m. UTC | #1
On Sat, 19 Oct 2024 02:50:08 +0000, FUKAUMI Naoki wrote:
> add gpu node to make it usable on Radxa ROCK 5A.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: add and enable gpu node for Radxa ROCK 5A
      commit: d7d79059ac2831ce384b89a94eabbf44abfa4f63

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
index 87fce8d9a964..5882027ab64c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
@@ -166,6 +166,11 @@  &cpu_l3 {
 	cpu-supply = <&vdd_cpu_lit_s0>;
 };
 
+&gpu {
+	mali-supply = <&vdd_gpu_s0>;
+	status = "okay";
+};
+
 &i2c0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c0m2_xfer>;