FROMLIST: ARM: dts: rockchip: add simple sound card for RK3036 SoCs
authorYakir Yang <ykk@rock-chips.com>
Wed, 15 Jun 2016 11:47:27 +0000 (19:47 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 16 Jun 2016 08:00:38 +0000 (16:00 +0800)
Using I2S as the audio input source, and force the mclk_fs to 256.

Change-Id: Ib85ba7be4de430d5536aaaebe74bb9fde9174f16
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9178533/)

arch/arm/boot/dts/rk3036.dtsi

index 008dd36ef5c40bf0e7d93bf328d497bd53a34ca6..0d1aacfd901f3836654fd3421fecea5888846250 100644 (file)
                rockchip,grf = <&grf>;
                pinctrl-names = "default";
                pinctrl-0 = <&hdmi_ctl>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+               #sound-dai-cells = <0>;
                status = "disabled";
 
                hdmi_in: port {
                };
        };
 
+       hdmi_sound: hdmi-sound {
+               compatible = "simple-audio-card";
+               simple-audio-card,name = "rockchip,hdmi";
+               simple-audio-card,widgets = "Headphone", "Out Jack",
+                                           "Line", "In Jack";
+               status = "disabled";
+
+               simple-audio-card,dai-link {
+                       format = "i2s";
+                       mclk-fs = <256>;
+                       cpu {
+                               sound-dai = <&i2s>;
+                       };
+                       codec {
+                               sound-dai = <&hdmi>;
+                       };
+               };
+       };
+
        timer: timer@20044000 {
                compatible = "rockchip,rk3036-timer", "rockchip,rk3288-timer";
                reg = <0x20044000 0x20>;