diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-06-04 11:21:02 +0800 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-06-11 16:18:30 -0700 |
commit | d5553cb05a041d7c31e4e70950ecbb4ee52049cb (patch) | |
tree | 8db1e92dfe8841fdf55e52f0bd8986c81b5a450d /arch/arm/boot/dts/Makefile | |
parent | 5a46580812266c85a2cd0ee530e4039ea5f76a19 (diff) | |
download | lwn-d5553cb05a041d7c31e4e70950ecbb4ee52049cb.tar.gz lwn-d5553cb05a041d7c31e4e70950ecbb4ee52049cb.zip |
ARM: dts: zx: add an initial zx296702 dts and doc
Add initial dts file and document for ZX296702 and board ZX296702-AD1.
More peripherals will be added later.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 86217db2937a..4814c6b96b67 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -660,6 +660,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt6592-evb.dtb \ mt8127-moose.dtb \ mt8135-evbp1.dtb +dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb endif always := $(dtb-y) |