diff options
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | 2016-11-04 13:12:00 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-11-10 11:52:48 +0300 |
commit | 486d379cc3740f9f882b9035035a4d1616ec30f6 (patch) | |
tree | c246b98f1556c87ea3c05d75201200adb1b00ef9 /arch/arm/boot/dts/stih410-b2260.dts | |
parent | 226226994c88dc81731c24b8263307d72ec08082 (diff) | |
download | linux-486d379cc3740f9f882b9035035a4d1616ec30f6.tar.xz |
ARM: dts: STiH410-B2260: enable sound card
Enable simple card with HDMI device.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2260.dts')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index 511a1098741e..d50242eabae8 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -165,6 +165,9 @@ status = "okay"; }; + sti_uni_player0: sti-uni-player@8d80000 { + status = "okay"; + }; /* SSC11 to HDMI */ hdmiddc: i2c@9541000 { /* HDMI V1.3a supports Standard mode only */ @@ -174,6 +177,25 @@ status = "okay"; }; + sound { + compatible = "simple-audio-card"; + simple-audio-card,name = "STI-B2260"; + status = "okay"; + + simple-audio-card,dai-link@0 { + /* DAC */ + format = "i2s"; + mclk-fs = <128>; + cpu { + sound-dai = <&sti_uni_player0>; + }; + + codec { + sound-dai = <&sti_hdmi>; + }; + }; + }; + miphy28lp_phy: miphy28lp@9b22000 { phy_port1: port@9b2a000 { |