2022-02-08 06:37:33

by Sai Teja Aluvala

[permalink] [raw]
Subject: [PATCH v1] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd board

Add Bluetooth SoC WCN6750 node for SC7280 crd board

Signed-off-by: Sai Teja Aluvala <[email protected]>

---
arch/arm64/boot/dts/qcom/sc7280-crd.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
index cd2755c..53ea3b4 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
@@ -23,6 +23,10 @@
};
};

+&bluetooth {
+ vddio-supply = <&vreg_l18b_1p8>;
+};
+
ap_tp_i2c: &i2c0 {
status = "okay";
clock-frequency = <400000>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc.



2022-02-08 13:16:13

by Sai Teja Aluvala

[permalink] [raw]
Subject: RE: [PATCH v1] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd board



-----Original Message-----
From: Matthias Kaehlcke <[email protected]>
Sent: Monday, February 7, 2022 10:43 PM
To: Sai Teja Aluvala (Temp) (QUIC) <[email protected]>
Cc: [email protected]; [email protected]; [email protected]; [email protected]; Hemant Gupta (QUIC) <[email protected]>; [email protected]; quic_bgodavar <[email protected]>; quic_rjliao <[email protected]>; quic_hbandi <[email protected]>; [email protected]; [email protected]
Subject: Re: [PATCH v1] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd board

On Mon, Feb 07, 2022 at 09:54:38AM +0530, Sai Teja Aluvala wrote:

> Subject: arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd
> board
>
> Add Bluetooth SoC WCN6750 node for SC7280 crd board

That doesn't describe accurately what this patch does. The CRD already has a Bluetooth node - from including sc7280-idp.dtsi - what this patch does is setting the vddio supply for Bluetooth on the CRD.
[Sai]: will update in next patch

2022-02-08 18:44:12

by Sai Teja Aluvala

[permalink] [raw]
Subject: RE: [PATCH v1] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd board

+ bjorn

-----Original Message-----
From: Sai Teja Aluvala <[email protected]>
Sent: Monday, February 7, 2022 9:55 AM
To: [email protected]; [email protected]
Cc: [email protected]; [email protected]; [email protected]; Hemant Gupta (QUIC) <[email protected]>; [email protected]; quic_bgodavar <[email protected]>; quic_rjliao <[email protected]>; quic_hbandi <[email protected]>; [email protected]; [email protected]; Sai Teja Aluvala (Temp) (QUIC) <[email protected]>
Subject: [PATCH v1] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 crd board

Add Bluetooth SoC WCN6750 node for SC7280 crd board

Signed-off-by: Sai Teja Aluvala <[email protected]>

---
arch/arm64/boot/dts/qcom/sc7280-crd.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
index cd2755c..53ea3b4 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-crd.dts
@@ -23,6 +23,10 @@
};
};

+&bluetooth {
+ vddio-supply = <&vreg_l18b_1p8>;
+};
+
ap_tp_i2c: &i2c0 {
status = "okay";
clock-frequency = <400000>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc.