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

2012-12-04 Thread Rajeshwari Birje
On Tue, Dec 4, 2012 at 6:45 AM, Simon Glass s...@chromium.org wrote:
 On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde
 rajeshwar...@samsung.com wrote:
 Add device node for MAX77686

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  board/samsung/dts/exynos5250-smdk5250.dts |7 +++
  1 files changed, 7 insertions(+), 0 deletions(-)

 diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
 b/board/samsung/dts/exynos5250-smdk5250.dts
 index 4d51d98..6072a6a 100644
 --- a/board/samsung/dts/exynos5250-smdk5250.dts
 +++ b/board/samsung/dts/exynos5250-smdk5250.dts
 @@ -70,4 +70,11 @@
 compatible = wolfson,wm8994-codec;
 };
 };
 +
 +   i2c@12c6 {
 +   pmic@06 {

 I think 6 instead of 06
Will do this.

 +   reg = 0x06;

 I presume this is different from snow (which I think is 9)?
Yes, because of that we are adding it in dts file for SMDK5250.

 +   compatible = maxim,MAX77686_PMIC;
 +   };
 +   };
  };
 --
 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 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 PMIC

2012-12-03 Thread Rajeshwari Shinde
Add device node for MAX77686

Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
---
 board/samsung/dts/exynos5250-smdk5250.dts |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
b/board/samsung/dts/exynos5250-smdk5250.dts
index 4d51d98..6072a6a 100644
--- a/board/samsung/dts/exynos5250-smdk5250.dts
+++ b/board/samsung/dts/exynos5250-smdk5250.dts
@@ -70,4 +70,11 @@
compatible = wolfson,wm8994-codec;
};
};
+
+   i2c@12c6 {
+   pmic@06 {
+   reg = 0x06;
+   compatible = maxim,MAX77686_PMIC;
+   };
+   };
 };
-- 
1.7.4.4

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


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

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde
rajeshwar...@samsung.com wrote:
 Add device node for MAX77686

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  board/samsung/dts/exynos5250-smdk5250.dts |7 +++
  1 files changed, 7 insertions(+), 0 deletions(-)

 diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
 b/board/samsung/dts/exynos5250-smdk5250.dts
 index 4d51d98..6072a6a 100644
 --- a/board/samsung/dts/exynos5250-smdk5250.dts
 +++ b/board/samsung/dts/exynos5250-smdk5250.dts
 @@ -70,4 +70,11 @@
 compatible = wolfson,wm8994-codec;
 };
 };
 +
 +   i2c@12c6 {
 +   pmic@06 {

I think 6 instead of 06

 +   reg = 0x06;

I presume this is different from snow (which I think is 9)?

 +   compatible = maxim,MAX77686_PMIC;
 +   };
 +   };
  };
 --
 1.7.4.4


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