diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-05-07 22:46:53 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-06-01 11:08:24 +0200 |
commit | 5f6883898c62d6b50662539ebf10c8c2c8777d7f (patch) | |
tree | 36074748ed67426f7b13242b4d7815377d2a3f77 /arch/arm/boot/dts/Makefile | |
parent | ARM: sunxi: dt: Split the SPI pinctrl groups (diff) | |
download | linux-5f6883898c62d6b50662539ebf10c8c2c8777d7f.tar.xz linux-5f6883898c62d6b50662539ebf10c8c2c8777d7f.zip |
ARM: sun8i: Introduce A23 Evaluation Board Support
The A23 Evaluation Board has an MMC slot, two UARTs, NAND, a few display
connectors (RGB, MIPI, LVDS), a mini-PCIE slot, USB host and OTG and a
bunch of embedded sensors.
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 31e1f416b869..db2e1e5fcaf1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -570,6 +570,7 @@ dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-pcduino3-nano.dtb \ sun7i-a20-wexler-tab7200.dtb dtb-$(CONFIG_MACH_SUN8I) += \ + sun8i-a23-evb.dtb \ sun8i-a23-ippo-q8h-v5.dtb \ sun8i-a23-ippo-q8h-v1.2.dtb dtb-$(CONFIG_MACH_SUN9I) += \ |