On Thu, 24 Jun 2021 at 23:18, Rob Herring <robh@xxxxxxxxxx> wrote: > > On Wed, Jun 16, 2021 at 04:11:01PM +0200, Robert Foss wrote: > > Add device tree bindings for display clock controller for > > Qualcomm Technology Inc's SM8350 SoC. > > > > Signed-off-by: Robert Foss <robert.foss@xxxxxxxxxx> > > --- > > .../bindings/clock/qcom,dispcc-sm8x50.yaml | 6 +- > > .../dt-bindings/clock/qcom,dispcc-sm8350.h | 77 +++++++++++++++++++ > > 2 files changed, 81 insertions(+), 2 deletions(-) > > create mode 100644 include/dt-bindings/clock/qcom,dispcc-sm8350.h > > > > diff --git a/Documentation/devicetree/bindings/clock/qcom,dispcc-sm8x50.yaml b/Documentation/devicetree/bindings/clock/qcom,dispcc-sm8x50.yaml > > index 0cdf53f41f84..c10eefd024f6 100644 > > --- a/Documentation/devicetree/bindings/clock/qcom,dispcc-sm8x50.yaml > > +++ b/Documentation/devicetree/bindings/clock/qcom,dispcc-sm8x50.yaml > > @@ -4,24 +4,26 @@ > > $id: http://devicetree.org/schemas/clock/qcom,dispcc-sm8x50.yaml# > > $schema: http://devicetree.org/meta-schemas/core.yaml# > > > > -title: Qualcomm Display Clock & Reset Controller Binding for SM8150/SM8250 > > +title: Qualcomm Display Clock & Reset Controller Binding for SM8150/SM8250/SM8350 > > > > maintainers: > > - Jonathan Marek <jonathan@xxxxxxxx> > > > > description: | > > Qualcomm display clock control module which supports the clocks, resets and > > - power domains on SM8150 and SM8250. > > + power domains on SM8150, SM8250 and SM8350. > > > > See also: > > dt-bindings/clock/qcom,dispcc-sm8150.h > > dt-bindings/clock/qcom,dispcc-sm8250.h > > + dt-bindings/clock/qcom,dispcc-sm8350.h > > > > properties: > > compatible: > > enum: > > - qcom,sm8150-dispcc > > - qcom,sm8250-dispcc > > + - qcom,sm8350-dispcc > > > > clocks: > > items: > > diff --git a/include/dt-bindings/clock/qcom,dispcc-sm8350.h b/include/dt-bindings/clock/qcom,dispcc-sm8350.h > > new file mode 100644 > > index 000000000000..361ef27de585 > > --- /dev/null > > +++ b/include/dt-bindings/clock/qcom,dispcc-sm8350.h > > @@ -0,0 +1,77 @@ > > +/* SPDX-License-Identifier: GPL-2.0 */ > > I'm tired of saying this for QCom bindings given it's been QCom I've > gotten complaints on DT licensing, but dual license please. Spread the > word. > > I'm sure if someone audited licenses of headers and dts files they'd > find a mess. Thanks for pointing this out. I'll keep an eye out and change it to (GPL-2.0-only OR BSD-2-Clause).