On 01/12/2021 20:04, Sam Protsenko wrote: > Convert Samsung Exynos High Speed I2C bindings doc to DT schema format. > > Changes during bindings conversion: > 1. Added missing required clock properties (driver fails when it's > unable to get the clock) > 2. Removed properties and descriptions that can be found in > schemas/i2c/i2c-controller.yaml [1] > 3. Fixed the example so it can be validated by dtschema > > [1] https://github.com/robherring/dt-schema/blob/master/schemas/i2c/i2c-controller.yaml > > Signed-off-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx> > --- > .../devicetree/bindings/i2c/i2c-exynos5.txt | 53 ------------ > .../devicetree/bindings/i2c/i2c-exynos5.yaml | 80 +++++++++++++++++++ > 2 files changed, 80 insertions(+), 53 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-exynos5.txt > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof