From patchwork Fri Feb 12 11:27:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 61836 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp763711lbl; Fri, 12 Feb 2016 03:26:35 -0800 (PST) X-Received: by 10.28.96.198 with SMTP id u189mr2590162wmb.55.1455276394996; Fri, 12 Feb 2016 03:26:34 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id fa10si18553270wjd.246.2016.02.12.03.26.34; Fri, 12 Feb 2016 03:26:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BDE38A7519; Fri, 12 Feb 2016 12:26:33 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qs2v_Av_adVh; Fri, 12 Feb 2016 12:26:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2499CA74F1; Fri, 12 Feb 2016 12:26:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 495DDA7519 for ; Fri, 12 Feb 2016 12:26:30 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mA7DaUufaz5N for ; Fri, 12 Feb 2016 12:26:30 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg009-v.nifty.com (conuserg009.nifty.com [202.248.44.35]) by theia.denx.de (Postfix) with ESMTPS id 88447A74E3 for ; Fri, 12 Feb 2016 12:26:25 +0100 (CET) Received: from beagle.diag.org (p14090-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.90]) (authenticated) by conuserg009-v.nifty.com with ESMTP id u1CBQCjM014575; Fri, 12 Feb 2016 20:26:14 +0900 X-Nifty-SrcIP: [153.142.97.90] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 12 Feb 2016 20:27:01 +0900 Message-Id: <1455276422-25245-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1455276422-25245-1-git-send-email-yamada.masahiro@socionext.com> References: <1455276422-25245-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH v2 2/3] ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is used for on-board inter-connection. Signed-off-by: Masahiro Yamada --- Changes in v2: None arch/arm/dts/uniphier-proxstream2-gentil.dts | 5 +++++ 1 file changed, 5 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index fb79555..dc0def3 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -27,6 +27,7 @@ serial1 = &serial1; serial2 = &serial2; i2c0 = &i2c0; + i2c2 = &i2c2; i2c4 = &i2c4; i2c5 = &i2c5; i2c6 = &i2c6; @@ -47,6 +48,10 @@ }; }; +&i2c2 { + status = "okay"; +}; + &usb0 { status = "okay"; };