From patchwork Thu Nov 8 05:37:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,1/5] EXYNOS5: FDT: Add sound device node data Date: Wed, 07 Nov 2012 19:37:15 -0000 From: Rajeshwari Shinde X-Patchwork-Id: 197761 Message-Id: <1352353039-17165-2-git-send-email-rajeshwari.s@samsung.com> To: u-boot@lists.denx.de Cc: patches@linaro.org Add sound device node data for exynos Signed-off-by: Rajeshwari Shinde --- arch/arm/dts/exynos5250.dtsi | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index e877e6c..3f750f0 100644 --- a/arch/arm/dts/exynos5250.dtsi +++ b/arch/arm/dts/exynos5250.dtsi @@ -97,4 +97,9 @@ reg = <0x12CD0000 0x100>; interrupts = <0 63 0>; }; + + sound@12d60000 { + compatible = "samsung,exynos-sound"; + reg = <0x12d60000 0x20>; + }; };