]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
EXYNOS5: FDT: Add compatible strings for MAX98095
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Thu, 14 Feb 2013 19:46:15 +0000 (19:46 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 8 Mar 2013 13:34:19 +0000 (22:34 +0900)
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>
include/fdtdec.h
lib/fdtdec.c

index 77f244f4171106f1eed6234a0c4b2409eebfb0bc..b885a9578f58cb2852e1611bd9b397dcab753bc1 100644 (file)
@@ -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,
 };
index 3ae348dd307bc64aa2ffa8a95d0177d98da7d55b..9a527ffd8271fa779d337118437d7c7e582f1199 100644 (file)
@@ -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)