]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: qrb2210-rb1: Enable the GPU
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Thu, 6 Jun 2024 11:36:04 +0000 (13:36 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 13 Jun 2024 04:08:06 +0000 (23:08 -0500)
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 <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240606-topic-rb1_gpu-v4-5-4bc0c19da4af@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qrb2210-rb1.dts

index 8c27d52139a1b46402373fbb77962187b110a39e..e19790464a1159d3ab6e788b8aa22adaa52c56d3 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       status = "okay";
+
+       zap-shader {
+               firmware-name = "qcom/qcm2290/a702_zap.mbn";
+       };
+};
+
 &i2c2_gpio {
        clock-frequency = <400000>;
        status = "okay";