diff options
author | Pascal Roeleven <dev@pascalroeleven.nl> | 2021-02-24 13:52:40 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-03-06 10:40:28 +0300 |
commit | 7e206078c970ba11bf531eb34ff55de8ba9bbb23 (patch) | |
tree | 946c40c347e10c87ed1dec749ace86f883d5b37d /arch/arm/boot/dts/Makefile | |
parent | db54ca6b6e6d4a92588a12740e59973b36eea3dc (diff) | |
download | linux-7e206078c970ba11bf531eb34ff55de8ba9bbb23.tar.xz |
ARM: dts: sun4i: Add support for Topwise A721 tablet
The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under
different brands. The mainboard mentions A721 clearly, so this tablet
is best known under this name.
Signed-off-by: Pascal Roeleven <dev@pascalroeleven.nl>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210224105240.47754-3-dev@pascalroeleven.nl
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 8e5d4ab4e75e..53b6e06bf19a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1105,7 +1105,8 @@ dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-olinuxino-lime.dtb \ sun4i-a10-pcduino.dtb \ sun4i-a10-pcduino2.dtb \ - sun4i-a10-pov-protab2-ips9.dtb + sun4i-a10-pov-protab2-ips9.dtb \ + sun4i-a10-topwise-a721.dtb dtb-$(CONFIG_MACH_SUN5I) += \ sun5i-a10s-auxtek-t003.dtb \ sun5i-a10s-auxtek-t004.dtb \ |