]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ARM: dts: logicpd-torpedo-baseboard: Fix broken audio
authorAdam Ford <aford173@gmail.com>
Sun, 9 Aug 2020 02:56:10 +0000 (21:56 -0500)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:46:36 +0000 (14:46 +0100)
commit8e5f8768e2972efe97462ef53af558d232de9c8b
tree79277a1ba6973520e28bc53b095534d6976e12cd
parentdd391c280d5f9395d2aa4402b38bf16784776931
ARM: dts: logicpd-torpedo-baseboard: Fix broken audio

BugLink: https://bugs.launchpad.net/bugs/1896824
[ Upstream commit d7dfee67688ac7f2dfd4c3bc70c053ee990c40b5 ]

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, they were 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: 739f85bba5ab ("ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: William Breathitt Gray <william.gray@canonical.com>
arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi