Hi Vivek, On 30 April 2014 14:25, Vivek Gautam <gautam.vivek@xxxxxxxxxxx> wrote: > From: Kamil Debski <k.debski@xxxxxxxxxxx> > > Add support to PHY of USB2 of the Exynos 5250 SoC. > > Signed-off-by: Kamil Debski <k.debski@xxxxxxxxxxx> > [gautam.vivek@xxxxxxxxxxx: Split the usb phy entries from > syscon entries from earlier patch: dts: Add usb2phy to Exynos 5250] > [gautam.vivek@xxxxxxxxxxx: Added phy entry for OHCI also along with EHCI] > Signed-off-by: Vivek Gautam <gautam.vivek@xxxxxxxxxxx> > --- > > Changes from v7: > None > > arch/arm/boot/dts/exynos5250.dtsi | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 70f0cd5..51e554c 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -563,6 +563,14 @@ > > clocks = <&clock CLK_USB2>; > clock-names = "usbhost"; > + #address-cells = <1>; > + #size-cells = <0>; > + port@0 { > + reg = <0>; > + phys = <&usb2_phy_gen 1>; > + phy-names = "host"; > + status = "ok"; This should be "okay". > + }; > }; > > usb@12120000 { > @@ -572,6 +580,14 @@ > > clocks = <&clock CLK_USB2>; > clock-names = "usbhost"; > + #address-cells = <1>; > + #size-cells = <0>; > + port@0 { > + reg = <0>; > + phys = <&usb2_phy_gen 1>; > + phy-names = "host"; > + status = "ok"; ditto. -- With warm regards, Sachin -- 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