From 6920e12926d405fddbb7f52d5703aad40079040b Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 4 May 2022 08:21:16 +0200 Subject: [PATCH] dt-bindings: can: ctucanfd: include common CAN controller bindings Since commit | e75ab85a4be1 ("dt-bindings: can: add can-controller.yaml") there is a common CAN controller binding. Add this to the ctucanfd binding. Cc: Ondrej Ille Acked-by: Pavel Pisa Acked-by: Rob Herring Signed-off-by: Marc Kleine-Budde --- 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 fb34d971dcb39..4635cb96fc64c 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 - Martin Jerabek +allOf: + - $ref: can-controller.yaml# + properties: compatible: oneOf: -- 2.39.5