Re: [PATCH v2] dt-bindings: i2c: stm32: Migrate i2c-stm32 documentation to yaml

From: Rob Herring
Date: Thu Nov 21 2019 - 14:39:33 EST


On Thu, 21 Nov 2019 14:27:46 +0100, Alain Volmat wrote:
> The document was migrated to Yaml format and renamed st,stm32-i2c.yaml
>
> Signed-off-by: Alain Volmat <alain.volmat@xxxxxx>
> ---
> v2: remove i2c-scl.*time description, ref (moved into i2c-controller.yaml
> push the st,syscfg-fmt into the if compatible st,stm32f7 part
> fix the st,syscfg-fmt ref syntax and set minItems/maxItems to 3
> make the clock-frequency part common and only keep enum in the st,stm32f4 case
> remove unnecesary minItems/maxItems
> remove address-cells/size-cells from required fields
> ---
> .../devicetree/bindings/i2c/i2c-stm32.txt | 65 ----------
> .../devicetree/bindings/i2c/st,stm32-i2c.yaml | 141 +++++++++++++++++++++
> 2 files changed, 141 insertions(+), 65 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-stm32.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
>

Applied, thanks.

Rob