diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2012-12-26 20:03:16 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-01-08 10:54:33 +0900 |
commit | 72dbff12a73291fb68d217e534eaed98d69ff5c5 (patch) | |
tree | 4d5963237c82142ba9339873ec5e0968da286d5d /lib | |
parent | d1e8d2cad0be2f624d1d39b85c45eec7252017cd (diff) | |
download | u-boot-imx-72dbff12a73291fb68d217e534eaed98d69ff5c5.zip u-boot-imx-72dbff12a73291fb68d217e534eaed98d69ff5c5.tar.gz u-boot-imx-72dbff12a73291fb68d217e534eaed98d69ff5c5.tar.bz2 |
EXYNOS5: FDT: Add compatible strings for sound
Add required compatible information for sound driver.
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index b73ed8b..3e159a1 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -48,6 +48,8 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(SMSC_LAN9215, "smsc,lan9215"), COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"), COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"), + COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"), + COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |