From b8b88075990702995e044899ae6cee7e7c42f3b4 Mon Sep 17 00:00:00 2001 From: ChenZhen Date: Thu, 27 Mar 2014 09:39:05 +0800 Subject: ARM: dts: odroidx2: add i2s node and sound node for audio In order to config a integrated audio path,it's necessary to define the bus type and codec which we used. Change-Id: I4a65d45b5cec4b81ce1a93deaa614020d6a17ae7 Signed-off-by: Chen Zhen --- arch/arm/boot/dts/exynos4412-odroidx2.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'arch') diff --git a/arch/arm/boot/dts/exynos4412-odroidx2.dts b/arch/arm/boot/dts/exynos4412-odroidx2.dts index e7ea290f946..be45cfffc22 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx2.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx2.dts @@ -55,6 +55,18 @@ reg = <0x0204F000 0x1000>; }; + i2s0: i2s@03830000 { + pinctrl-0 = <&i2s0_bus>; + pinctrl-names = "default"; + status = "okay"; + }; + + sound { + compatible = "samsung,odroidx2-audio"; + samsung,i2s-controller = <&i2s0>; + samsung,audio-codec = <&max98090>; + }; + leds { compatible = "gpio-leds"; led1 { -- cgit v1.2.3