Message ID | 20230318134255.282359-2-lars@metafoo.de |
---|---|
State | New |
Headers | show |
Series | None | expand |
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.
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(-)