diff options
author | Jun Nie <jun.nie@linaro.org> | 2016-09-13 04:42:05 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-16 05:47:05 +0300 |
commit | 2e673c7dc37a51f1c1cdabee22615916cbe0fc27 (patch) | |
tree | c600f8f788a7424a45792af4e4246b5e842480ee /arch/arm64/boot/dts/Makefile | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-2e673c7dc37a51f1c1cdabee22615916cbe0fc27.tar.xz |
arm64: dts: Add ZTE ZX296718 SoC dts and Makefile
Add device tree support for ZX296718 SoC and evaluation board based
on it. Also document new values.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index 6e199c903676..6684f97c2722 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -19,6 +19,7 @@ dts-dirs += socionext dts-dirs += sprd dts-dirs += xilinx dts-dirs += lg +dts-dirs += zte subdir-y := $(dts-dirs) |