2021-10-06 12:32:37

by Balakrishna Godavarthi

[permalink] [raw]
Subject: [PATCH v1 2/2] arm64: dts: qcom: sc7280: update bluetooth node in SC7280 IDP2 board

This patch updates bluetooth node in SC7280 IDP2 board.

Signed-off-by: Balakrishna Godavarthi <[email protected]>
---
arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
index 1fc2add..5c8d54b 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
@@ -15,9 +15,15 @@

aliases {
serial0 = &uart5;
+ bluetooth0 = &bluetooth;
+ hsuart0 = &uart7;
};

chosen {
stdout-path = "serial0:115200n8";
};
};
+
+&bluetooth: wcn6750-bt {
+ vddio-supply = <&vreg_l18b_1p8>;
+};
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2021-10-06 16:50:31

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] arm64: dts: qcom: sc7280: update bluetooth node in SC7280 IDP2 board

On 06/10/2021 15:30, Balakrishna Godavarthi wrote:
> This patch updates bluetooth node in SC7280 IDP2 board.
>
> Signed-off-by: Balakrishna Godavarthi <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> index 1fc2add..5c8d54b 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
> @@ -15,9 +15,15 @@
>
> aliases {
> serial0 = &uart5;
> + bluetooth0 = &bluetooth;
> + hsuart0 = &uart7;

hsuartX does not follow existing aliases definition, so it was frowned
upon by Rob Herring in the past.

> };
>
> chosen {
> stdout-path = "serial0:115200n8";
> };
> };
> +
> +&bluetooth: wcn6750-bt {
> + vddio-supply = <&vreg_l18b_1p8>;
> +};
>


--
With best wishes
Dmitry

2021-10-12 10:03:52

by Balakrishna Godavarthi

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] arm64: dts: qcom: sc7280: update bluetooth node in SC7280 IDP2 board

Hi Dmitry,

On 2021-10-06 22:18, Dmitry Baryshkov wrote:
> On 06/10/2021 15:30, Balakrishna Godavarthi wrote:
>> This patch updates bluetooth node in SC7280 IDP2 board.
>>
>> Signed-off-by: Balakrishna Godavarthi <[email protected]>
>> ---
>> arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
>> b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
>> index 1fc2add..5c8d54b 100644
>> --- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
>> +++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
>> @@ -15,9 +15,15 @@
>> aliases {
>> serial0 = &uart5;
>> + bluetooth0 = &bluetooth;
>> + hsuart0 = &uart7;
>
> hsuartX does not follow existing aliases definition, so it was frowned
> upon by Rob Herring in the past.
>
[Bala]: Thanks for pointing out will do in similar way.

>> };
>> chosen {
>> stdout-path = "serial0:115200n8";
>> };
>> };
>> +
>> +&bluetooth: wcn6750-bt {
>> + vddio-supply = <&vreg_l18b_1p8>;
>> +};
>>