提交 d1e8d2ca 编写于 作者: R Rajeshwari Shinde 提交者: Minkyu Kang

EXYNOS5: FDT: Add sound and codec device node

Adds sound and codec device node parameters
Signed-off-by: NR. Chandrasekar <rcsekar@samsung.com>
Signed-off-by: NRajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: NSimon Glass <sjg@chromium.org>
Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
上级 f0b16191
...@@ -37,4 +37,21 @@ ...@@ -37,4 +37,21 @@
phy-mode = "mii"; phy-mode = "mii";
}; };
}; };
sound@12d60000 {
samsung,i2s-epll-clock-frequency = <192000000>;
samsung,i2s-sampling-rate = <48000>;
samsung,i2s-bits-per-sample = <16>;
samsung,i2s-channels = <2>;
samsung,i2s-lr-clk-framesize = <256>;
samsung,i2s-bit-clk-framesize = <32>;
samsung,codec-type = "wm8994";
};
i2c@12c70000 {
soundcodec@1a {
reg = <0x1a>;
compatible = "wolfson,wm8994-codec";
};
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册