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>