devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: i2c: xiic: Fix `clock-names` property name
@ 2023-03-18 13:42 Lars-Peter Clausen
  2023-03-18 13:42 ` [PATCH 2/2] dt-bindings: i2c: cadence: " Lars-Peter Clausen
  2023-03-19 12:03 ` [PATCH 1/2] dt-bindings: i2c: xiic: " Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Lars-Peter Clausen @ 2023-03-18 13:42 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Michal Simek, devicetree, Lars-Peter Clausen

The Xilinx I2C controller device tree bindings documentation documents a
`clock-name` property. There is no such property, the correct property name
is `clock-names` with a `s`. The `s` was accidentally dropped during
conversion from txt to yaml.

Fixes: f86ca4147976 ("dt-bindings: i2c: xiic: Migrate i2c-xiic documentation to YAML")
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
index 1b598638d457..cc40a61a1c8e 100644
--- a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
+++ b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
@@ -27,7 +27,7 @@ properties:
   clocks:
     minItems: 1
 
-  clock-name:
+  clock-names:
     const: pclk
     description: |
       Input clock name.
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-20  7:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 13:42 [PATCH 1/2] dt-bindings: i2c: xiic: Fix `clock-names` property name Lars-Peter Clausen
2023-03-18 13:42 ` [PATCH 2/2] dt-bindings: i2c: cadence: " Lars-Peter Clausen
2023-03-19 12:03   ` Krzysztof Kozlowski
2023-03-20  7:36     ` Michal Simek
2023-03-19 12:03 ` [PATCH 1/2] dt-bindings: i2c: xiic: " Krzysztof Kozlowski
2023-03-20  7:36   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).