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