diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-10-15 16:28:47 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-17 18:24:11 +0200 |
commit | c2aa565107fb539a84494fe8dac5fd5eb5678123 (patch) | |
tree | b3e331e59858232fc478e36b45b7b84b89523dc5 /arch/arm/boot/dts/Makefile | |
parent | 5edab366c633af72c5fa2dd2bb067fd5f534d031 (diff) | |
download | blackbird-obmc-linux-c2aa565107fb539a84494fe8dac5fd5eb5678123.tar.gz blackbird-obmc-linux-c2aa565107fb539a84494fe8dac5fd5eb5678123.zip |
ARM: dts: sun6i: Add a dts file for the Sinovoip BPI-M2 board
The Sinovoip BPI-M2 is a SBC board based on the A31s SoC it features
1G RAM, a microsd slot, Gbit ethernet, 4 usb-a USB-2 ports, ir receiver,
stereo headphone jack and hdmi video output.
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 71f965504391..2eaa45b387c2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -611,6 +611,7 @@ dtb-$(CONFIG_MACH_SUN6I) += \ sun6i-a31-m9.dtb \ sun6i-a31-mele-a1000g-quad.dtb \ sun6i-a31s-cs908.dtb \ + sun6i-a31s-sinovoip-bpi-m2.dtb \ sun6i-a31s-yones-toptech-bs1078-v2.dtb dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-bananapi.dtb \ |