From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758800AbbCDLTP (ORCPT ); Wed, 4 Mar 2015 06:19:15 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:18643 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752441AbbCDLTO (ORCPT ); Wed, 4 Mar 2015 06:19:14 -0500 From: Nicolas Ferre To: , CC: Josh Wu , Alexandre Belloni , Boris BREZILLON , Nicolas Ferre Subject: [PATCH] ARM: at91/dt: sama5d4 xplained: add i2c0 Date: Wed, 4 Mar 2015 12:19:25 +0100 Message-ID: <1425467965-26461-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1425437508-30976-2-git-send-email-josh.wu@atmel.com> References: <1425437508-30976-2-git-send-email-josh.wu@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add i2c0 aka twi0 on sama5d4 xplained board. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index f95ba32e29a5..93e6e1f0c729 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -88,6 +88,10 @@ }; }; + i2c0: i2c@f8014000 { + status = "okay"; + }; + macb0: ethernet@f8020000 { phy-mode = "rmii"; status = "okay"; -- 2.1.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 4 Mar 2015 12:19:25 +0100 Subject: [PATCH] ARM: at91/dt: sama5d4 xplained: add i2c0 In-Reply-To: <1425437508-30976-2-git-send-email-josh.wu@atmel.com> References: <1425437508-30976-2-git-send-email-josh.wu@atmel.com> Message-ID: <1425467965-26461-1-git-send-email-nicolas.ferre@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add i2c0 aka twi0 on sama5d4 xplained board. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index f95ba32e29a5..93e6e1f0c729 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -88,6 +88,10 @@ }; }; + i2c0: i2c at f8014000 { + status = "okay"; + }; + macb0: ethernet at f8020000 { phy-mode = "rmii"; status = "okay"; -- 2.1.3