From patchwork Fri Oct 4 06:44:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 2987231 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AE9D09F245 for ; Fri, 4 Oct 2013 06:44:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E0CE32045A for ; Fri, 4 Oct 2013 06:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C26020459 for ; Fri, 4 Oct 2013 06:44:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751237Ab3JDGop (ORCPT ); Fri, 4 Oct 2013 02:44:45 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:52866 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012Ab3JDGop (ORCPT ); Fri, 4 Oct 2013 02:44:45 -0400 Received: by mail-pa0-f49.google.com with SMTP id ld10so3722890pab.22 for ; Thu, 03 Oct 2013 23:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:to:cc:in-reply-to:references:from:subject :mime-version:content-type; bh=JtiW50F1rGtv0YrLPvntt9tLm1h+HfeoXvAU9fgFgEI=; b=uS7E8ZK3qd3wXr4Nb2wjguRwNm0B8Vdk0ie10/AlR7jhNjgpcb+snxlUt2knge52H0 CERM853DVEvIKsg4m7ZefWfpsioqomZ5cgvZrVCwu+0K76h6rtEOl5PprQg4yK366Zn8 bY6xHCX5TNNBRVz9EyrRJ/x4FQ4Zo96I/aD2TBIEo9HdADMMwSTXsoYJGRIpjGnlwell EOKIfzJA2FTukVxbmWF23CjmRnvgcRdwTgSC0zfyWRtQxbySZyFfLvQ/kwh9NtNWha75 dOzVLRx8VQYSYxEE6OrxhFnL7mb8Qs0sSb/crrbgkLWBUioN0IzI0+Wj/hjhmiUVaOGV 6afg== X-Received: by 10.68.196.138 with SMTP id im10mr4642563pbc.127.1380869084988; Thu, 03 Oct 2013 23:44:44 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id wp8sm12556231pbc.26.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Oct 2013 23:44:44 -0700 (PDT) Date: Thu, 03 Oct 2013 23:44:44 -0700 (PDT) Message-ID: <87fvshzg9z.wl%kuninori.morimoto.gx@renesas.com> To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <87k3htzgcf.wl%kuninori.morimoto.gx@renesas.com> References: <87k3htzgcf.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 3/4] ARM: shmobile: r8a7779: tidyup I2C driver name on DTSI MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 10e8d4f6dddb0f9dc408c2f2bde8399b243a42ca (ARM: mach-shmobile: r8a7779: Minimal setup using DT) added I2C driver, but it was SH-Mobile I2C. R-Car H1 needs R-Car I2C driver. Signed-off-by: Kuninori Morimoto --- arch/arm/boot/dts/r8a7779.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 19faeac..da61d27 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -153,7 +153,7 @@ i2c0: i2c@ffc70000 { #address-cells = <1>; #size-cells = <0>; - compatible = "renesas,rmobile-iic"; + compatible = "renesas,i2c-r8a7779"; reg = <0xffc70000 0x1000>; interrupt-parent = <&gic>; interrupts = <0 79 0x4>; @@ -163,7 +163,7 @@ i2c1: i2c@ffc71000 { #address-cells = <1>; #size-cells = <0>; - compatible = "renesas,rmobile-iic"; + compatible = "renesas,i2c-r8a7779"; reg = <0xffc71000 0x1000>; interrupt-parent = <&gic>; interrupts = <0 82 0x4>; @@ -173,7 +173,7 @@ i2c2: i2c@ffc72000 { #address-cells = <1>; #size-cells = <0>; - compatible = "renesas,rmobile-iic"; + compatible = "renesas,i2c-r8a7779"; reg = <0xffc72000 0x1000>; interrupt-parent = <&gic>; interrupts = <0 80 0x4>; @@ -183,7 +183,7 @@ i2c3: i2c@ffc73000 { #address-cells = <1>; #size-cells = <0>; - compatible = "renesas,rmobile-iic"; + compatible = "renesas,i2c-r8a7779"; reg = <0xffc73000 0x1000>; interrupt-parent = <&gic>; interrupts = <0 81 0x4>;