Re: [PATCH] dt-bindings: i2c: convert davinci i2c to dt-schema
From: Rob Herring (Arm)
Date: Thu May 07 2026 - 15:33:51 EST
On Tue, 05 May 2026 15:56:26 +0530, Chaitanya Sabnis wrote:
> Convert the Texas Instruments DaVinci and Keystone I2C controller
> bindings from legacy text format to modern dt-schema (YAML).
>
> During the conversion, the `interrupts` property was made required
> to match the strict requirement in the driver probe function. The
> custom `ti,has-pfunc` and `power-domains` properties were also
> properly defined to match SoC-specific hardware features.
>
> Signed-off-by: Chaitanya Sabnis <chaitanya.msabnis@xxxxxxxxx>
> ---
> .../devicetree/bindings/i2c/i2c-davinci.txt | 43 -------------
> .../bindings/i2c/ti,davinci-i2c.yaml | 62 +++++++++++++++++++
> 2 files changed, 62 insertions(+), 43 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-davinci.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/ti,davinci-i2c.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>