diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2014-03-01 20:26:38 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-03-04 17:47:03 +0100 |
commit | e2315012c63ab34c6df5989aa336f6ba49e1e833 (patch) | |
tree | d6f82865ee18fd12f9e4a92f40712f4005506310 /arch/arm/boot/dts/Makefile | |
parent | ARM: sun4i: dt: Add support for the A10-OLinuXino-LIME board (diff) | |
download | linux-e2315012c63ab34c6df5989aa336f6ba49e1e833.tar.xz linux-e2315012c63ab34c6df5989aa336f6ba49e1e833.zip |
ARM: sun4i: dt: Add support for the INet-97F_Rev_02 board
This patch adds basic support for the INet-97F_Rev_02 board found in various
low cost consumer tablet devices (http://linux-sunxi.org/INet-97F_Rev_02)
Signed-off-by: David Lanzendörfer <david.lanzendoerfer@o2s.ch>
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 5cddd54972b0..1bf946fd7113 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -282,6 +282,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += \ sun4i-a10-cubieboard.dtb \ sun4i-a10-mini-xplus.dtb \ sun4i-a10-hackberry.dtb \ + sun4i-a10-inet97fv2.dtb \ sun4i-a10-olinuxino-lime.dtb \ sun4i-a10-pcduino.dtb \ sun5i-a10s-olinuxino-micro.dtb \ |