Commit d1e8d2cad0be2f624d1d39b85c45eec7252017cd

Authored by Rajeshwari Shinde
Committed by Minkyu Kang
1 parent f0b1619118

EXYNOS5: FDT: Add sound and codec device node

Adds sound and codec device node parameters

Signed-off-by: R. Chandrasekar <rcsekar@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 17 additions and 0 deletions Side-by-side Diff

board/samsung/dts/exynos5250-smdk5250.dts
... ... @@ -37,5 +37,22 @@
37 37 phy-mode = "mii";
38 38 };
39 39 };
  40 +
  41 + sound@12d60000 {
  42 + samsung,i2s-epll-clock-frequency = <192000000>;
  43 + samsung,i2s-sampling-rate = <48000>;
  44 + samsung,i2s-bits-per-sample = <16>;
  45 + samsung,i2s-channels = <2>;
  46 + samsung,i2s-lr-clk-framesize = <256>;
  47 + samsung,i2s-bit-clk-framesize = <32>;
  48 + samsung,codec-type = "wm8994";
  49 + };
  50 +
  51 + i2c@12c70000 {
  52 + soundcodec@1a {
  53 + reg = <0x1a>;
  54 + compatible = "wolfson,wm8994-codec";
  55 + };
  56 + };
40 57 };