summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
parentce07380534a9fc3cba2b3c1f97932d126ef9979a (diff)
downloadtalos-obmc-uboot-7772bb787e50eb93544755dd8d21180d28a1f8ee.tar.gz
talos-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 'lib')
-rw-r--r--lib/fdtdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 3ae348dd30..9a527ffd82 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -56,6 +56,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
+ COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
};
const char *fdtdec_get_compatible(enum fdt_compat_id id)
OpenPOWER on IntegriCloud