On Wed, Jun 25, 2014 at 6:56 PM, Marek Szyprowski
<[email protected]> wrote:
> From: Kamil Debski <[email protected]>
>
> This patch adds basic support for USB modules (host and device) on
> OdroidX board.
>
> Signed-off-by: Kamil Debski <[email protected]>
> [removed incorrect port@2 node]
> Signed-off-by: Marek Szyprowski <[email protected]>
> ---
>  arch/arm/boot/dts/exynos4412-odroidx.dts | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts 
> b/arch/arm/boot/dts/exynos4412-odroidx.dts
> index fda9ac23dd55..4c853fbf7202 100644
> --- a/arch/arm/boot/dts/exynos4412-odroidx.dts
> +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
> @@ -148,6 +148,16 @@
>                 pinctrl-names = "default";
>                 status = "okay";
>
> +               usb3503@08 {
> +                       compatible = "smsc,usb3503";
> +                       reg = <0x08>;
> +
> +                       intn-gpios = <&gpx3 0 0>;
> +                       connect-gpios = <&gpx3 4 0>;
> +                       reset-gpios = <&gpx3 5 0>;
> +                       initial-mode = <1>;
> +               };
> +
>                 max77686: pmic@09 {
>                         compatible = "maxim,max77686";
>                         reg = <0x09>;
> @@ -338,4 +348,21 @@
>                         };
>                 };
>         };
> +
> +       exynos-usbphy@125B0000 {
> +               status = "okay";
> +       };
> +
> +       hsotg@12480000 {
> +               status = "okay";
> +               vusb_d-supply = <&ldo15_reg>;
> +               vusb_a-supply = <&ldo12_reg>;

Can you please point me to the documentation for these two properties
in the DT bindings ?
Which tree i should grep to find that ?
We have similar supplies for ehci/ohci and other host controllers too,
so just wondering
if we can use similar nomenclature for hsotg as well as host.

I have posted driver side patches for host (with DT documentation) a
while back :
https://lkml.org/lkml/2014/6/25/363

[snip]


-- 
Best Regards
Vivek Gautam
Samsung R&D Institute, Bangalore
India
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to