Patch "ARM: dts: logicpd-som-lv-baseboard: Fix broken audio" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: logicpd-som-lv-baseboard: Fix broken audio

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-logicpd-som-lv-baseboard-fix-broken-audio.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 741c22a702fabf03b1cd0da20da36cdbd38c9796
Author: Adam Ford <aford173@xxxxxxxxx>
Date:   Fri Aug 14 07:53:38 2020 -0500

    ARM: dts: logicpd-som-lv-baseboard: Fix broken audio
    
    [ Upstream commit 4d26e9a028e3d88223e06fa133c3d55af7ddbceb ]
    
    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: 5cb8b0fa55a9 ("ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi")
    
    Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
    Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
index 100396f6c2feb..c310c33ca6f3f 100644
--- a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
+++ b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
@@ -51,6 +51,8 @@
 
 &mcbsp2 {
 	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&mcbsp2_pins>;
 };
 
 &charger {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux