Re: [U-Boot] [PATCH 2/3] EXYNOS5: Add device node for USB.

2012-12-12 Thread Simon Glass
Hi Rajeshwari,

On Mon, Dec 3, 2012 at 5:30 AM, Rajeshwari Shinde
rajeshwar...@samsung.com wrote:
 This patch adds the device node required for USB

 Signed-off-by: Vivek Gautam gautam.vi...@samsung.com
 ---
  arch/arm/dts/exynos5250.dtsi |6 ++
  1 files changed, 6 insertions(+), 0 deletions(-)

 diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
 index e8ecf3f..dd2c6ac 100644
 --- a/arch/arm/dts/exynos5250.dtsi
 +++ b/arch/arm/dts/exynos5250.dtsi
 @@ -127,4 +127,10 @@
 clock-frequency = 5000;
 interrupts = 0 70 0;
  };
 +
 +   ehci@1211 {
 +   compatible = samsung,exynos-ehci;
 +   reg = 0x1211 0x100;
 +   phyreg = 0x1213;

I think this last thing is a phy, but perhaps it should be written out
as a sub-node, something like:

 +   ehci@1211 {
 +   compatible = samsung,exynos-ehci;
 +   reg = 0x1211 0x100;
 +   phy {
compatible = samsung,exynos-usb-phy;
reg = 0x1213 0xsomething;
}

If you copy your patch to devicetree-discuss you might get some ideas.

 +   };
  };
 --
 1.7.4.4


Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 2/3] EXYNOS5: Add device node for USB.

2012-12-03 Thread Rajeshwari Shinde
This patch adds the device node required for USB

Signed-off-by: Vivek Gautam gautam.vi...@samsung.com
---
 arch/arm/dts/exynos5250.dtsi |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index e8ecf3f..dd2c6ac 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -127,4 +127,10 @@
clock-frequency = 5000;
interrupts = 0 70 0;
 };
+
+   ehci@1211 {
+   compatible = samsung,exynos-ehci;
+   reg = 0x1211 0x100;
+   phyreg = 0x1213;
+   };
 };
-- 
1.7.4.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot