From patchwork Thu May 19 23:56:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 9128465 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 4F0A460213 for ; Fri, 20 May 2016 00:01:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 41F8A2026B for ; Fri, 20 May 2016 00:01:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35E5B208C1; Fri, 20 May 2016 00:01:16 +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 CBBA42026B for ; Fri, 20 May 2016 00:01:15 +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 1b3Xqf-0006AI-B6; Thu, 19 May 2016 23:59:25 +0000 Received: from mail-pa0-f66.google.com ([209.85.220.66]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b3Xqa-0005z7-R1; Thu, 19 May 2016 23:59:21 +0000 Received: by mail-pa0-f66.google.com with SMTP id gh9so9226299pac.0; Thu, 19 May 2016 16:58:59 -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=0z+IAnRmANCQywlNemABhlki5Gii55+nVW1Ku4t0bkc=; b=I9oKn9D6DL/S39whRUXDMunzpMyBvXL5zTrg4roF48/lhDXVhTAQzYOn8NnbD0IuEw muFgeEVNirIm2mr6ACZXh2n9xhiJ19Th/9t54FqDLMxhffzR0cwgPCF1f8ug8Lv2eyGE nwF8q8NfdULpSCJllsKau9HO/dxIrN2CrmWPj2hf0juqDVWHimwS+an6sS+LwG5vpkER L2OELve3ubddLYJgnPjdUw4c8KI3y/iuQ8TPR4H6Tv6LRkUGvHGUalITfbPeQHXGyfwx dFnc5qR83L74Td3MefI1QBMnCAYgoOIQ5By4V9V1+GN/exoFnug3xnsn/qNaIq9o1DXj Oeig== X-Gm-Message-State: AOPr4FXH1Bmirb2gAMxVXPOChqvjc4NKXM5vJZ3fjCfakNYujRZD4INg+JasXRyF6QI1IQ== X-Received: by 10.67.22.129 with SMTP id hs1mr78625pad.105.1463702339245; Thu, 19 May 2016 16:58:59 -0700 (PDT) Received: from localhost.localdomain ([104.37.5.136]) by smtp.gmail.com with ESMTPSA id b64sm22351386pfa.48.2016.05.19.16.58.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 16:58:58 -0700 (PDT) From: Caesar Wang To: Heiko Stuebner , Mark Brown Subject: [PATCH v2 3/3] ARM: dts: rockchip: fixes the spi compatible for rk3036 Date: Fri, 20 May 2016 07:56:22 +0800 Message-Id: <1463702182-5188-3-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1463702182-5188-1-git-send-email-wxt@rock-chips.com> References: <1463702182-5188-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_165920_927615_38FE400E X-CRM114-Status: GOOD ( 10.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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 --- Changes in v2: None 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>;