On Fri, 15 Nov 2019 16:29:11 +0530, Sai Prakash Ranjan wrote: > DT schema checks for the node name 'cache-controller' and enforces > that there has to be a cache-level associated with it. But LLCC is > a system cache and does not have a cache-level property and hence > the dt binding check fails. So let us rename the LLCC cache-controller > to system-cache-controller which is the proper description and also > makes the schema happy. > > Suggested-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>