projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd577e2
)
EXYNOS5: Add device node for PMIC
author
Rajeshwari Shinde
<
[email protected]
>
Tue, 8 Jan 2013 21:03:39 +0000
(21:03 +0000)
committer
Minkyu Kang
<
[email protected]
>
Thu, 10 Jan 2013 01:12:50 +0000
(10:12 +0900)
Add device node for MAX77686
Signed-off-by: Rajeshwari Shinde <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
board/samsung/dts/exynos5250-smdk5250.dts
patch
|
blob
|
history
diff --git
a/board/samsung/dts/exynos5250-smdk5250.dts
b/board/samsung/dts/exynos5250-smdk5250.dts
index a8e62dabb31b26e9da94b5536c90e09be262e367..cbfab6f97fbbc9c76fd633ebedc4f80672dbbdde 100644
(file)
--- 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";
+ };
+ };
};