linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990
@ 2020-02-11 12:16 Balakrishna Godavarthi
  2020-02-11 17:33 ` Matthias Kaehlcke
  0 siblings, 1 reply; 3+ messages in thread
From: Balakrishna Godavarthi @ 2020-02-11 12:16 UTC (permalink / raw)
  To: linux-arm-msm, devicetree, linux-kernel
  Cc: mka, agross, bjorn.andersson, hemantg, robh+dt, mark.rutland,
	gubbaven, Balakrishna Godavarthi

Add node for bluetooth soc wcn3990.

Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180-idp.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
index 388f50ad4fde..19f82ddc1f09 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
@@ -19,6 +19,7 @@
 	aliases {
 		hsuart0 = &uart3;
 		serial0 = &uart8;
+		bluetooth0 = &bluetooth;
 	};
 
 	chosen {
@@ -256,6 +257,16 @@
 
 &uart3 {
 	status = "okay";
+	bluetooth: wcn3990-bt {
+		compatible = "qcom,wcn3990-bt";
+		vddio-supply = <&vreg_l10a_1p8>;
+		vddxo-supply = <&vreg_l1c_1p8>;
+		vddrf-supply = <&vreg_l2c_1p3>;
+		vddch0-supply = <&vreg_l10c_3p3>;
+		max-speed = <3200000>;
+		clocks = <&rpmhcc RPMH_RF_CLK2>;
+		status = "okay";
+	};
 };
 
 &uart8 {
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990
  2020-02-11 12:16 [PATCH v1] arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990 Balakrishna Godavarthi
@ 2020-02-11 17:33 ` Matthias Kaehlcke
  2020-02-12  6:23   ` bgodavar
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Kaehlcke @ 2020-02-11 17:33 UTC (permalink / raw)
  To: Balakrishna Godavarthi
  Cc: linux-arm-msm, devicetree, linux-kernel, agross, bjorn.andersson,
	hemantg, robh+dt, mark.rutland, gubbaven

On Tue, Feb 11, 2020 at 05:46:12PM +0530, Balakrishna Godavarthi wrote:

> subject: arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990

Preferably say in the subjct that the node is added for the IDP board.

> Add node for bluetooth soc wcn3990.
> 
> Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7180-idp.dts | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> index 388f50ad4fde..19f82ddc1f09 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> @@ -19,6 +19,7 @@
>  	aliases {
>  		hsuart0 = &uart3;
>  		serial0 = &uart8;
> +		bluetooth0 = &bluetooth;
>  	};
>  
>  	chosen {
> @@ -256,6 +257,16 @@
>  
>  &uart3 {
>  	status = "okay";

nit: add a blank line

> +	bluetooth: wcn3990-bt {
> +		compatible = "qcom,wcn3990-bt";
> +		vddio-supply = <&vreg_l10a_1p8>;
> +		vddxo-supply = <&vreg_l1c_1p8>;
> +		vddrf-supply = <&vreg_l2c_1p3>;
> +		vddch0-supply = <&vreg_l10c_3p3>;
> +		max-speed = <3200000>;
> +		clocks = <&rpmhcc RPMH_RF_CLK2>;
> +		status = "okay";

status is not needed here AFAIK.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990
  2020-02-11 17:33 ` Matthias Kaehlcke
@ 2020-02-12  6:23   ` bgodavar
  0 siblings, 0 replies; 3+ messages in thread
From: bgodavar @ 2020-02-12  6:23 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: linux-arm-msm, devicetree, linux-kernel, agross, bjorn.andersson,
	hemantg, robh+dt, mark.rutland, gubbaven

Hi Matthias,


On 2020-02-11 23:03, Matthias Kaehlcke wrote:
> On Tue, Feb 11, 2020 at 05:46:12PM +0530, Balakrishna Godavarthi wrote:
> 
>> subject: arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990
> 
> Preferably say in the subjct that the node is added for the IDP board.
> 
[Bala]: will update

>> Add node for bluetooth soc wcn3990.
>> 
>> Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
>> ---
>>  arch/arm64/boot/dts/qcom/sc7180-idp.dts | 11 +++++++++++
>>  1 file changed, 11 insertions(+)
>> 
>> diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts 
>> b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
>> index 388f50ad4fde..19f82ddc1f09 100644
>> --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
>> +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
>> @@ -19,6 +19,7 @@
>>  	aliases {
>>  		hsuart0 = &uart3;
>>  		serial0 = &uart8;
>> +		bluetooth0 = &bluetooth;
>>  	};
>> 
>>  	chosen {
>> @@ -256,6 +257,16 @@
>> 
>>  &uart3 {
>>  	status = "okay";
> 
> nit: add a blank line
> 

[Bala]: will update

>> +	bluetooth: wcn3990-bt {
>> +		compatible = "qcom,wcn3990-bt";
>> +		vddio-supply = <&vreg_l10a_1p8>;
>> +		vddxo-supply = <&vreg_l1c_1p8>;
>> +		vddrf-supply = <&vreg_l2c_1p3>;
>> +		vddch0-supply = <&vreg_l10c_3p3>;
>> +		max-speed = <3200000>;
>> +		clocks = <&rpmhcc RPMH_RF_CLK2>;
>> +		status = "okay";
> 
> status is not needed here AFAIK.
[Bala]: true, will update

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-12  6:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 12:16 [PATCH v1] arm64: dts: qcom: sc7180: Add node for bluetooth soc wcn3990 Balakrishna Godavarthi
2020-02-11 17:33 ` Matthias Kaehlcke
2020-02-12  6:23   ` bgodavar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).