mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
arm64: dts: rockchip: rk3588-vehicle-evb-v23-audio: fix BT card format
FIX BT card format
format = 'dsp_a'
bitclock = 'inversion'
mclk-fs = '256'
Change-Id: Iddb5e5c995a29e2a0e756f98e3583893504f8d08
Signed-off-by: Zheng zhiqi <looper.zheng@rock-chips.com>
This commit is contained in:
@@ -40,8 +40,10 @@
|
||||
|
||||
sound1 {
|
||||
compatible = "simple-audio-card";
|
||||
simple-audio-card,format = "dsp_a";
|
||||
simple-audio-card,bitclock-inversion;
|
||||
simple-audio-card,mclk-fs = <256>;
|
||||
simple-audio-card,name = "rockchip,bt";
|
||||
simple-audio-card,format = "i2s";
|
||||
simple-audio-card,cpu {
|
||||
sound-dai = <&i2s2_2ch>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user