From: Wolfram Sang Date: Wed, 25 Sep 2024 09:08:13 +0000 (+0200) Subject: ARM: dts: renesas: Genmai: Update audio codec device node X-Git-Tag: v6.13-rc1~140^2~37^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4b26b85a3dd27ad5b7a72e91a7046c71b2efa92;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: renesas: Genmai: Update audio codec device node Meanwhile, bindings for the audio codec exist. Add #sound-dai-cells property and limit max frequency accordingly. codec@0: '#sound-dai-cells' is a required property codec@0: spi-max-frequency: 5000000 is greater than the maximum of 526000 Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/20240925090812.14497-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/renesas/r7s72100-genmai.dts b/arch/arm/boot/dts/renesas/r7s72100-genmai.dts index d28ba9e3cbaed..78b68839fdd50 100644 --- a/arch/arm/boot/dts/renesas/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/renesas/r7s72100-genmai.dts @@ -249,7 +249,8 @@ codec: codec@0 { compatible = "wlf,wm8978"; reg = <0>; - spi-max-frequency = <5000000>; + spi-max-frequency = <500000>; + #sound-dai-cells = <0>; }; };