Since commit | 1f9234401ce0 ("dt-bindings: can: add can-controller.yaml") there is a common CAN controller binding. Add this to the ctucanfd binding. Cc: Pavel Pisa <pisa@xxxxxxxxxxxxxxxx> Cc: Ondrej Ille <ondrej.ille@xxxxxxxxx> Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml index fb34d971dcb3..4635cb96fc64 100644 --- a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml +++ b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml @@ -25,6 +25,9 @@ maintainers: - Ondrej Ille <ondrej.ille@xxxxxxxxx> - Martin Jerabek <martin.jerabek01@xxxxxxxxx> +allOf: + - $ref: can-controller.yaml# + properties: compatible: oneOf: -- 2.35.1