From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v2] ARM: dts: rockchip: rk322x: add spi node and spi pinctrl Date: Sun, 06 Aug 2017 12:38:36 +0200 Message-ID: <2042865.sKzShaQPbs@phil> References: <1501727810-31761-1-git-send-email-huibin.hong@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1501727810-31761-1-git-send-email-huibin.hong-TNX95d0MmH7DzftRWevZcw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Huibin Hong Cc: sofia-kernel.list-TNX95d0MmH7DzftRWevZcw@public.gmane.org, huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rockchip.vger.kernel.org Hi, Am Donnerstag, 3. August 2017, 10:36:49 CEST schrieb Huibin Hong: > Add spi node and spi pinctrl for rk322x > > Signed-off-by: Huibin Hong [...] > + }; > + > wdt: watchdog@110a0000 { > compatible = "rockchip,rk322x-wdt", "snps,dw-wdt"; Please make sure a patch actually applies against the mainline tree, as here the the compatible for the watchdog looks slightly different. In any case I've fixed that and applied it for 4.14 Heiko -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko Stuebner) Date: Sun, 06 Aug 2017 12:38:36 +0200 Subject: [PATCH v2] ARM: dts: rockchip: rk322x: add spi node and spi pinctrl In-Reply-To: <1501727810-31761-1-git-send-email-huibin.hong@rock-chips.com> References: <1501727810-31761-1-git-send-email-huibin.hong@rock-chips.com> Message-ID: <2042865.sKzShaQPbs@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Am Donnerstag, 3. August 2017, 10:36:49 CEST schrieb Huibin Hong: > Add spi node and spi pinctrl for rk322x > > Signed-off-by: Huibin Hong [...] > + }; > + > wdt: watchdog at 110a0000 { > compatible = "rockchip,rk322x-wdt", "snps,dw-wdt"; Please make sure a patch actually applies against the mainline tree, as here the the compatible for the watchdog looks slightly different. In any case I've fixed that and applied it for 4.14 Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751333AbdHFKix (ORCPT ); Sun, 6 Aug 2017 06:38:53 -0400 Received: from gloria.sntech.de ([95.129.55.99]:37538 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbdHFKiw (ORCPT ); Sun, 6 Aug 2017 06:38:52 -0400 From: Heiko Stuebner To: Huibin Hong Cc: sofia-kernel.list@rock-chips.com, huangtao@rock-chips.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: dts: rockchip: rk322x: add spi node and spi pinctrl Date: Sun, 06 Aug 2017 12:38:36 +0200 Message-ID: <2042865.sKzShaQPbs@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1501727810-31761-1-git-send-email-huibin.hong@rock-chips.com> References: <1501727810-31761-1-git-send-email-huibin.hong@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Am Donnerstag, 3. August 2017, 10:36:49 CEST schrieb Huibin Hong: > Add spi node and spi pinctrl for rk322x > > Signed-off-by: Huibin Hong [...] > + }; > + > wdt: watchdog@110a0000 { > compatible = "rockchip,rk322x-wdt", "snps,dw-wdt"; Please make sure a patch actually applies against the mainline tree, as here the the compatible for the watchdog looks slightly different. In any case I've fixed that and applied it for 4.14 Heiko