mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
feeaf56ac7
Initial device tree support for Qualcomm MSM8994 SoC and Huawei Angler / Google Nexus 6P support. The device tree is based on the Google 3.10 kernel tree. The device can be booted into the initrd with only one CPU running. Signed-off-by: Bastian Köcher <mail@kchr.de> [jeremymc@redhat.com: removed Kconfig, defconfig, move from Huawei to qcom dir] Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com> Tested-by: Michael Scott <michael.scott@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
11 lines
351 B
Makefile
11 lines
351 B
Makefile
dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8992-bullhead-rev-101.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8994-angler-rev-101.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8996-mtp.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|