[PATCH] dt-bindings: i2c: samsung,s3c2410-i2c: convert to dtschema
Rob Herring
robh at kernel.org
Mon Feb 7 11:18:46 PST 2022
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 at canonical.com>
> ---
> .../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!
More information about the linux-arm-kernel
mailing list