]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: logicpd-som-lv-baseboard: Fix broken audio
authorAdam Ford <aford173@gmail.com>
Fri, 14 Aug 2020 12:53:38 +0000 (07:53 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Aug 2020 11:28:18 +0000 (14:28 +0300)
commit2ba7bab39c3bd9587eee8431cacb0677d7b9b1cd
treefddad3dbc721f24ef90badd02b304d5ebafdbde0
parent810e61a3454ffb7fb794d88d64fb571ca6a352ca
ARM: dts: logicpd-som-lv-baseboard: Fix broken audio

Older versions of U-Boot would pinmux the whole board, but as
the bootloader got updated, it started to only pinmux the pins
it needed, and expected Linux to configure what it needed.

Unfortunately this caused an issue with the audio, because the
mcbsp2 pins were configured in the device tree but never
referenced by the driver. When U-Boot stopped muxing the audio
pins, the audio died.

This patch adds the references to the associate the pin controller
with the mcbsp2 driver which makes audio operate again.

Fixes: 5b3d9ce73590 ("ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi