Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754229Ab3HESHx (ORCPT ); Mon, 5 Aug 2013 14:07:53 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:40791 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753843Ab3HESHv (ORCPT ); Mon, 5 Aug 2013 14:07:51 -0400 Message-ID: <51FFE9F0.1000100@samsung.com> Date: Tue, 06 Aug 2013 03:07:44 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Lee Jones CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tomasz Figa , arnd@arndb.de, linus.walleij@stericsson.com, Kukjin Kim , linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file References: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> <1374490361-25769-7-git-send-email-lee.jones@linaro.org> <20130724150937.GO26801@laptop> In-Reply-To: <20130724150937.GO26801@laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 36 On 07/25/13 00:09, Lee Jones wrote: > ... for the sake of consistency and assumed convention. > > Cc: Kukjin Kim > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Lee Jones > > diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi > index b7f358a..53e2527 100644 > --- a/arch/arm/boot/dts/exynos4210.dtsi > +++ b/arch/arm/boot/dts/exynos4210.dtsi > @@ -72,7 +72,7 @@ > }; ^^^^^^^^^^^^^^^^ > }; ^^^^^^^^ > > - clock: clock-controller@0x10030000 { ^^^^^^^^ > + clock: clock-controller@10030000 { ^^^^^^^^ > compatible = "samsung,exynos4210-clock"; ^^^^^^^^^^^^^^^^ > reg =<0x10030000 0x20000>; ^^^^^^^^^^^^^^^^ > #clock-cells =<1>; ^^^^^^^^^^^^^^^^ BTW, should be tab at the mark '^' not white space :( - Kukjin -- 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/