Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751239Ab3GXFMy (ORCPT ); Wed, 24 Jul 2013 01:12:54 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:48108 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750865Ab3GXFMw (ORCPT ); Wed, 24 Jul 2013 01:12:52 -0400 MIME-Version: 1.0 In-Reply-To: <1374600682-19376-1-git-send-email-tobetter@gmail.com> References: <1374600682-19376-1-git-send-email-tobetter@gmail.com> Date: Wed, 24 Jul 2013 10:42:51 +0530 Message-ID: Subject: Re: [PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12 From: Sachin Kamat To: Dongjin Kim Cc: Russell King , Kukjin Kim , Tomasz Figa , Thomas Abraham , Kyungmin Park , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1657 Lines: 53 Hi Dongjin, On 23 July 2013 23:01, Dongjin Kim wrote: > This patch adds device nodes for USBPHY to Exynos4x12. > > Signed-off-by: Dongjin Kim > --- > arch/arm/boot/dts/exynos4x12.dtsi | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi > index 01da194..9c3335b 100644 > --- a/arch/arm/boot/dts/exynos4x12.dtsi > +++ b/arch/arm/boot/dts/exynos4x12.dtsi > @@ -73,4 +73,22 @@ > clock-names = "sclk_fimg2d", "fimg2d"; > status = "disabled"; > }; > + > + usbphy@125B00000 { Extra 0 above. > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "samsung,exynos4x12-usb2phy"; > + reg = <0x125B0000 0x100>; > + ranges; > + > + clocks = <&clock 2>, <&clock 305>; > + clock-names = "xusbxti", "otg"; > + status = "disabled"; > + > + usbphy-sys { > + /* USB device and host PHY_CONTROL registers */ > + reg = <0x10020704 0xc>, > + <0x1001021c 0x4>; > + }; > + }; > }; Please add this node after tmu node (satisfies alphabetical order as well as increasing address value) -- With warm regards, Sachin -- 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/