9b844262ab121d3a900d082f26b6febcc285f38d
[openwrt/staging/yousong.git] / target / linux / sunxi / patches-3.14 / 300-1-dt-sun7i-add-pcduino3.patch
1 From c6c022c42e6b9115cbc36dce3f9100b90c2d2b06 Mon Sep 17 00:00:00 2001
2 From: Zoltan HERPAI <wigyori@uid0.hu>
3 Date: Tue, 20 May 2014 22:28:49 +0200
4 Subject: [PATCH] ARM: sun7i: dt: Add board support for LinkSprite pcDuino V3
5
6 The LinkSprite pcDuino V3 is an A20-based revision of the
7 earlier pcDuinos. This series will add support for the board,
8 along with some of its devices where the driver is accepted or
9 soon-to-be-accepted into mainline.
10
11 Changes since v2:
12 - update MMC entry to comply with upstream
13 - unify the 4 patches into one
14
15 Changes since v1:
16 - fix cosmetic issues
17 - fix i2c entry
18 - remove unnecessary input bindings include
19 - add MMC support
20
21 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
22 ---
23 arch/arm/boot/dts/Makefile | 3 +-
24 arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 119 +++++++++++++++++++++++++++++++
25 2 files changed, 121 insertions(+), 1 deletion(-)
26 create mode 100644 arch/arm/boot/dts/sun7i-a20-pcduino3.dts
27
28 --- a/arch/arm/boot/dts/Makefile
29 +++ b/arch/arm/boot/dts/Makefile
30 @@ -292,7 +292,8 @@ dtb-$(CONFIG_ARCH_SUNXI) += \
31 sun6i-a31-colombus.dtb \
32 sun7i-a20-cubieboard2.dtb \
33 sun7i-a20-cubietruck.dtb \
34 - sun7i-a20-olinuxino-micro.dtb
35 + sun7i-a20-olinuxino-micro.dtb \
36 + sun7i-a20-pcduino3.dtb
37 dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
38 tegra20-iris-512.dtb \
39 tegra20-medcom-wide.dtb \