From nobody Thu Apr 9 23:25:02 2026 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 552CF334C3D for ; Thu, 5 Mar 2026 12:07:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772712424; cv=none; b=kiLurZK7mpsQvNEWe/77l6YoaZqW+IKPdq4p+T/B8GMuSR70BJZJVUYbrKUP48Vwo6lDrS0TrWVZ9DohlrmN3TmLfKO4JGwBJKUbOzj8IrJq8tFlTlE88DdqfkCWzyaVBp3tzZQw8iiL5TVo8Dk+KIFa+MflQyFGCu594Y3c/d4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772712424; c=relaxed/simple; bh=o+YCp1uaBUkEEJZ/7aQgj62Jd4ostEEU5tMF6V36m/o=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qQKjy6oHOpa+PCehuM/POsys9cQCN9gSsHzJIg2l3YdWSxcO5AmO4zOtX7aWYFWmxl8tBAXFaT7nUkGF1VQk9yQwCr4zmcY7syigWVPY82t/aQGpXPO9copu0j+b6mQSsRnOGUJAuJCueFAZGkuIWEDadlp8tm++hKb7ygKYgHE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com; spf=pass smtp.mailfrom=cknow-tech.com; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b=EsUqP7An; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b="EsUqP7An" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow-tech.com; s=key1; t=1772712419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=u827sJWQwU3javZmJbO1M5tiwo6JeGPU3XiLOVja7Ag=; b=EsUqP7AnCln9wX3WGvVEodNcCvRH7F7m0zb7KGngCHgVNhGfgE8E7KIR/gu10BlMFILXqG QjI92XosiaYSdPzKsJE6uYPMFJYQSl1KROCmjUchbKHcAP5/PZ7JGp+LoD1KWFn+ORNa8p Ziy6ItjkptLXCd85iQtDv/pWoqFghdr6uj92rDHYvdWba1HdqoHVZyXh+y3Io74vLa7Utg Qgar9fKlUhvY53qPWczKbgaawQeDDYz5S/3tzZ17iVzJK61Wgz1djUMdGkSYUyzwkaLavo FV1vJjAidlucNYxUwvTOzeU7kSbrKuhGurCyMdOzk3pXrUwfI6r024EpNukpjg== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Samuel Holland , Andreas Kemnade , Maximilian Weigand , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, hrdl , phantomas , Dragan Simic , Diederik de Haas Subject: [PATCH] arm64: dts: rockchip: Enable GPU on rk3566-pinenote Date: Thu, 5 Mar 2026 13:05:40 +0100 Message-ID: <20260305120620.173600-1-diederik@cknow-tech.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" From: Samuel Holland 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 Signed-off-by: Diederik de Haas --- 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 =3D <&vdd_cpu>; }; =20 +&gpu { + mali-supply =3D <&vdd_gpu_npu>; + status =3D "okay"; +}; + &i2c0 { status =3D "okay"; =20 --=20 2.53.0