]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: qcom: sdm670-google-sargo: enable gpu
authorRichard Acayan <mailingradian@gmail.com>
Tue, 6 Aug 2024 21:44:58 +0000 (17:44 -0400)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 18:57:40 +0000 (12:57 -0600)
Enable the A615 GPU and GMU for the Pixel 3a. It has zap firmware, so
add that in as well.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Link: https://lore.kernel.org/r/20240806214452.16406-11-mailingradian@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts

index 800773a676c0ec78019e063d8aa8bc5c9b887916..6b14750511c1d8335ff2669000b5f2bdf659ba7d 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       status = "okay";
+
+       zap-shader {
+               memory-region = <&gpu_mem>;
+               firmware-name = "qcom/sdm670/sargo/a615_zap.mbn";
+       };
+};
+
 &i2c9 {
        clock-frequency = <100000>;
        status = "okay";