Re: [PATCH] dt-bindings: i2c: samsung,s3c2410-i2c: convert to dtschema

From: Rob Herring
Date: Mon Feb 07 2022 - 14:24:48 EST


On Mon, 31 Jan 2022 18:27:13 +0100, Krzysztof Kozlowski wrote:
> Convert the Samsung S3C24xx/S3C64xx/S5PV210/Exynos SoC I2C Controller
> bindings to DT schema format.
>
> The conversion includes also changes/fixes to the bindings, matching the
> real hardware and existing Linux driver:
> 1. Do not require interrupts on samsung,exynos5-sata-phy-i2c, because
> there is no such.
> 2. Do not allow gpios on samsung,exynos5-sata-phy-i2c, because they are
> hard-wired just like for HDMI phy.
> 3. Do not require samsung,i2c-sda-delay and use default of 0.
> 4. Require clock, which was always required but missing in bindings.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/i2c/i2c-s3c2410.txt | 58 -------
> .../bindings/i2c/samsung,s3c2410-i2c.yaml | 164 ++++++++++++++++++
> 2 files changed, 164 insertions(+), 58 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
>

Applied, thanks!