On Fri, 16 Oct 2020 09:33:14 +0200, Oleksij Rempel wrote:
> For now we have only node name as common rule for all CAN controllers
>
> Signed-off-by: Oleksij Rempel <[email protected]>
> ---
> .../bindings/net/can/can-controller.yaml | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/net/can/can-controller.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
./Documentation/devicetree/bindings/net/can/can-controller.yaml: $id: relative
path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/net/can/can-controller.yaml#
See https://patchwork.ozlabs.org/patch/1383115
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.