From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 11 Oct 2019 19:05:08 +0530 From: Govind Singh Subject: Re: [PATCH_v3 1/2] dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings In-Reply-To: <20190906203131.936A22070C@mail.kernel.org> References: <20190823131401.4011-1-govinds@codeaurora.org> <20190823131401.4011-2-govinds@codeaurora.org> <20190906203131.936A22070C@mail.kernel.org> Message-ID: <0bf4caf58a0663fea75f12838249c572@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org To: Stephen Boyd Cc: Rob Herring , Bjorn Andersson , linux-arm-msm , linux-clk , devicetree@vger.kernel.org, "open list:ARM/QUALCOMM SUPPORT" , "open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM" List-ID: On 2019-09-07 02:01, Stephen Boyd wrote: > Quoting Rob Herring (2019-08-27 05:27:19) >> On Fri, Aug 23, 2019 at 8:14 AM Govind Singh >> wrote: >> > >> > Add devicetree binding for the Q6SSTOP clock controller found in QCS404. >> > >> > Signed-off-by: Govind Singh >> > --- >> > .../bindings/clock/qcom,q6sstopcc.yaml | 47 +++++++++++++++++++ >> > 1 file changed, 47 insertions(+) >> > create mode 100644 Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml >> > >> > diff --git a/Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml b/Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml >> > new file mode 100644 >> > index 000000000000..39621e2e2f4e >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml >> > @@ -0,0 +1,47 @@ >> > +# SPDX-License-Identifier: BSD-2-Clause >> >> Dual license please. >> > > Yes, please fix the binding. fixed in v4. Thanks, Govind