Browse Source

ARM: dts: da850-lcdk: Correct the sound card name

[ Upstream commit c25748acc5c20786ecb7518bfeae8fcef93472d6 ]

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 <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Peter Ujfalusi 7 years ago
parent
commit
6e7136c1c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/da850-lcdk.dts

+ 1 - 1
arch/arm/boot/dts/da850-lcdk.dts

@@ -71,7 +71,7 @@
 
 
 	sound {
 	sound {
 		compatible = "simple-audio-card";
 		compatible = "simple-audio-card";
-		simple-audio-card,name = "DA850/OMAP-L138 LCDK";
+		simple-audio-card,name = "DA850-OMAPL138 LCDK";
 		simple-audio-card,widgets =
 		simple-audio-card,widgets =
 			"Line", "Line In",
 			"Line", "Line In",
 			"Line", "Line Out";
 			"Line", "Line Out";