Re: [PATCH V3 2/3] dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml

From: Rob Herring
Date: Thu Oct 13 2022 - 15:50:11 EST


On Mon, 10 Oct 2022 13:33:37 +0800, Chunyan Zhang wrote:
> From: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>
>
> Convert the Unisoc EIC controller binding to DT schema format.
> Update the maxItems of 'reg' property, since the current gpio-eic-sprd
> driver supports 3 reg items. Also removed a few similar examples.
>
> Signed-off-by: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>
> ---
> .../bindings/gpio/gpio-eic-sprd.txt | 97 -----------------
> .../bindings/gpio/sprd,gpio-eic.yaml | 103 ++++++++++++++++++
> 2 files changed, 103 insertions(+), 97 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
> create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>