On Thu, Oct 17, 2024 at 01:57:59AM +0100, Alexey Klimov wrote: > From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > > SM6115 (and its derivatives or similar SoCs) has an LPASS clock > controller block which provides audio-related resets. > > Add bindings for it. That's a v2. > > Cc: Konrad Dybcio <konradybcio@xxxxxxxxxx> > Cc: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > [alexey.klimov] slightly changed the commit message > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx> My tag? > --- > .../bindings/clock/qcom,sm6115-lpasscc.yaml | 53 +++++++++++++++++++ > .../dt-bindings/clock/qcom,sm6115-lpasscc.h | 15 ++++++ > 2 files changed, 68 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-lpasscc.yaml > create mode 100644 include/dt-bindings/clock/qcom,sm6115-lpasscc.h > +examples: > + - | > + lpass_audiocc: clock-controller@a6a9000 { > + compatible = "qcom,sm6115-lpassaudiocc"; > + reg = <0x0a6a9000 0x1000>; > + #reset-cells = <1>; > + }; > + > + - | > + lpasscc: clock-controller@a7ec000 { > + compatible = "qcom,sm6115-lpasscc"; > + reg = <0x0a7ec000 0x1000>; > + #reset-cells = <1>; > + }; Not much improved. Don't send same code from whatever repo you got, but go via mailing list. Best regards, Krzysztof