diff options
author | Konrad Dybcio <[email protected]> | 2024-06-06 13:36:04 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-06-12 23:08:06 -0500 |
commit | 1ae60a51d175f5d43e2020a1c3f11346796ae6de (patch) | |
tree | b7f2f806790d7bf09638f45533aeafb9904e7460 | |
parent | 4faeef52c8e69f4fa43bd572049b502175fc55c3 (diff) |
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 <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qrb2210-rb1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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"; |