Re: [PATCH 2/2] dt-bindings: i2c: Convert UniPhier FI2C controller to json-schema

From: Rob Herring
Date: Wed Feb 26 2020 - 11:46:55 EST


On Fri, 21 Feb 2020 11:55:34 +0900, Masahiro Yamada wrote:
> Convert the UniPhier FIFO-builtin I2C (a.k.a. FIFO) controller binding
> to DT schema format.
>
> There are two types of I2C controllers used on the UniPhier platform.
> This is the new one with FIFO support, which is used on the Pro4 SoC
> or newer.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> .../bindings/i2c/i2c-uniphier-f.txt | 25 ----------
> .../bindings/i2c/socionext,uniphier-fi2c.yaml | 50 +++++++++++++++++++
> 2 files changed, 50 insertions(+), 25 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-uniphier-f.txt
> create mode 100644 Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
>

Applied, thanks.

Rob