[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220128133142.2135718-1-dinguyen@kernel.org>
Date: Fri, 28 Jan 2022 07:31:42 -0600
From: Dinh Nguyen <dinguyen@...nel.org>
To: robh+dt@...nel.org
Cc: dinguyen@...nel.org, mkl@...gutronix.de, wg@...ndegger.com,
linux-can@...r.kernel.org, netdev@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [PATCH] dt-bindings: net: can: fix dtbs warning
Mute the warning from "make dtbs_check":
Documentation/devicetree/bindings/net/can/bosch,m_can.example.dt.yaml:
can@...8000: bosch,mram-cfg: [[0, 0, 0, 32, 0, 0, 0, 1]] is too short
Signed-off-by: Dinh Nguyen <dinguyen@...nel.org>
---
Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
index 401ab7cdb379..035964a8609c 100644
--- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
+++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
@@ -101,6 +101,7 @@ properties:
- description: Tx Buffers 0-32 elements / 0-576 words
minimum: 0
maximum: 32
+ minItems: 1
power-domains:
description:
--
2.25.1
Powered by blists - more mailing lists