diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile index bdb4cfc65e4a47..d46f8695c7e58b 100644 --- a/arch/arm/boot/dts/qcom/Makefile +++ b/arch/arm/boot/dts/qcom/Makefile @@ -35,6 +35,9 @@ dtb-$(CONFIG_ARCH_QCOM) += \ qcom-msm8916-samsung-grandmax.dtb \ qcom-msm8916-samsung-heatqlte.dtb \ qcom-msm8916-samsung-serranove.dtb \ + qcom-msm8916-thwc-uf896.dtb \ + qcom-msm8916-thwc-ufi001c.dtb \ + qcom-msm8916-yiming-uz801v3.dtb \ qcom-msm8960-cdp.dtb \ qcom-msm8960-samsung-expressatt.dtb \ qcom-msm8974-lge-nexus5-hammerhead.dtb \ diff --git a/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-uf896.dts b/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-uf896.dts new file mode 100644 index 00000000000000..8d72b556edbbdd --- /dev/null +++ b/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-uf896.dts @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +#include "arm64/qcom/msm8916-thwc-uf896.dts" +#include "qcom-msm8916-smp.dtsi" diff --git a/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-ufi001c.dts b/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-ufi001c.dts new file mode 100644 index 00000000000000..a488efe247d1fa --- /dev/null +++ b/arch/arm/boot/dts/qcom/qcom-msm8916-thwc-ufi001c.dts @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +#include "arm64/qcom/msm8916-thwc-ufi001c.dts" +#include "qcom-msm8916-smp.dtsi" diff --git a/arch/arm/boot/dts/qcom/qcom-msm8916-yiming-uz801v3.dts b/arch/arm/boot/dts/qcom/qcom-msm8916-yiming-uz801v3.dts new file mode 100644 index 00000000000000..50bc88e6e3238e --- /dev/null +++ b/arch/arm/boot/dts/qcom/qcom-msm8916-yiming-uz801v3.dts @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +#include "arm64/qcom/msm8916-yiming-uz801v3.dts" +#include "qcom-msm8916-smp.dtsi"