[PATCH] arm64: dts: rockchip: Enable GPU on rk3566-pinenote

Diederik de Haas posted 1 patch 1 month ago
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] arm64: dts: rockchip: Enable GPU on rk3566-pinenote
Posted by Diederik de Haas 1 month ago
From: Samuel Holland <samuel@sholland.org>

The GPU is most useful when used together with the EBC on the PineNote,
which is not yet described. But there's no reason not to define the GPU
already as the hardware is present and could be used without the EBC.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Diederik de Haas <diederik@cknow-tech.com>
---
 arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
index 551d551a113b..071cbdc3f6d5 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
@@ -234,6 +234,11 @@ &cpu3 {
 	cpu-supply = <&vdd_cpu>;
 };
 
+&gpu {
+	mali-supply = <&vdd_gpu_npu>;
+	status = "okay";
+};
+
 &i2c0 {
 	status = "okay";
 
-- 
2.53.0
Re: [PATCH] arm64: dts: rockchip: Enable GPU on rk3566-pinenote
Posted by Heiko Stuebner 1 month ago
On Thu, 05 Mar 2026 13:05:40 +0100, Diederik de Haas wrote:
> The GPU is most useful when used together with the EBC on the PineNote,
> which is not yet described. But there's no reason not to define the GPU
> already as the hardware is present and could be used without the EBC.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Enable GPU on rk3566-pinenote
      commit: 82c68c62bd8d64785c42292449688fed4d2c284c

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>