From patchwork Thu Jan 3 13:47:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/3,V3] EXYNOS5: Add device node for PMIC Date: Thu, 03 Jan 2013 03:47:48 -0000 From: Rajeshwari Shinde X-Patchwork-Id: 209254 Message-Id: <1357220869-13819-3-git-send-email-rajeshwari.s@samsung.com> To: u-boot@lists.denx.de Cc: patches@linaro.org Add device node for MAX77686 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed reg value from 06 to 6. Chnages in V3: - converted the pmic name to small letters. 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..f168a17 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@6 { + reg = <0x6>; + compatible = "maxim,max77686_pmic"; + }; + }; };