From: Konrad Dybcio Date: Thu, 6 Jun 2024 11:36:04 +0000 (+0200) Subject: arm64: dts: qcom: qrb2210-rb1: Enable the GPU X-Git-Tag: io_uring-6.11-20240722~96^2~8^2~59 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1ae60a51d175f5d43e2020a1c3f11346796ae6de;p=linux-block.git arm64: dts: qcom: qrb2210-rb1: Enable the GPU Enable the A702 GPU (also marketed as "3D accelerator by qcom [1], lol). [1] https://docs.qualcomm.com/bundle/publicresource/87-61720-1_REV_A_QUALCOMM_ROBOTICS_RB1_PLATFORM__QUALCOMM_QRB2210__PRODUCT_BRIEF.pdf Reviewed-by: Dmitry Baryshkov Signed-off-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240606-topic-rb1_gpu-v4-5-4bc0c19da4af@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts index 8c27d52139a1..e19790464a11 100644 --- a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts +++ b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts @@ -210,6 +210,14 @@ status = "okay"; }; +&gpu { + status = "okay"; + + zap-shader { + firmware-name = "qcom/qcm2290/a702_zap.mbn"; + }; +}; + &i2c2_gpio { clock-frequency = <400000>; status = "okay";