From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: Re: [PATCH 6/9] ARM: dts: sun7i: Add board support for LinkSprite pcDuino V3 Date: Tue, 01 Jul 2014 09:30:18 +0200 Message-ID: <53B2638A.3060206@redhat.com> References: <1404165479-23785-1-git-send-email-hdegoede@redhat.com> <1404165479-23785-7-git-send-email-hdegoede@redhat.com> <53B25F60.2050704@redhat.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: Maxime Ripard , Carlo Caione , Zoltan HERPAI , linux-arm-kernel , devicetree , linux-sunxi List-Id: devicetree@vger.kernel.org Hi, On 07/01/2014 09:21 AM, Chen-Yu Tsai wrote: > On Tue, Jul 1, 2014 at 3:12 PM, Hans de Goede wrote: >> Hi, >> >> On 07/01/2014 04:22 AM, Chen-Yu Tsai wrote: >>> On Tue, Jul 1, 2014 at 5:57 AM, Hans de Goede wrote: >>>> From: Zoltan HERPAI >>>> >>>> The LinkSprite pcDuino V3 is an A20 based development board featuring >>>> arduino compatible io headers, 1G RAM, 4G nand, sata, rtl8188cus usb wifi >>>> and 100 Mbit ethernet using an ip101a phy: >>>> >>>> http://www.pcduino.com/pcduino-v3/ >>>> >>>> Signed-off-by: Zoltan HERPAI >>>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Various cleanups, correct led pins] >>>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: Add axp209, ir and gpio-keys nodes] >>>> Signed-off-by: Hans de Goede >>>> >>>> -- >>>> >>>> Changes since v2: >>>> - update MMC entry to comply with upstream >>>> - unify the 4 patches into one >>>> >>>> Changes since v1: >>>> - fix cosmetic issues >>>> - fix i2c entry >>>> - remove unnecessary input bindings include >>>> - add MMC support >>>> --- >>>> arch/arm/boot/dts/Makefile | 3 +- >>>> arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 173 +++++++++++++++++++++++++++++++ >>>> 2 files changed, 175 insertions(+), 1 deletion(-) >>>> create mode 100644 arch/arm/boot/dts/sun7i-a20-pcduino3.dts >>>> >>>> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >>>> index ed0de8b..fdc590e 100644 >>>> --- a/arch/arm/boot/dts/Makefile >>>> +++ b/arch/arm/boot/dts/Makefile >>>> @@ -380,7 +380,8 @@ dtb-$(CONFIG_MACH_SUN7I) += \ >>>> sun7i-a20-cubieboard2.dtb \ >>>> sun7i-a20-cubietruck.dtb \ >>>> sun7i-a20-i12-tvbox.dtb \ >>>> - sun7i-a20-olinuxino-micro.dtb >>>> + sun7i-a20-olinuxino-micro.dtb \ >>>> + sun7i-a20-pcduino3.dtb >>> >>> You may need to rebase onto my sun8i ippo-q8h dts patch. >>> >>> https://patchwork.kernel.org/patch/4389951/ >>> >>> There's a likely conflict in the Makefile here. >> >> Has that one already been accepted by Maxime ? I'm fine rebasing patches >> on top of accepted stuff, but rebasing on pending stuff is not really >> useful IMHO. > > Maxime replied stating he applied it. See the lower part of the patchwork > page. > > AFAIK he's accepted my initial sun8i patches and CIR DT patches this cycle. Ok, I'm not seeing anything for 3.17 here though: https://github.com/mripard/linux/ Maxime, can you push a sunxi/dt-for-3.17 with what you currently have there? Then I'll rebase this series on top, fix the commit msg thingie Chen pointed out and send a v2. Regards, Hans