[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241128-tcancclk-v2-1-fbf07f1f1626@geanix.com>
Date: Thu, 28 Nov 2024 08:09:36 +0100
From: Sean Nyekjaer <sean@...nix.com>
To: Marc Kleine-Budde <mkl@...gutronix.de>,
Vincent Mailhol <mailhol.vincent@...adoo.fr>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-can@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Sean Nyekjaer <sean@...nix.com>
Subject: [PATCH can-next v2] dt-bindings: can: tcan4x5x: add missing
required clock-names
tcan4x5x requires an external clock called cclk, add it here.
Signed-off-by: Sean Nyekjaer <sean@...nix.com>
---
Changes in v2:
- added clock-names as a required property
- Link to v1: https://lore.kernel.org/r/20241127-tcancclk-v1-1-5493d3f03db1@geanix.com
---
Documentation/devicetree/bindings/net/can/ti,tcan4x5x.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/can/ti,tcan4x5x.yaml b/Documentation/devicetree/bindings/net/can/ti,tcan4x5x.yaml
index ff18cf7393550d1b7107b1233d8302203026579d..384e15da27136c0bad39c4d9f6cc0456fb0d5b19 100644
--- a/Documentation/devicetree/bindings/net/can/ti,tcan4x5x.yaml
+++ b/Documentation/devicetree/bindings/net/can/ti,tcan4x5x.yaml
@@ -29,6 +29,10 @@ properties:
clocks:
maxItems: 1
+ clock-names:
+ items:
+ - const: cclk
+
reset-gpios:
description: Hardwired output GPIO. If not defined then software reset.
maxItems: 1
@@ -138,6 +142,7 @@ required:
- reg
- interrupts
- clocks
+ - clock-names
- bosch,mram-cfg
unevaluatedProperties: false
@@ -155,6 +160,7 @@ examples:
compatible = "ti,tcan4x5x";
reg = <0>;
clocks = <&can0_osc>;
+ clock-names = "cclk";
pinctrl-names = "default";
pinctrl-0 = <&can0_pins>;
spi-max-frequency = <10000000>;
@@ -180,6 +186,7 @@ examples:
compatible = "ti,tcan4552", "ti,tcan4x5x";
reg = <0>;
clocks = <&can0_osc>;
+ clock-names = "cclk";
pinctrl-names = "default";
pinctrl-0 = <&can0_pins>;
spi-max-frequency = <10000000>;
---
base-commit: e0b741bc53c94f9ae25d4140202557a0aa51b5a0
change-id: 20241127-tcancclk-c149c0b3b050
Best regards,
--
Sean Nyekjaer <sean@...nix.com>
Powered by blists - more mailing lists