diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2024-04-29 02:13:12 +0200 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-30 23:04:16 +0200 |
commit | b9a1481f259ca3b3ec197df945e57e4ffaeceaaa (patch) | |
tree | b3e50d6580f92c1a81ad5724542932a13f5b2d30 /arch/riscv/boot | |
parent | dt-bindings: riscv: starfive: add Milkv Mars board (diff) | |
download | linux-b9a1481f259ca3b3ec197df945e57e4ffaeceaaa.tar.xz linux-b9a1481f259ca3b3ec197df945e57e4ffaeceaaa.zip |
riscv: dts: starfive: visionfive 2: update sound and codec dt node name
Use "audio-codec" as the codec dt node name, and "sound" as the simple
audio card dt name.
Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/boot')
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index ccd0ce55aa53..50955cc45658 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -41,12 +41,12 @@ priority = <224>; }; - pwmdac_codec: pwmdac-codec { + pwmdac_codec: audio-codec { compatible = "linux,spdif-dit"; #sound-dai-cells = <0>; }; - sound-pwmdac { + sound { compatible = "simple-audio-card"; simple-audio-card,name = "StarFive-PWMDAC-Sound-Card"; #address-cells = <1>; |