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@xxxxxxxxxx> --- 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