diff options
author | Neil Armstrong <[email protected]> | 2024-03-18 11:09:46 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-21 12:18:55 -0500 |
commit | b8cf87ca7827388ed8d817fadec7ea65aef2a172 (patch) | |
tree | f877801605bf5fa4cdaf5f8dd5e3d5c039f72fde | |
parent | db33633b05c0b57aef197f072826127f65f59ee9 (diff) |
arm64: dts: qcom: sm8650-qrd: enable GPU
Add path of the GPU firmware for the SM8650-QRD board
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Jun Nie <[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/sm8650-qrd.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts index e0e4587f08c4..4e94f7fe4d2d 100644 --- a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts @@ -766,6 +766,14 @@ status = "okay"; }; +&gpu { + status = "okay"; + + zap-shader { + firmware-name = "qcom/sm8650/gen70900_zap.mbn"; + }; +}; + &lpass_tlmm { spkr_1_sd_n_active: spkr-1-sd-n-active-state { pins = "gpio21"; |