summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2013-02-14 19:46:15 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2013-03-08 22:34:19 +0900
commit7772bb787e50eb93544755dd8d21180d28a1f8ee (patch)
tree68815f6e659856c67790fe9339844f5735e59a22 /include/fdtdec.h
parentce07380534a9fc3cba2b3c1f97932d126ef9979a (diff)
downloadblackbird-obmc-uboot-7772bb787e50eb93544755dd8d21180d28a1f8ee.tar.gz
blackbird-obmc-uboot-7772bb787e50eb93544755dd8d21180d28a1f8ee.zip
EXYNOS5: FDT: Add compatible strings for MAX98095
Add required compatible information for MAX98095 codec 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/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 77f244f417..b885a9578f 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -81,6 +81,7 @@ enum fdt_compat_id {
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_MAXIM_98095_CODEC, /* MAX98095 Codec */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud