Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354AbbBKPSm (ORCPT ); Wed, 11 Feb 2015 10:18:42 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:6302 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752751AbbBKPSk (ORCPT ); Wed, 11 Feb 2015 10:18:40 -0500 From: Nicolas Ferre To: , Alexandre Belloni , Boris BREZILLON CC: , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , Josh Wu , Bo Shen , Nicolas Ferre Subject: [PATCH 1/2] ARM: at91/dt: sama5d4: add missing alias for i2c0 Date: Wed, 11 Feb 2015 16:18:49 +0100 Message-ID: <1423667929-29444-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 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 Content-Length: 695 Lines: 25 Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d4.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index d986b41b9654..97d5b9759c07 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -66,6 +66,7 @@ gpio4 = &pioE; tcb0 = &tcb0; tcb1 = &tcb1; + i2c0 = &i2c0; i2c2 = &i2c2; }; cpus { -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/