Re: [PATCH 1/6] dt-bindings: i2c: exynos5: Convert to dtschema
From: Krzysztof Kozlowski <hidden>
Date: 2021-12-02 08:22:53
Also in:
linux-arm-kernel, linux-i2c, linux-samsung-soc, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2021-12-02 08:22:53
Also in:
linux-arm-kernel, linux-i2c, linux-samsung-soc, lkml
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@linaro.org> --- .../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 <redacted> Best regards, Krzysztof