From d368279dfa02c6c1eb5eb91126613769527d450b Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Wed, 21 Jun 2023 13:21:55 +0200 Subject: [PATCH] arm64: dts: qcom: qrb4210-rb2: Enable GPU Enable the A610 GPU and provide a firmware path to the ZAP blob. Signed-off-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230620-topic-gpu_tablet_disp-v2-4-0538ea1beb0b@linaro.org Signed-off-by: Bjorn Andersson --- arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts index e23a040..a7278a9 100644 --- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts +++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts @@ -179,6 +179,14 @@ status = "okay"; }; +&gpu { + status = "okay"; + + zap-shader { + firmware-name = "qcom/qrb4210/a610_zap.mbn"; + }; +}; + &i2c2 { clock-frequency = <400000>; status = "okay"; -- 2.7.4