Re: [PATCH 3/4] ARM: dts: exynos4412-odroidx: add support for USB (phy, host, device)

2014-06-19 Thread Daniel Drake
On Tue, Jun 17, 2014 at 10:25 AM, Marek Szyprowski
m.szyprow...@samsung.com wrote:
 From: Kamil Debski k.deb...@samsung.com

 This patch adds basic support for USB modules (host and device) on
 OdroidX board.

 Signed-off-by: Kamil Debski k.deb...@samsung.com
 Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com

Checked that this conforms to the documented DT bindings.

Reviewed-by: Daniel Drake dr...@endlessm.com
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 3/4] ARM: dts: exynos4412-odroidx: add support for USB (phy, host, device)

2014-06-17 Thread Marek Szyprowski
From: Kamil Debski k.deb...@samsung.com

This patch adds basic support for USB modules (host and device) on
OdroidX board.

Signed-off-by: Kamil Debski k.deb...@samsung.com
Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com
---
 arch/arm/boot/dts/exynos4412-odroidx.dts | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts 
b/arch/arm/boot/dts/exynos4412-odroidx.dts
index fda9ac23dd55..1a067cc00072 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,24 @@
};
};
};
+
+   exynos-usbphy@125B {
+   status = okay;
+   };
+
+   hsotg@1248 {
+   status = okay;
+   vusb_d-supply = ldo15_reg;
+   vusb_a-supply = ldo12_reg;
+   };
+
+   ehci@1258 {
+   status = okay;
+   port@1 {
+   status = okay;
+   };
+   port@2 {
+   status = okay;
+   };
+   };
 };
-- 
1.9.2

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html