]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: Fix audio card detection on Peach boards
authorAlim Akhtar <alim.akhtar@samsung.com>
Mon, 12 Oct 2015 19:32:53 +0000 (04:32 +0900)
committerKukjin Kim <kgene@kernel.org>
Mon, 12 Oct 2015 19:40:27 +0000 (04:40 +0900)
commitd7d6e8b2101b9d0023b33e5c366d989ed413d81d
tree2baa2f188c7dda37189541bc508257305e117efb
parent0ae6954bc8885dfcc854f5f9003d42a0c092b2e4
ARM: dts: Fix audio card detection on Peach boards

Since commit 97aff2cf5b3e ("ARM: dts: Add mclk entry for Peach boards"),
sound card detection is broken on peach boards and gives below errors:

[    3.630457] max98090 7-0010: MAX98091 REVID=0x51
[    3.634233] max98090 7-0010: use default 2.8v micbias
[    3.640985] snow-audio sound: HiFi <-> 3830000.i2s mapping ok
[    3.645307] max98090 7-0010: Invalid master clock frequency
[    3.650824] snow-audio sound: ASoC: Peach-Pi-I2S-MAX98091 late_probe() failed: -22
[    3.658914] snow-audio sound: snd_soc_register_card failed (-22)
[    3.664366] snow-audio: probe of sound failed with error -22

This patch adds missing assigned-clocks and assigned-clock-parents for
pmu_system_controller node which is used as "mclk" for audio codec.

Fixes: 97aff2cf5b3e ("ARM: dts: Add mclk entry for Peach boards")
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts