Hi Sachin, > -----Original Message----- > From: Sachin Kamat [mailto:sachin.kamat@xxxxxxxxxx] > Sent: Tuesday, April 29, 2014 6:23 PM > To: Chanho Park > Cc: Kukjin Kim; linux-samsung-soc; Tomasz Figa; Kamil Debski; > devicetree@xxxxxxxxxxxxxxx > Subject: Re: [PATCHv2 2/4] ARM: dts: exynos4: add exynos_usbphy node > > Hi Chanho, > > On 25 April 2014 12:29, Chanho Park <chanho61.park@xxxxxxxxxxx> wrote: > > This patch enables a exynos_usbphy node for exynos4 SoCs. > > A exynos4x12 usb phy node is almost same with 4210's one > > except compatible string and pmu syscon. > > > > Cc: Tomasz Figa <t.figa@xxxxxxxxxxx> > > Cc: Kamil Debski <k.debski@xxxxxxxxxxx> > > Signed-off-by: Chanho Park <chanho61.park@xxxxxxxxxxx> > > --- > > arch/arm/boot/dts/exynos4.dtsi | 10 ++++++++++ > > arch/arm/boot/dts/exynos4x12.dtsi | 5 +++++ > > 2 files changed, 15 insertions(+) > > > > diff --git a/arch/arm/boot/dts/exynos4.dtsi > b/arch/arm/boot/dts/exynos4.dtsi > > index 264066f..5f9b23b 100644 > > --- a/arch/arm/boot/dts/exynos4.dtsi > > +++ b/arch/arm/boot/dts/exynos4.dtsi > > @@ -278,6 +278,16 @@ > > status = "disabled"; > > }; > > > > + exynos_usbphy: exynos-usbphy@125B0000 { > > + compatible = "samsung,exynos4210-usb2-phy"; > > + reg = <0x125B0000 0x100>; > > + samsung,pmureg-phandle = <&pmu_system_controller>; > > + clocks = <&clock CLK_USB_DEVICE>, <&clock CLK_XUSBXTI>; > > + clock-names = "phy", "ref"; > > + status = "disabled"; > > For readability it is better if status line is the last entry of the > node. Yes. It could be more readable it is in the last line. I'll update it in next patch. Thanks. Best Regards, Chanho Park -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html