diff options
author | Manivannan Sadhasivam | 2019-08-02 20:40:08 +0530 |
---|---|---|
committer | Tom Rini | 2019-08-11 16:43:41 -0400 |
commit | 881b6324f01638505f3e9fd87fd1b49961d14a54 (patch) | |
tree | 23314ed6eccf0d9010ee065b1664769266ddeb3b /arch/arm/dts/Makefile | |
parent | af8a735ed0009b522560b5e5138737ca371a9415 (diff) |
arm: dts: Add devicetree for Hikey960 board
This commit adds devicetree for Hikey960 board. Most of the contents are
copied from Linux kernel with some modifications for u-boot. To be
more precise, SD card's speed related properties are removed due to a
bug in u-boot clock implementation. Hence forcing the SD controller to
work in standard speed.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 9e7d6d64905..ce1eacb7efc 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -15,6 +15,7 @@ dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \ exynos4412-odroid.dtb dtb-$(CONFIG_TARGET_HIKEY) += hi6220-hikey.dtb +dtb-$(CONFIG_TARGET_HIKEY960) += hi3660-hikey960.dtb dtb-$(CONFIG_TARGET_POPLAR) += hi3798cv200-poplar.dtb |