From patchwork Thu May 19 15:47:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 9127885 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AE65C60453 for ; Thu, 19 May 2016 15:48:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A1D46281C2 for ; Thu, 19 May 2016 15:48:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 96B70281CF; Thu, 19 May 2016 15:48:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 36CE3281C2 for ; Thu, 19 May 2016 15:48:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b3QBM-0007j0-N2; Thu, 19 May 2016 15:48:16 +0000 Received: from mail-pf0-f195.google.com ([209.85.192.195]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b3QBJ-0007dW-Ow; Thu, 19 May 2016 15:48:14 +0000 Received: by mail-pf0-f195.google.com with SMTP id 145so8545466pfz.1; Thu, 19 May 2016 08:47:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rMKle01J85Z7oGd8IiArMQJy5Lu8Rf2rSnsvh4rrdoI=; b=FRjKJssCoHonAKrjBq8BPHEfTogCMUZQbaHnA0NJTxnmbrGyfScTUKbKSDifTVstfs ke+w79Plq483jgzeSsLz5IG+KvTMWHr5FJfEDHUYHN0XKuwTsnxv6xf2JZefrAZiKpfJ 3ifJekk2HoCkZOp/K4tHM/UTegpbHyWu7B79KtqSu813xzQdkYWSxK55exvGdmL+YhvL /YzNZB5sR2UlKYsZu6cX9vuutGvSpWBqy+Wcmv1114fNnRZKWNIVbfNzzYWhBshJ+0tE P7piC5plN7LepU4OYAdz3jzMqINciPAcNkFRdyXVGX+Qfh+/sFBNdsBi/RQGNncpIQim hopQ== X-Gm-Message-State: AOPr4FVrpXDbmt5EwaLz+bqhEW0AzuUq9zxvmze1aoLTcQPb3o4bhyX4u5SAea8NHAek+Q== X-Received: by 10.98.109.198 with SMTP id i189mr20524464pfc.106.1463672873163; Thu, 19 May 2016 08:47:53 -0700 (PDT) Received: from localhost.localdomain ([104.37.5.161]) by smtp.gmail.com with ESMTPSA id e7sm20806518pfa.28.2016.05.19.08.47.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 08:47:52 -0700 (PDT) From: Caesar Wang To: Heiko Stuebner , Mark Brown Subject: [PATCH 3/3] ARM: dts: rockchip: fixes the spi compatible for rk3036 Date: Thu, 19 May 2016 23:47:04 +0800 Message-Id: <1463672824-15367-3-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1463672824-15367-1-git-send-email-wxt@rock-chips.com> References: <1463672824-15367-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160519_084813_882282_15CFAE8D X-CRM114-Status: GOOD ( 10.90 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Russell King , linux-rockchip@lists.infradead.org, Rob Herring , Kumar Gala , linux-arm-kernel@lists.infradead.org, Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP That's seem the incorrect string to match the spi driver. Fixes commit f629fcfab2cd ("ARM: dts: rockchip: support the spi for rk3036") Signed-off-by: Caesar Wang Cc: Heiko Stuebner Cc: linux-rockchip@lists.infradead.org --- arch/arm/boot/dts/rk3036.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index d0f4bb7..a30700a 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -431,7 +431,7 @@ }; spi: spi@20074000 { - compatible = "rockchip,rockchip-spi"; + compatible = "rockchip,rk3036-spi"; reg = <0x20074000 0x1000>; interrupts = ; clocks =<&cru PCLK_SPI>, <&cru SCLK_SPI>;