From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754292AbaGHKXh (ORCPT ); Tue, 8 Jul 2014 06:23:37 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:52466 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752753AbaGHKXf (ORCPT ); Tue, 8 Jul 2014 06:23:35 -0400 From: Keerthy To: , , CC: , , , , , , , , Keerthy Subject: [PATCH v2 4/7] ARM: dts: AM437x: Fix i2c nodes indentation Date: Tue, 8 Jul 2014 15:46:34 +0530 Message-ID: <1404814597-4404-5-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1404814597-4404-1-git-send-email-j-keerthy@ti.com> References: <1404814597-4404-1-git-send-email-j-keerthy@ti.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 Fix i2c nodes indentation. Signed-off-by: Keerthy --- arch/arm/boot/dts/am437x-gp-evm.dts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 003766c..85ca430 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -257,16 +257,15 @@ }; &i2c0 { - status = "okay"; - pinctrl-names = "default"; - pinctrl-0 = <&i2c0_pins>; + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&i2c0_pins>; }; &i2c1 { - status = "okay"; - pinctrl-names = "default"; - pinctrl-0 = <&i2c1_pins>; - + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&i2c1_pins>; pixcir_ts@5c { compatible = "pixcir,pixcir_tangoc"; pinctrl-names = "default"; -- 1.7.9.5