aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-01-08 21:03:38 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-01-10 10:12:50 +0900
commitcd577e2b58a9d6c1655f2ffbad4a39eec505f357 (patch)
treeb5db55639802941fb4a4ac3a57a845e0fd4d938c /include
parentc6d647e3094b4123c9c6e27765221762753f00be (diff)
EXYNOS5: FDT: Add compatible strings for PMIC
Add required compatible information for PMIC Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 0d3417b06..f77d19563 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -78,6 +78,7 @@ enum fdt_compat_id {
COMPAT_SAMSUNG_EXYNOS_SPI, /* Exynos SPI */
COMPAT_SAMSUNG_EXYNOS_EHCI, /* Exynos EHCI controller */
COMPAT_SAMSUNG_EXYNOS_USB_PHY, /* Exynos phy controller for usb2.0 */
+ COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */
COMPAT_COUNT,
};