mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

Certain X1 SKUs vary very noticeably, but the CRDs based on them don't. Commonize the existing X1E80100 DTSI to allow reuse. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250203-topic-x1p4_dts-v2-5-72cd4cdc767b@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "x1e80100.dtsi"
|
|
#include "x1-crd.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. X1E80100 CRD";
|
|
compatible = "qcom,x1e80100-crd", "qcom,x1e80100";
|
|
};
|
|
|
|
&gpu_zap_shader {
|
|
firmware-name = "qcom/x1e80100/gen70500_zap.mbn";
|
|
};
|