diff mbox series

[1/2] arm64: dts: qcom: sm8550-qrd: add WSA8845 speakers

Message ID 20230608094323.267278-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Headers show
Series [1/2] arm64: dts: qcom: sm8550-qrd: add WSA8845 speakers | expand

Commit Message

Krzysztof Kozlowski June 8, 2023, 9:43 a.m. UTC
Add Qualcomm WSA8845 Soundwire smart speaker amplifiers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Bindings and driver:
https://lore.kernel.org/linux-arm-msm/20230608085023.141745-1-krzysztof.kozlowski@linaro.org/T/#m923115d37c93e16302ae9a451baad432d940f0b7
---
 arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 48 +++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

Comments

Bjorn Andersson June 13, 2023, 10:30 p.m. UTC | #1
On Thu, 8 Jun 2023 11:43:22 +0200, Krzysztof Kozlowski wrote:
> Add Qualcomm WSA8845 Soundwire smart speaker amplifiers.
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: sm8550-qrd: add WSA8845 speakers
      commit: a2422d51069d682a2172981fa6e7ba84b2dc93c8
[2/2] arm64: dts: qcom: sm8550-mtp: add WSA8845 speakers
      commit: edb92fae57e7b3292e92bc3fe7dfd0e21875befe

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
index 97cb7d00b89f..45c684c0a062 100644
--- a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
+++ b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts
@@ -431,6 +431,24 @@  &gcc {
 		 <&usb_dp_qmpphy QMP_USB43DP_USB3_PIPE_CLK>;
 };
 
+&lpass_tlmm {
+	spkr_1_sd_n_active: spkr-1-sd-n-active-state {
+		pins = "gpio17";
+		function = "gpio";
+		drive-strength = <16>;
+		bias-disable;
+		output-low;
+	};
+
+	spkr_2_sd_n_active: spkr-2-sd-n-active-state {
+		pins = "gpio18";
+		function = "gpio";
+		drive-strength = <16>;
+		bias-disable;
+		output-low;
+	};
+};
+
 &mdss {
 	status = "okay";
 };
@@ -551,6 +569,36 @@  &sleep_clk {
 	clock-frequency = <32000>;
 };
 
+&swr0 {
+	status = "okay";
+
+	/* WSA8845, Speaker North */
+	north_spkr: speaker@0,0 {
+		compatible = "sdw20217020400";
+		reg = <0 0>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&spkr_1_sd_n_active>;
+		powerdown-gpios = <&lpass_tlmm 17 GPIO_ACTIVE_LOW>;
+		#sound-dai-cells = <0>;
+		sound-name-prefix = "SpkrLeft";
+		vdd-1p8-supply = <&vreg_l15b_1p8>;
+		vdd-io-supply = <&vreg_l3g_1p2>;
+	};
+
+	/* WSA8845, Speaker South */
+	south_spkr: speaker@0,1 {
+		compatible = "sdw20217020400";
+		reg = <0 1>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&spkr_2_sd_n_active>;
+		powerdown-gpios = <&lpass_tlmm 18 GPIO_ACTIVE_LOW>;
+		#sound-dai-cells = <0>;
+		sound-name-prefix = "SpkrRight";
+		vdd-1p8-supply = <&vreg_l15b_1p8>;
+		vdd-io-supply = <&vreg_l3g_1p2>;
+	};
+};
+
 &swr1 {
 	status = "okay";