diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2015-09-10 15:05:59 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-09-27 10:21:26 +0200 |
commit | adfa06ce9bd30f8bc5439be49bcfaa7ceb1b6c2a (patch) | |
tree | 9a0acf309f920bd85dcc9c5c30396d64d7cfc63d /arch/arm/boot/dts/Makefile | |
parent | bea9b7bcf3f7597092de7cac5d43370fa004e2c5 (diff) | |
download | blackbird-obmc-linux-adfa06ce9bd30f8bc5439be49bcfaa7ceb1b6c2a.tar.gz blackbird-obmc-linux-adfa06ce9bd30f8bc5439be49bcfaa7ceb1b6c2a.zip |
ARM: dts: sun5i: Add dts file for the Wobo i5 top set box
The Wobo i5 top set box is a somewhat curious A10s based top set box,
it uses an AXP209 rather then the AXP152 usually used in combination
with the A10s. It has an ethernet phy connected to PORTD rather then
PORTA, and its built-in usb wifi is connected via the otg controller.
This commit adds a dts file adding support for this top set box.
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
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 7b554f701412..59c53cb1bb70 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -594,6 +594,7 @@ dtb-$(CONFIG_MACH_SUN5I) += \ sun5i-a10s-mk802.dtb \ sun5i-a10s-olinuxino-micro.dtb \ sun5i-a10s-r7-tv-dongle.dtb \ + sun5i-a10s-wobo-i5.dtb \ sun5i-a13-hsg-h702.dtb \ sun5i-a13-inet-98v-rev2.dtb \ sun5i-a13-olinuxino.dtb \ |