mbox series

[v1,0/2] arm64: dts: freescale: imx8mm/imx8mp-verdin-dahlia: add Microphone Jack to sound card

Message ID 20250217145744.179213-1-eichest@gmail.com (mailing list archive)
Headers show
Series arm64: dts: freescale: imx8mm/imx8mp-verdin-dahlia: add Microphone Jack to sound card | expand

Message

Stefan Eichenberger Feb. 17, 2025, 2:56 p.m. UTC
This patch series adds a Microphone Jack to the simple-audio-card of the
Verdin iMX8MM and iMX8MP Dahlia carrier board device trees to separate
the microphone and headphone functions.

This resolves the following boot-time kernel log message, which
indicated a conflict when the microphone and headphone functions were
not separated:
  debugfs: File 'Headphone Jack' in directory 'dapm' already present!

Stefan Eichenberger (2):
  arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to
    sound card
  arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to
    sound card

 arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi | 6 +++---
 arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Shawn Guo Feb. 23, 2025, 8:14 a.m. UTC | #1
On Mon, Feb 17, 2025 at 03:56:39PM +0100, Stefan Eichenberger wrote:
> This patch series adds a Microphone Jack to the simple-audio-card of the
> Verdin iMX8MM and iMX8MP Dahlia carrier board device trees to separate
> the microphone and headphone functions.
> 
> This resolves the following boot-time kernel log message, which
> indicated a conflict when the microphone and headphone functions were
> not separated:
>   debugfs: File 'Headphone Jack' in directory 'dapm' already present!
> 
> Stefan Eichenberger (2):
>   arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to
>     sound card
>   arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to
>     sound card

Applied both, thanks!