Re: [PATCH 1/7] dt-bindings: gpio: dwapb: Add ngpios property support
From: Rob Herring <robh@kernel.org>
Date: 2020-07-23 21:27:40
Also in:
linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-23 21:27:40
Also in:
linux-gpio, lkml
On Thu, 23 Jul 2020 04:38:52 +0300, Serge Semin wrote:
It's redundant to have a vendor-specific property describing a number of GPIOS while there is a generic one. Let's mark the former one as deprecated and define the "ngpios" property supported with constraints of being within [1; 32] range. Signed-off-by: Serge Semin <redacted> --- .../devicetree/bindings/gpio/snps,dw-apb-gpio.yaml | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>