On Mon, 2022-01-10 at 10:48 -0600, Rob Herring wrote: > On Mon, 10 Jan 2022 13:37:43 +0800, Leilk Liu wrote: > > Convert Mediatek ARM SOC's SPI Master & Slave controller binding > > to json-schema format. > > > > Signed-off-by: Leilk Liu <leilk.liu@xxxxxxxxxxxx> > > --- > > .../bindings/spi/mediatek,spi-mt65xx.yaml | 96 > > +++++++++++++++++++ > > .../spi/mediatek,spi-slave-mt27xx.yaml | 69 +++++++++++++ > > .../devicetree/bindings/spi/spi-mt65xx.txt | 68 ------------- > > .../bindings/spi/spi-slave-mt27xx.txt | 33 ------- > > 4 files changed, 165 insertions(+), 101 deletions(-) > > create mode 100644 > > Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml > > create mode 100644 > > Documentation/devicetree/bindings/spi/mediatek,spi-slave- > > mt27xx.yaml > > delete mode 100644 Documentation/devicetree/bindings/spi/spi- > > mt65xx.txt > > delete mode 100644 Documentation/devicetree/bindings/spi/spi- > > slave-mt27xx.txt > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m > dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > /builds/robherring/linux-dt- > review/Documentation/devicetree/bindings/spi/mediatek,spi-slave- > mt27xx.yaml: properties:compatible:oneOf: [{'const': > 'mediatek,mt2712-spi-slave'}, {'const': 'mediatek,mt8195-spi-slave'}] > should not be valid under {'items': {'propertyNames': {'const': > 'const'}, 'required': ['const']}} > hint: Use 'enum' rather than 'oneOf' + 'const' entries > from schema $id: > http://devicetree.org/meta-schemas/keywords.yaml# > /builds/robherring/linux-dt- > review/Documentation/devicetree/bindings/spi/mediatek,spi-slave- > mt27xx.yaml: ignoring, error in schema: properties: compatible: oneOf > Documentation/devicetree/bindings/spi/mediatek,spi-slave- > mt27xx.example.dt.yaml:0:0: /example-0/spi@10013000: failed to match > any schema with compatible: ['mediatek,mt2712-spi-slave'] > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1577767 > > This check can fail if there are any dependencies. The base for a > patch > series is generally the most recent rc1. > > If you already ran 'make dt_binding_check' and didn't see the above > error(s), then make sure 'yamllint' is installed and dt-schema is up > to > date: > > pip3 install dtschema --upgrade > > Please check and re-submit. OK, I'll re-send it, thanks >