From: Peter Ujfalusi Date: Wed, 19 Dec 2018 11:47:24 +0000 (+0200) Subject: ARM: dts: da850-evm: Correct the sound card name X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5355^2~7^2~3 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7fca69d4e43fa1ae9cb4f652772c132dc5a659c6;p=linux.git ARM: dts: da850-evm: Correct the sound card name To avoid the following error: asoc-simple-card sound: ASoC: Failed to create card debugfs directory Which is because the card name contains '/' character, which can not be used in file or directory names. Signed-off-by: Peter Ujfalusi Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 482a54587b44..f04bc3e15332 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -127,7 +127,7 @@ sound { compatible = "simple-audio-card"; - simple-audio-card,name = "DA850/OMAP-L138 EVM"; + simple-audio-card,name = "DA850-OMAPL138 EVM"; simple-audio-card,widgets = "Line", "Line In", "Line", "Line Out";