diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-12-19 14:47:24 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-01-10 11:02:51 +0300 |
commit | 7fca69d4e43fa1ae9cb4f652772c132dc5a659c6 (patch) | |
tree | 794c846c17f2f83f51bfabebd2ba24386e0371bf /arch/arm/boot/dts | |
parent | 706edaa88835e3d8de8920584ad5da76dd3d6666 (diff) | |
download | linux-7fca69d4e43fa1ae9cb4f652772c132dc5a659c6.tar.xz |
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 <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/da850-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |