diff options
author | Konrad Dybcio <[email protected]> | 2023-03-29 21:41:22 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-04-04 20:29:45 -0700 |
commit | ff9108ea69adc0b38e5bbc8575434355f0e20579 (patch) | |
tree | e6c3e6d32161444c1f3cfae62144b09431eaa55a | |
parent | 39e0f8076f6fc5022902c62f5046ad91cf2b7a59 (diff) |
arm64: dts: qcom: sdm845-tama: Enable GPU
Enable the A630 GPU and its GMU.
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi index 48916a3216e5..df8dd6e45a38 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi @@ -413,6 +413,19 @@ <GCC_LPASS_SWAY_CLK>; }; +&gmu { + status = "okay"; +}; + +&gpu { + status = "okay"; + + zap-shader { + memory-region = <&gpu_mem>; + firmware-name = "qcom/sdm845/Sony/tama/a630_zap.mbn"; + }; +}; + &i2c5 { clock-frequency = <400000>; status = "okay"; |