mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: enable Bluetooth PCM sound for RK3308 EVB Boards
By default, only using lrck_tx for PCM by hardware, therefore, we need to use I2S_CKR_TRCM_TXONLY. Change-Id: I6c4077e7e7e65b8a3a21416fd61d5900b3b72f42 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&is31fl3236 {
|
||||
reg = <0x3f>;
|
||||
};
|
||||
|
||||
@@ -22,6 +22,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&is31fl3236 {
|
||||
reg = <0x3f>;
|
||||
};
|
||||
|
||||
@@ -58,9 +58,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&dummy_codec {
|
||||
status = "disabled";
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&i2s_8ch_0 {
|
||||
|
||||
@@ -46,9 +46,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&dummy_codec {
|
||||
status = "disabled";
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&i2s_8ch_0 {
|
||||
|
||||
@@ -45,9 +45,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&dummy_codec {
|
||||
status = "disabled";
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&pdm_8ch {
|
||||
|
||||
@@ -45,9 +45,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&dummy_codec {
|
||||
status = "disabled";
|
||||
&bluetooth_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&pdm_8ch {
|
||||
|
||||
Reference in New Issue
Block a user