diff mbox series

[34/41] arm64: dts: qcom: sdm630-nile: Configure WCN3990 Bluetooth

Message ID 20210226200414.167762-35-konrad.dybcio@somainline.org
State New
Headers show
Series SDM630/636/660/Nile&Ganges DT feature enablement | expand

Commit Message

Konrad Dybcio Feb. 26, 2021, 8:04 p.m. UTC
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>

Add a node for WCN3990 HCIUART Bluetooth.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 .../boot/dts/qcom/sdm630-sony-xperia-nile.dtsi      | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

Konrad Dybcio Feb. 27, 2021, 10:40 a.m. UTC | #1
> From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>

From: Martin Botka <martin.botka@somainline.org>


That got caught in rebasing madness.. Should any additional mistakes appear, I'll send a V2.


Konrad
Martin Botka Feb. 27, 2021, 11:02 a.m. UTC | #2
Signed-off-by: Martin Botka <martin.botka@somainline.org>


Sorry for the second Sob. Previous one was HTML. Sorry

On Sat, Feb 27, 2021 at 11:40, Konrad Dybcio 
<konrad.dybcio@somainline.org> wrote:
> 

>>  From: AngeloGioacchino Del Regno 

>> <angelogioacchino.delregno@somainline.org>

> 

> From: Martin Botka <martin.botka@somainline.org>

> 

> 

> That got caught in rebasing madness.. Should any additional mistakes 

> appear, I'll send a V2.

> 

> 

> Konrad

>
Bjorn Andersson March 8, 2021, 11:07 p.m. UTC | #3
On Sat 27 Feb 04:40 CST 2021, Konrad Dybcio wrote:

> 
> > From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> 
> From: Martin Botka <martin.botka@somainline.org>
> 
> 
> That got caught in rebasing madness.. Should any additional mistakes appear, I'll send a V2.
> 

Patches looks good, but I'm a little bit confused about author and s-o-b
of the once you replied to.

Please respin the whole thing with the proper authors/s-o-b, and I'll be
happy to apply it.

(And please remember to pick up Rob's ack)

Regards,
Bjorn
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
index 1a8e179cba73..0da6dddd5768 100644
--- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
@@ -188,7 +188,18 @@  &blsp1_uart2 {
 &blsp2_uart1 {
 	status = "okay";
 
-	/* HCI Bluetooth */
+	bluetooth: wcn3990-bt {
+		compatible = "qcom,wcn3998-bt";
+
+		vddio-supply = <&vreg_l13a_1p8>;
+		vddxo-suppky = <&vreg_l9a_1p8>;
+		vddrf-supply = <&vreg_l6a_1p3>;
+		vddch0-supply = <&vreg_l19a_3p3>;
+
+		max-speed = <3200000>;
+
+		clocks = <&rpmcc RPM_SMD_RF_CLK1_PIN>;
+	};
 };
 
 &pon {