linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
@ 2020-09-10 10:49 Venkata Lakshmi Narayana Gubba
  2020-09-11  7:11 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Venkata Lakshmi Narayana Gubba @ 2020-09-10 10:49 UTC (permalink / raw)
  To: marcel, johan.hedberg
  Cc: mka, linux-kernel, linux-bluetooth, hemantg, linux-arm-msm,
	bgodavar, rjliao, hbandi, abhishekpandit,
	Venkata Lakshmi Narayana Gubba

Removed voting for RPMH_RF_CLK2 which is not required as it is
getting managed by BT SoC through SW_CTRL line.

Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180-idp.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
index 4e9149d..b295d01 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
@@ -348,7 +348,6 @@
 		vddrf-supply = <&vreg_l2c_1p3>;
 		vddch0-supply = <&vreg_l10c_3p3>;
 		max-speed = <3200000>;
-		clocks = <&rpmhcc RPMH_RF_CLK2>;
 	};
 };
 
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
  2020-09-10 10:49 [RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board Venkata Lakshmi Narayana Gubba
@ 2020-09-11  7:11 ` Marcel Holtmann
  2020-09-13 23:51   ` Bjorn Andersson
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2020-09-11  7:11 UTC (permalink / raw)
  To: Venkata Lakshmi Narayana Gubba
  Cc: Johan Hedberg, mka, linux-kernel, linux-bluetooth, hemantg,
	linux-arm-msm, bgodavar, rjliao, hbandi, abhishekpandit

Hi,

> Removed voting for RPMH_RF_CLK2 which is not required as it is
> getting managed by BT SoC through SW_CTRL line.
> 
> Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
> ---
> arch/arm64/boot/dts/qcom/sc7180-idp.dts | 1 -
> 1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> index 4e9149d..b295d01 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> @@ -348,7 +348,6 @@
> 		vddrf-supply = <&vreg_l2c_1p3>;
> 		vddch0-supply = <&vreg_l10c_3p3>;
> 		max-speed = <3200000>;
> -		clocks = <&rpmhcc RPMH_RF_CLK2>;
> 	};
> };

is anybody picking up this patch or should I take it through the bluetooth-next tree?

Regards

Marcel


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

* Re: [RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
  2020-09-11  7:11 ` Marcel Holtmann
@ 2020-09-13 23:51   ` Bjorn Andersson
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2020-09-13 23:51 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Venkata Lakshmi Narayana Gubba, Johan Hedberg, mka, linux-kernel,
	linux-bluetooth, hemantg, linux-arm-msm, bgodavar, rjliao,
	hbandi, abhishekpandit

On Fri 11 Sep 07:11 UTC 2020, Marcel Holtmann wrote:

> Hi,
> 

Hi Marcel,

> > Removed voting for RPMH_RF_CLK2 which is not required as it is
> > getting managed by BT SoC through SW_CTRL line.
> > 
> > Signed-off-by: Venkata Lakshmi Narayana Gubba <gubbaven@codeaurora.org>
> > ---
> > arch/arm64/boot/dts/qcom/sc7180-idp.dts | 1 -
> > 1 file changed, 1 deletion(-)
> > 
> > diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> > index 4e9149d..b295d01 100644
> > --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> > +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
> > @@ -348,7 +348,6 @@
> > 		vddrf-supply = <&vreg_l2c_1p3>;
> > 		vddch0-supply = <&vreg_l10c_3p3>;
> > 		max-speed = <3200000>;
> > -		clocks = <&rpmhcc RPMH_RF_CLK2>;
> > 	};
> > };
> 
> is anybody picking up this patch or should I take it through the bluetooth-next tree?
> 

I've now picked it through the qcom tree.

Thanks,
Bjorn

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

end of thread, other threads:[~2020-09-13 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 10:49 [RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board Venkata Lakshmi Narayana Gubba
2020-09-11  7:11 ` Marcel Holtmann
2020-09-13 23:51   ` Bjorn Andersson

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).