diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-08-22 00:12:36 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-08-21 15:24:33 -0700 |
commit | 63db27709e48d9981b02511bc73fcc5112b6b038 (patch) | |
tree | 19089a9a40289b28b1fa87edfb5b16c83614f434 /arch/arm64/boot/dts/qcom/Makefile | |
parent | e92b61c8e77596e5cbe0b5e4a96f651ed7fb97fc (diff) | |
download | lwn-63db27709e48d9981b02511bc73fcc5112b6b038.tar.gz lwn-63db27709e48d9981b02511bc73fcc5112b6b038.zip |
arm64: dts: qcom: sm8150-mtp: Add base dts file
This add base DTS file for sm8150-mtp and enables boot to console, adds
tlmm reserved range, resin node, volume down key and also includes pmic
file.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.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 90ae31513e98..085d4c31b143 100644 --- a/arch/arm64/boot/dts/qcom/Makefile +++ b/arch/arm64/boot/dts/qcom/Makefile @@ -18,5 +18,6 @@ dtb-$(CONFIG_ARCH_QCOM) += sdm845-cheza-r2.dtb dtb-$(CONFIG_ARCH_QCOM) += sdm845-cheza-r3.dtb dtb-$(CONFIG_ARCH_QCOM) += sdm845-db845c.dtb dtb-$(CONFIG_ARCH_QCOM) += sdm845-mtp.dtb +dtb-$(CONFIG_ARCH_QCOM) += sm8150-mtp.dtb dtb-$(CONFIG_ARCH_QCOM) += qcs404-evb-1000.dtb dtb-$(CONFIG_ARCH_QCOM) += qcs404-evb-4000.dtb |