1. 17 Sep, 2020 2 commits
    • Adam Ford's avatar
      ARM: dts: logicpd-som-lv-baseboard: Fix broken audio · a6c1919a
      Adam Ford authored
      [ Upstream commit 4d26e9a0 ]
      
      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: 5cb8b0fa ("ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi")
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
      a6c1919a
    • Adam Ford's avatar
      ARM: dts: logicpd-torpedo-baseboard: Fix broken audio · 9c2115d2
      Adam Ford authored
      [ Upstream commit d7dfee67 ]
      
      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: 739f85bb ("ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard")
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
      9c2115d2
  2. 12 Sep, 2020 9 commits
  3. 09 Sep, 2020 29 commits