diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-04-11 13:14:41 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-04-22 13:36:53 +0800 |
commit | 7f699ed1df872faf09a0978476e19c4a2fa7757a (patch) | |
tree | a02f79b2d07bc8eb4a22983dd6a2f943f4c8b37f /arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi | |
parent | 3e67a1ddd56d14a3b6dcc55aec25b743ed34801d (diff) |
arm64: dts: freescale: imx8m[mp]-verdin: Update audio card name
On the Dahlia and Development carrier boards for the Verdin family
(iMX8MM and iMX8MP), WM8904 and NAU8822 codecs are used. Instead of
module-specific names, switch to more generic names based on the codec
employed on the carrier board itself.
This modification facilitates access to ALSA card names, ensuring
consistency across iMX8MP and iMX8MM, as they share the same carrier
board.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi index c2721e9f5797..42ed44a11711 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi @@ -22,7 +22,7 @@ simple-audio-card,format = "i2s"; simple-audio-card,frame-master = <&codec_dai>; simple-audio-card,mclk-fs = <256>; - simple-audio-card,name = "imx8mp-nau8822"; + simple-audio-card,name = "verdin-nau8822"; simple-audio-card,routing = "Headphones", "LHP", "Headphones", "RHP", |