On Thu, 14 May 2020 22:51:58 -0400, Jeff Chase wrote: > The ch7322 is a Chrontel CEC controller. > > Signed-off-by: Jeff Chase <jnchase@xxxxxxxxxx> > --- > .../bindings/media/i2c/chrontel,ch7322.yaml | 65 +++++++++++++++++++ > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > MAINTAINERS | 7 ++ > 3 files changed, 74 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# See https://patchwork.ozlabs.org/patch/1290799 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.