On Tue, Feb 7, 2023 at 3:33 AM Jerome Brunet jbrunet@baylibre.com wrote:
On Mon 06 Feb 2023 at 13:59, Rob Herring robh@kernel.org wrote:
On Mon, 06 Feb 2023 16:34:44 +0100, Jerome Brunet wrote:
Convert the DT binding documentation for the Amlogic tdm formatters to schema.
Signed-off-by: Jerome Brunet jbrunet@baylibre.com
.../sound/amlogic,axg-tdm-formatters.txt | 36 -------- .../sound/amlogic,axg-tdm-formatters.yaml | 88 +++++++++++++++++++ 2 files changed, 88 insertions(+), 36 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/amlogic,axg-tdm-formatters.txt create mode 100644 Documentation/devicetree/bindings/sound/amlogic,axg-tdm-formatters.yaml
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: ./Documentation/devicetree/bindings/sound/amlogic,axg-tdm-formatters.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/sound/component-common.yaml
This is a false error because the bot does not have the patch applied by Mark from v1 here [0]
State that in this patch and the bot's advanced AI capabilities will not send the report.
Rob