Quoting Sibi Sankar (2021-03-08 21:51:49) > Add PDC Global reset controller bindings for SC7280 SoCs. > > Signed-off-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml | 4 ++++ > include/dt-bindings/reset/qcom,sdm845-pdc.h | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml b/Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml > index d7d8cec9419f..831ea8d5d83f 100644 > --- a/Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml > +++ b/Documentation/devicetree/bindings/reset/qcom,pdc-global.yaml > @@ -21,6 +21,10 @@ properties: > - const: "qcom,sc7180-pdc-global" > - const: "qcom,sdm845-pdc-global" > > + - description: on SC7280 SoCs the following compatibles must be specified > + items: > + - const: "qcom,sc7280-pdc-global" Somehow this one can drop sdm845-pdc-global but aoss-cc can't? > + > - description: on SDM845 SoCs the following compatibles must be specified > items: > - const: "qcom,sdm845-pdc-global"