Re: [PATCH V2] dt-bindings: gpio: Convert vf610 to json-schema
From: Linus Walleij <hidden>
Date: 2020-08-28 09:13:32
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2020-08-28 09:13:32
Also in:
linux-gpio, lkml
Hi Rob, On Tue, Aug 18, 2020 at 4:12 AM Rob Herring [off-list ref] wrote:
On Wed, 12 Aug 2020 15:52:21 +0800, Anson Huang wrote:quoted
Convert the vf610 gpio binding to DT schema format using json-schema. Signed-off-by: Anson Huang <redacted> --- changes since V1: - fix reg property to pass build; - add "additionalProperties: false". --- .../devicetree/bindings/gpio/gpio-vf610.txt | 63 ----------------- .../devicetree/bindings/gpio/gpio-vf610.yaml | 81 ++++++++++++++++++++++ 2 files changed, 81 insertions(+), 63 deletions(-) delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-vf610.txt create mode 100644 Documentation/devicetree/bindings/gpio/gpio-vf610.yamlApplied, thanks!
With the increasing number of nice GPIO yaml bindings I'm starting to think we should create a Documentation/devicetree/bindings/gpio/common.yaml and try to extract out commonalities, but your intuition is gonna be better than mine about this, do you think it's worth it? BR, Linus Walleij