Quoting Sai Prakash Ranjan (2019-10-18 06:57:09) > Add LLCC compatible for SC7180 SoC. > > Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Can you convert this binding to YAML? Would be useful to make sure it's used properly. > > diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt > index eaee06b2d8f2..f263aa539d47 100644 > --- a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt > +++ b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt > @@ -11,7 +11,9 @@ Properties: > - compatible: > Usage: required > Value type: <string> > - Definition: must be "qcom,sdm845-llcc" > + Definition: must be one of: > + "qcom,sc7180-llcc", > + "qcom,sdm845-llcc" >