Skip to content

Commit 11d0796

Browse files
mriesch-wvmmind
authored andcommitted
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: 0be29f7 ("arm64: dts: rockchip: add wolfvision pf5 mainboard") Signed-off-by: Michael Riesch <[email protected]> Link: https://lore.kernel.org/r/20241218-b4-wolfvision-pf5-update-v1-1-1d1959858708@wolfvision.net Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 0cc356c commit 11d0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3568-wolfvision-pf5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
pdm_codec: pdm-codec {
5555
compatible = "dmic-codec";
56-
num-channels = <1>;
56+
num-channels = <2>;
5757
#sound-dai-cells = <0>;
5858
};
5959

0 commit comments

Comments
 (0)