On Tue, Apr 26, 2022 at 12:36:07PM +0300, Dmitry Baryshkov wrote: > The global clock controller on apq8084 has nothing to do with the schema > for apq8064. It uses the schema defined in qcom,gcc-other.yaml. Move > respective declarations back. > > Instead add what was really meant to be present in qcom,gcc-apq8064 > schema: the compatibility string for qcom,apq8064 device. > > Fixes: a469bf89a009 ("dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation") > Reported-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml | 4 +--- > Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 3 +++ > 2 files changed, 4 insertions(+), 3 deletions(-) Thanks for sorting this out! Reviewed-by: Rob Herring <robh@xxxxxxxxxx>