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>
This commit is contained in:
Rajeshwari Shinde 2013-01-08 21:03:39 +00:00 committed by Minkyu Kang
parent cd577e2b58
commit e00be0d30b
1 changed files with 7 additions and 0 deletions

View File

@ -59,4 +59,11 @@
compatible = "wolfson,wm8994-codec";
};
};
i2c@12c60000 {
pmic@9 {
reg = <0x9>;
compatible = "maxim,max77686_pmic";
};
};
};