From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 927C9C47092 for ; Wed, 2 Jun 2021 06:58:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D85861359 for ; Wed, 2 Jun 2021 06:58:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230463AbhFBG76 (ORCPT ); Wed, 2 Jun 2021 02:59:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:44570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229955AbhFBG75 (ORCPT ); Wed, 2 Jun 2021 02:59:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0158F60FDA; Wed, 2 Jun 2021 06:58:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622617095; bh=txv+la2kohw7oxTrtxAG2QM64KnaR/i2kauGYQpaw6I=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=PjEYlKT9z5a2teYyRQcyEU+TJ/MxGxIh2s/0QOkdW8+BTte7jI+vN+IWFWYHt1G5u SceFiQgosn0ggw3EBEGnwtBux6I/SJvVEFsWCyNqO91bDkUEy7StaOhFesDu6jc1KK sQLRj8X3NT0uQdqCfatXbg1GfHhFp6ubODOQaDInUE01gZPFG7EUo51wx6fBHKHPrw nZ9uQSnynhYR6HrOuyo4ALWT0lvG0HxbOMLWlTGkaV6VmUCBIfaVC5pLrUQtY2cXY8 OpCpsB+uvkP7UXTnKgx5a/WK4rtxJbkLPhPBR+nC0sLwbH2OxnpGjnHRTK5iE4Q4A/ 0KEw2ohL5kK8A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <162261690404.4130789.10296098922791923637@swboyd.mtv.corp.google.com> References: <1619519590-3019-1-git-send-email-tdas@codeaurora.org> <1619519590-3019-2-git-send-email-tdas@codeaurora.org> <20210503191837.GA2220566@robh.at.kernel.org> <162261690404.4130789.10296098922791923637@swboyd.mtv.corp.google.com> Subject: Re: [PATCH v2 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding From: Stephen Boyd Cc: Michael Turquette =?utf-8?q?=C2=A0?= , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org To: Rob Herring , Taniya Das Date: Tue, 01 Jun 2021 23:58:13 -0700 Message-ID: <162261709373.4130789.1672298535915353982@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Stephen Boyd (2021-06-01 23:55:04) > Quoting Rob Herring (2021-05-03 12:18:37) > > On Tue, Apr 27, 2021 at 04:03:05PM +0530, Taniya Das wrote: > > > diff --git a/include/dt-bindings/clock/qcom,dispcc-sc7280.h b/include= /dt-bindings/clock/qcom,dispcc-sc7280.h > > > new file mode 100644 > > > index 0000000..2074b30 > > > --- /dev/null > > > +++ b/include/dt-bindings/clock/qcom,dispcc-sc7280.h > > > @@ -0,0 +1,55 @@ > > > +/* SPDX-License-Identifier: GPL-2.0-only */ > >=20 > > Dual license please. I'm tired of telling the company that complained t= o=20 > > me about having dual licensing for DT stuff not dual license their > > stuff. Please pass that on to your coworkers. > >=20 >=20 > Taniya, is this going to be resent? Also, can you update the gcc binding that was already merged?