Commit deac51ae authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sda660-ifc6560: enable GPU



Enable Adreno GPU on the Inforce IFC6560 SBC. It requires the Zap shader
binary that was provided by the vendor.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240907-sdm660-wifi-v1-3-e316055142f8@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 166b955a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -110,6 +110,14 @@ vreg_l10a_1p8: vreg-l10a-regulator {
	};
};

&adreno_gpu {
	status = "okay";
};

&adreno_gpu_zap {
	firmware-name = "qcom/sda660/a512_zap.mbn";
};

&adsp_pil {
	firmware-name = "qcom/sda660/adsp.mbn";
};
+4 −0
Original line number Diff line number Diff line
@@ -1150,6 +1150,10 @@ opp-160000000 {
					opp-supported-hw = <0xff>;
				};
			};

			adreno_gpu_zap: zap-shader {
				memory-region = <&zap_shader_region>;
			};
		};

		kgsl_smmu: iommu@5040000 {