On Wed, May 24, 2023 at 07:04:54PM -0400, Rudraksha Gupta wrote: Thank you for your patches Rudraksha! Please use: git log --oneline -- arch/arm/boot/dts/qcom-smm8960.dtsi And look at how other patches to this file has prefixed their subject line. Then please follow this in your patches (it differs between patches...). > Allows msm8960 DTS files to reference the sleep_clk node. > Please make the purpose clear in your commit message. Specifically, which part of msm8960 dts needs to reference the sleep clock? Please also include a cover letter (git format-patch --cover-letter) when you send a series of patches. Regards, Bjorn > Signed-off-by: Rudraksha Gupta <guptarud@xxxxxxxxx> > --- > arch/arm/boot/dts/qcom-msm8960.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi > index 2a668cd535cc..a4d8dd2d24a6 100644 > --- a/arch/arm/boot/dts/qcom-msm8960.dtsi > +++ b/arch/arm/boot/dts/qcom-msm8960.dtsi > @@ -71,7 +71,7 @@ pxo_board: pxo_board { > clock-output-names = "pxo_board"; > }; > > - sleep_clk { > + sleep_clk: sleep_clk { > compatible = "fixed-clock"; > #clock-cells = <0>; > clock-frequency = <32768>; > -- > 2.34.1 >