From patchwork Thu Aug 24 09:21:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 805366 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xdJh36xYjz9sPk for ; Thu, 24 Aug 2017 19:21:23 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752488AbdHXJVU (ORCPT ); Thu, 24 Aug 2017 05:21:20 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:45062 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959AbdHXJVS (ORCPT ); Thu, 24 Aug 2017 05:21:18 -0400 Received: from ayla.of.borg ([84.195.106.246]) by xavier.telenet-ops.be with bizsmtp id 0xMG1w00h5JzmfG01xMGN6; Thu, 24 Aug 2017 11:21:17 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1dkoKB-0002wp-Iq; Thu, 24 Aug 2017 11:21:15 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1dkoKC-0001P2-IU; Thu, 24 Aug 2017 11:21:16 +0200 From: Geert Uytterhoeven To: Wolfram Sang , Rob Herring , Mark Rutland , Haavard Skinnemoen Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC 3/3] ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings Date: Thu, 24 Aug 2017 11:21:14 +0200 Message-Id: <1503566474-5335-4-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503566474-5335-1-git-send-email-geert+renesas@glider.be> References: <1503566474-5335-1-git-send-email-geert+renesas@glider.be> Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index 153609c1a5d83923..d62d22c36da1c9b9 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -131,9 +131,8 @@ #address-cells = <1>; #size-cells = <0>; compatible = "i2c-gpio"; - gpios = <&pfc 208 GPIO_ACTIVE_HIGH /* sda */ - &pfc 91 GPIO_ACTIVE_HIGH /* scl */ - >; + sda-gpios = <&pfc 208 GPIO_ACTIVE_HIGH>; + scl-gpios = <&pfc 91 GPIO_ACTIVE_HIGH>; i2c-gpio,delay-us = <5>; };