]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: da850-lcdk: Correct the sound card name
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 19 Dec 2018 11:47:26 +0000 (13:47 +0200)
committerSekhar Nori <nsekhar@ti.com>
Thu, 10 Jan 2019 08:02:51 +0000 (13:32 +0530)
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>
arch/arm/boot/dts/da850-lcdk.dts

index c196e37606c4c9983080591912514f15013ba556..3a2fa6e035a38509edfaad62dba2ea220637b234 100644 (file)
@@ -71,7 +71,7 @@
 
        sound {
                compatible = "simple-audio-card";
-               simple-audio-card,name = "DA850/OMAP-L138 LCDK";
+               simple-audio-card,name = "DA850-OMAPL138 LCDK";
                simple-audio-card,widgets =
                        "Line", "Line In",
                        "Line", "Line Out";