Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: qrb4210-rb2: Enable GPU

Enable the A610 GPU and provide a firmware path to the ZAP blob.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230620-topic-gpu_tablet_disp-v2-4-0538ea1beb0b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
d368279d be9f88ab

+8
+8
arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
··· 179 179 status = "okay"; 180 180 }; 181 181 182 + &gpu { 183 + status = "okay"; 184 + 185 + zap-shader { 186 + firmware-name = "qcom/qrb4210/a610_zap.mbn"; 187 + }; 188 + }; 189 + 182 190 &i2c2 { 183 191 clock-frequency = <400000>; 184 192 status = "okay";