diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-13 14:35:46 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-13 20:40:17 +0200 |
commit | 2eab04e9c1e5243565b0c098e7b55eeb71d3d97b (patch) | |
tree | 8b3f3e2da19369e19a8329ffe8edf2d8005bff80 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: sun5i: Add backlight node to sun5i-q8-common.dtsi (diff) | |
download | linux-2eab04e9c1e5243565b0c098e7b55eeb71d3d97b.tar.xz linux-2eab04e9c1e5243565b0c098e7b55eeb71d3d97b.zip |
ARM: dts: sun8i: Add sun8i-a23-q8-tablet.dts file
This is a generic dts file for A23 based q8 formfactor tablets,
this is intended to replace both sun8i-a23-ippo-q8h-v5.dts and
sun8i-a23-ippo-q8h-v1.2.dts (these can be fully dropped after a
transition period).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 e76fe3a3f335..71f965504391 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -636,6 +636,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-a23-gt90h-v4.dtb \ sun8i-a23-ippo-q8h-v5.dtb \ sun8i-a23-ippo-q8h-v1.2.dtb \ + sun8i-a23-q8-tablet.dtb \ sun8i-a33-et-q8-v1.6.dtb \ sun8i-a33-ga10h-v1.1.dtb \ sun8i-a33-ippo-q8h-v1.2.dtb \ |