diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-13 05:44:32 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-21 03:59:14 -0500 |
commit | b811c283d6d732c3c1bf9649da87e7d219572f5d (patch) | |
tree | 3bc09e726168216e79d8c15d50d01539a0f6a445 /arch/arm/boot/dts/Makefile | |
parent | 03d6372c844950eb7bbf9729c780051e07daa8a9 (diff) |
ARM: dts: sun8i: Add dts file for Ippo Q8H v1.2 tablets
The Ippo Q8H v1.2 is almost identical to the v5, still it needs a separate
dtb file since some gpio-s surrounding the wlan/bluetooth are different,
it uses different camera sensors, and different DRAM timings.
Note that atm neither the wlan/bluetooth nor the camera are supported, so
atm their is no difference between the dts files, but because of the different
DRAM timings there are already separate u-boot configs for the 2 different
versions, and the 1.2 config refers to sun8i-a23-ippo-q8h-v1.2.dtb to be
future proof, so we need to provide a sun8i-a23-ippo-q8h-v1.2.dtb file.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 66a4282738b1..601eb3d55226 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -475,7 +475,8 @@ dtb-$(CONFIG_MACH_SUN7I) += \ | |||
475 | sun7i-a20-olinuxino-micro.dtb \ | 475 | sun7i-a20-olinuxino-micro.dtb \ |
476 | sun7i-a20-pcduino3.dtb | 476 | sun7i-a20-pcduino3.dtb |
477 | dtb-$(CONFIG_MACH_SUN8I) += \ | 477 | dtb-$(CONFIG_MACH_SUN8I) += \ |
478 | sun8i-a23-ippo-q8h-v5.dtb | 478 | sun8i-a23-ippo-q8h-v5.dtb \ |
479 | sun8i-a23-ippo-q8h-v1.2.dtb | ||
479 | dtb-$(CONFIG_MACH_SUN9I) += \ | 480 | dtb-$(CONFIG_MACH_SUN9I) += \ |
480 | sun9i-a80-optimus.dtb | 481 | sun9i-a80-optimus.dtb |
481 | dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ | 482 | dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ |