diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2023-12-05 09:24:02 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-08 07:27:27 +0300 |
commit | bd50b1f5b6f38b2970841e78513c33fbd736cf40 (patch) | |
tree | 3a1423fc46757a8dc514f07c23b6649e287e6447 /arch/arm64/boot/dts/qcom/Makefile | |
parent | af16b00578a7a1d9fb99e81282b1b22cd8d32607 (diff) | |
download | linux-bd50b1f5b6f38b2970841e78513c33fbd736cf40.tar.xz |
arm64: dts: qcom: x1e80100: Add Compute Reference Device
Add basic support for X1E80100 CRD board dts, which allows it to boot
to a shell.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Co-developed-by: Sibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231205062403.14848-5-quic_sibis@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile index 132e9bec6404..39889d5f8e12 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile @@ -237,4 +237,5 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8550-mtp.dtb dtb-$(CONFIG_ARCH_QCOM) += sm8550-qrd.dtb dtb-$(CONFIG_ARCH_QCOM) += sm8650-mtp.dtb dtb-$(CONFIG_ARCH_QCOM) += sm8650-qrd.dtb +dtb-$(CONFIG_ARCH_QCOM) += x1e80100-crd.dtb dtb-$(CONFIG_ARCH_QCOM) += x1e80100-qcp.dtb |