On Fri, 26 Jun 2020 01:57:13 +0800, 周琰杰 (Zhou Yanjie) wrote: > Add the OST bindings for the X10000 SoC from Ingenic. > > Tested-by: 周正 (Zhou Zheng) <sernia.zhou@xxxxxxxxxxx> > Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@xxxxxxxxxxxxxx> > --- > > Notes: > v1->v2: > No change. > > .../devicetree/bindings/timer/ingenic,ost.yaml | 62 ++++++++++++++++++++++ > include/dt-bindings/clock/ingenic,ost.h | 12 +++++ > 2 files changed, 74 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/ingenic,ost.yaml > create mode 100644 include/dt-bindings/clock/ingenic,ost.h > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/timer/ingenic,ost.example.dt.yaml: timer@12000000: clocks: [[4294967295, 34]] is too short See https://patchwork.ozlabs.org/patch/1317097 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.