diff mbox series

[2/2] dt-bindings: i2c: cadence: Fix `clock-names` property name

Message ID 20230318134255.282359-2-lars@metafoo.de
State New
Headers show
Series None | expand

Commit Message

Lars-Peter Clausen March 18, 2023, 1:42 p.m. UTC
The Cadence 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: aea37006e183 ("dt-bindings: i2c: cadence: Migrate i2c-cadence documentation to YAML")
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
index 2e95cda7262a..4f06ef07cdad 100644
--- a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
+++ b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
@@ -33,7 +33,7 @@  properties:
     description: |
       Desired operating frequency, in Hz, of the bus.
 
-  clock-name:
+  clock-names:
     const: pclk
     description: |
       Input clock name.