diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2013-01-08 21:03:39 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-01-10 10:12:50 +0900 |
commit | e00be0d30b40e83056de1e1bef245484d7d5b93e (patch) | |
tree | b37c1703ba4758529e5659deda52580865b7853f /board | |
parent | cd577e2b58a9d6c1655f2ffbad4a39eec505f357 (diff) | |
download | u-boot-imx-e00be0d30b40e83056de1e1bef245484d7d5b93e.zip u-boot-imx-e00be0d30b40e83056de1e1bef245484d7d5b93e.tar.gz u-boot-imx-e00be0d30b40e83056de1e1bef245484d7d5b93e.tar.bz2 |
EXYNOS5: Add device node for PMIC
Add device node for MAX77686
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board')
-rw-r--r-- | 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 a8e62da..cbfab6f 100644 --- a/board/samsung/dts/exynos5250-smdk5250.dts +++ b/board/samsung/dts/exynos5250-smdk5250.dts @@ -59,4 +59,11 @@ compatible = "wolfson,wm8994-codec"; }; }; + + i2c@12c60000 { + pmic@9 { + reg = <0x9>; + compatible = "maxim,max77686_pmic"; + }; + }; }; |