]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: da850-evm: Correct the sound card name
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 19 Dec 2018 11:47:24 +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-evm.dts

index 482a54587b4488d3fa672c072d8ff88ea1e2fd35..f04bc3e153322855f82815f719423915fb649934 100644 (file)
@@ -127,7 +127,7 @@ backlight_lcd: backlight-regulator {
 
        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";