ARM: dts: odroidx2: add i2s node and sound node for audio
authorChenZhen <zhen1.chen@samsung.com>
Thu, 27 Mar 2014 01:39:05 +0000 (09:39 +0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:27 +0000 (11:47 +0900)
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 <zhen1.chen@samsung.com>
arch/arm/boot/dts/exynos4412-odroidx2.dts

index e7ea290..be45cff 100644 (file)
                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 {