diff options
author | Ezequiel Garcia <[email protected]> | 2022-02-09 22:55:48 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-02-11 20:27:47 +0100 |
commit | 6ac383456452378de07e55fc687069d1898a567d (patch) | |
tree | 34377d4896f3972df679ca44927e7185c7cb3d7f | |
parent | c0a7259fad2df72469b602418083516c2cb3a7af (diff) |
arm64: dts: rockchip: enable the gpu on quartz64-a
Enable the GPU core on the Pine64 Quartz64 Model A.
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Alex Bee <[email protected]>
Signed-off-by: Michael Riesch <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts index 868ddac96433..6af09d2df600 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts @@ -243,6 +243,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &i2c0 { status = "okay"; |