Merge "ARM: dts: qcom: remove duplicate declaration of swr4 dt node on sun"

This commit is contained in:
QCTECMDR Service
2024-09-12 02:40:15 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -389,24 +389,24 @@
clocks = <&clock_audio_bt_swr_mclk_clk 0>, <&clock_audio_bt_swr_mclk_clk_2x 0>,
<&lpass_core_hw_vote 0>, <&lpass_audio_hw_vote 0>;
qcom,bt-swr-gpios = <&bt_swr_gpios>;
};
swr4: bt_swr_mstr {
compatible = "qcom,swr-mstr";
qcom,swr_master_id = <5>;
clock-names = "lpass_core_hw_vote",
"lpass_audio_hw_vote";
clocks = <&lpass_core_hw_vote 0>,
<&lpass_audio_hw_vote 0>;
swrm-io-base = <0x06CA0000 0x0>;
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "swr_master_irq";
qcom,swr-num-ports = <7>;
qcom,swr-port-mapping = <1 BT_AUDIO_RX1 0x3>,
<2 BT_AUDIO_RX2 0x3>, <3 BT_AUDIO_RX3 0x3>,
<5 BT_AUDIO_TX1 0x3>, <6 BT_AUDIO_TX2 0x3>,
<7 BT_AUDIO_TX3 0x3>, <8 FM_AUDIO_TX1 0x3>;
qcom,swr-num-dev = <1>;
};
&swr4 {
compatible = "qcom,swr-mstr";
qcom,swr_master_id = <5>;
clock-names = "lpass_core_hw_vote",
"lpass_audio_hw_vote";
clocks = <&lpass_core_hw_vote 0>,
<&lpass_audio_hw_vote 0>;
swrm-io-base = <0x06CA0000 0x0>;
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "swr_master_irq";
qcom,swr-num-ports = <7>;
qcom,swr-port-mapping = <1 BT_AUDIO_RX1 0x3>,
<2 BT_AUDIO_RX2 0x3>, <3 BT_AUDIO_RX3 0x3>,
<5 BT_AUDIO_TX1 0x3>, <6 BT_AUDIO_TX2 0x3>,
<7 BT_AUDIO_TX3 0x3>, <8 FM_AUDIO_TX1 0x3>;
qcom,swr-num-dev = <1>;
};
&spf_core_platform {