diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-01 15:48:51 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-17 12:04:28 +0200 |
commit | 0e23372080def7bb6526f694c478e285a3bb8908 (patch) | |
tree | 832496cc5836e8e3250874f1413418f8e1bd5e64 /arch/arm/boot/dts/Makefile | |
parent | d84a0c0afdfdd826a15a3970adf1a9e9ba59f1f5 (diff) | |
download | lwn-0e23372080def7bb6526f694c478e285a3bb8908.tar.gz lwn-0e23372080def7bb6526f694c478e285a3bb8908.zip |
arm: dts: sun8i: Add the TBS A711 tablet devicetree
The TBS A711 is a tablet with an A83T, a modem, wifi/BT chip, an eMMC and a
1024x600 LVDS display.
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
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 5ee77a75d2d3..abccb5d6452a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -916,6 +916,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-a83t-allwinner-h8homlet-v2.dtb \ sun8i-a83t-bananapi-m3.dtb \ sun8i-a83t-cubietruck-plus.dtb \ + sun8i-a83t-tbs-a711.dtb \ sun8i-h2-plus-orangepi-zero.dtb \ sun8i-h3-bananapi-m2-plus.dtb \ sun8i-h3-beelink-x2.dtb \ |