]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
EXYNOS5: Add device node for PMIC
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Tue, 8 Jan 2013 21:03:39 +0000 (21:03 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 10 Jan 2013 01:12:50 +0000 (10:12 +0900)
Add device node for MAX77686

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/dts/exynos5250-smdk5250.dts

index a8e62dabb31b26e9da94b5536c90e09be262e367..cbfab6f97fbbc9c76fd633ebedc4f80672dbbdde 100644 (file)
                        compatible = "wolfson,wm8994-codec";
                };
        };
+
+       i2c@12c60000 {
+               pmic@9 {
+                       reg = <0x9>;
+                       compatible = "maxim,max77686_pmic";
+               };
+       };
 };