Message ID | 1599734980-22580-1-git-send-email-gubbaven@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RESEND,v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board | expand |
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
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
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>; }; };
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(-)