Quoting Jonathan Marek (2020-09-03 20:09:50) > diff --git a/Documentation/devicetree/bindings/clock/qcom,sdm845-videocc.yaml b/Documentation/devicetree/bindings/clock/qcom,videocc.yaml > similarity index 76% > rename from Documentation/devicetree/bindings/clock/qcom,sdm845-videocc.yaml > rename to Documentation/devicetree/bindings/clock/qcom,videocc.yaml > index f7a0cf53d5f0..17666425476f 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,sdm845-videocc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,videocc.yaml > @@ -1,23 +1,27 @@ > # SPDX-License-Identifier: GPL-2.0-only > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/clock/qcom,sdm845-videocc.yaml# > +$id: http://devicetree.org/schemas/clock/qcom,videocc.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Qualcomm Video Clock & Reset Controller Binding for SDM845 > +title: Qualcomm Video Clock & Reset Controller Binding > > maintainers: > - Taniya Das <tdas@xxxxxxxxxxxxxx> > > description: | > Qualcomm video clock control module which supports the clocks, resets and > - power domains on SDM845. > + power domains on SDM845/SC7180. > > - See also dt-bindings/clock/qcom,videocc-sdm845.h. > + See also: > + dt-bindings/clock/qcom,videocc-sdm845.h > + dt-bindings/clock/qcom,videocc-sc7180.h Sort this alphabetically please. > > properties: > compatible: > - const: qcom,sdm845-videocc > + enum: > + - qcom,sdm845-videocc > + - qcom,sc7180-videocc Sort this alphabetically please. > > clocks: > items: > -- > 2.26.1 >