Commit 11d07966 authored by Michael Riesch's avatar Michael Riesch Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix num-channels property of wolfvision pf5 mic



The Rockchip RK3568 PDM block always considers stereo inputs. Therefore,
the number of channels must be always an even number, even if a single
mono microphone is attached.

Fixes: 0be29f76 ("arm64: dts: rockchip: add wolfvision pf5 mainboard")
Signed-off-by: default avatarMichael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20241218-b4-wolfvision-pf5-update-v1-1-1d1959858708@wolfvision.net


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0cc356ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ hdmi_tx_5v: regulator-hdmi-tx-5v {

	pdm_codec: pdm-codec {
		compatible = "dmic-codec";
		num-channels = <1>;
		num-channels = <2>;
		#sound-dai-cells = <0>;
	};