diff options
| author | Samuel Holland <samuel@sholland.org> | 2026-03-05 15:05:40 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-03-10 11:42:07 +0300 |
| commit | 82c68c62bd8d64785c42292449688fed4d2c284c (patch) | |
| tree | 39d7d3f3ebd404a1ac633e5c02e1b872f958168d | |
| parent | f45d4356feeba1c8dac3414b688f59292ddfc9f9 (diff) | |
| download | linux-82c68c62bd8d64785c42292449688fed4d2c284c.tar.xz | |
arm64: dts: rockchip: Enable GPU on rk3566-pinenote
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>
Link: https://patch.msgid.link/20260305120620.173600-1-diederik@cknow-tech.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ cpu-supply = <&vdd_cpu>; }; +&gpu { + mali-supply = <&vdd_gpu_npu>; + status = "okay"; +}; + &i2c0 { status = "okay"; |
