arm64: dts: rockchip: rk3308-evb-dmic-pdm-*.dts: fix playback channel mapping

Change-Id: I28f073d9bfe92cf00b9883f7c02381ef97cd653b
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2018-06-11 20:10:20 +08:00
committed by Tao Huang
parent 1bd65de695
commit e66b0967dc
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
compatible = "rockchip,multi-dais";
dais = <&pdm_8ch>, <&i2s_8ch_2>;
capture,channel-mapping = <6 2>;
playback,channel-mapping = <0 0>;
playback,channel-mapping = <0 2>;
};
pdm-mic-array {

View File

@@ -16,7 +16,7 @@
compatible = "rockchip,multi-dais";
dais = <&pdm_8ch>, <&i2s_8ch_2>;
capture,channel-mapping = <6 2>;
playback,channel-mapping = <0 0>;
playback,channel-mapping = <0 2>;
bitclock-inversion = <1 0>;
};