From: Konrad Dybcio Date: Wed, 21 Jun 2023 11:21:55 +0000 (+0200) Subject: arm64: dts: qcom: qrb4210-rb2: Enable GPU X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d368279dfa02c6c1eb5eb91126613769527d450b;p=linux.git 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 --- diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts index e23a0406eaccd..a7278a9472ed9 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";