diff options
author | Luo Yi <luoyi.ly@gmail.com> | 2016-06-17 11:56:02 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:18:07 +0200 |
commit | 04c85ecad32a28c4afde7e088237075ab6aec0be (patch) | |
tree | 63d678a1dca4bfc901b3e6d28d9174baae4525a0 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: sun8i-q8-common: Add support for USB wifi controllers (diff) | |
download | linux-04c85ecad32a28c4afde7e088237075ab6aec0be.tar.xz linux-04c85ecad32a28c4afde7e088237075ab6aec0be.zip |
ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board
Add support for the Bananapi M1 Plus A20 development board from
sinovoip.com.cn . This board is nearly a clone of the Lemaker's
Bananapro, but differ with the wlan chipset connection and i2s pinout.
And I also enable the integrated audio codec on default.
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 970e9064f56d..3fde2eb0680e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -728,6 +728,7 @@ dtb-$(CONFIG_MACH_SUN6I) += \ sun6i-a31s-yones-toptech-bs1078-v2.dtb dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-bananapi.dtb \ + sun7i-a20-bananapi-m1-plus.dtb \ sun7i-a20-bananapro.dtb \ sun7i-a20-cubieboard2.dtb \ sun7i-a20-cubietruck.dtb \ |