Re: [PATCHv4 3/6] dt-bindings: misc: ge-achc: Convert to DT schema format
From: Rob Herring <robh@kernel.org>
Date: 2021-06-10 16:41:41
Also in:
linux-spi, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-10 16:41:41
Also in:
linux-spi, lkml
On Wed, 09 Jun 2021 17:12:32 +0200, Sebastian Reichel wrote:
Convert the binding to DT schema format. Also update the binding to fix shortcomings * Add "nxp,kinetis-k20" fallback compatible * add programming SPI interface and reset GPIO * add main clock * add voltage supplies * drop spi-max-frequency from required properties, driver will setup max. frequency Signed-off-by: Sebastian Reichel <redacted> --- .../devicetree/bindings/misc/ge-achc.txt | 26 -------- .../devicetree/bindings/misc/ge-achc.yaml | 65 +++++++++++++++++++ 2 files changed, 65 insertions(+), 26 deletions(-) delete mode 100644 Documentation/devicetree/bindings/misc/ge-achc.txt create mode 100644 Documentation/devicetree/bindings/misc/ge-achc.yaml
Reviewed-by: Rob Herring <robh@kernel.org>