
This patch adds FDT support for Sound driver.
This patch is based on following patchset. "EXYNOS5: FDT Support for I2C"
Rajeshwari Shinde (5): EXYNOS5: FDT: Add sound device node data EXYNOS5: FDT: Add sound and codec device node informations EXYNOS5: FDT: Add compatible strings for sound Sound: Add FDT support to driver Sound: Add FDT support to CMD.
arch/arm/dts/exynos5250.dtsi | 5 + board/samsung/dts/exynos5250-smdk5250.dts | 20 +++ common/cmd_sound.c | 4 + drivers/sound/sound.c | 228 ++++++++++++++++++++++++++++- include/fdtdec.h | 3 + include/sound.h | 9 + lib/fdtdec.c | 2 + 7 files changed, 264 insertions(+), 7 deletions(-)