diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-19 08:55:47 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 22:04:13 +0100 |
commit | d1b7407c2f99d9f497273cba560d4b35111bf57e (patch) | |
tree | 94d58b44a4414644357bcf7a0b8efad9a5f365ac /arch/arm/dts/Makefile | |
parent | e133c5c350e72b93367b2b1ee4566176a18462c1 (diff) | |
download | u-boot-imx-d1b7407c2f99d9f497273cba560d4b35111bf57e.zip u-boot-imx-d1b7407c2f99d9f497273cba560d4b35111bf57e.tar.gz u-boot-imx-d1b7407c2f99d9f497273cba560d4b35111bf57e.tar.bz2 |
sunxi: Add defconfig and dts for Dserve DSRV9703C tablet
The Dserve DSRV9703C is a 9.7" A10 tablet with a 1024x768 ips LCD,
1G RAM, 4GB flash, a Focaltech FT5406EE8 touchscreen and rtl8188ctv wifi.
The dts file is identical to the one submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 1a0d577..6112f52 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -110,6 +110,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-ba10-tvbox.dtb \ sun4i-a10-chuwi-v7-cw0825.dtb \ sun4i-a10-cubieboard.dtb \ + sun4i-a10-dserve-dsrv9703c.dtb \ sun4i-a10-gemei-g9.dtb \ sun4i-a10-hackberry.dtb \ sun4i-a10-hyundai-a7hd.dtb \ |