On Wed, 01 Sep 2021 11:18:38 +0200, Maxime Ripard wrote:
Bitbanged 1-Wire buses are supported by Linux thanks to their device
tree binding.
Now that we have the DT validation in place, let's convert the device
tree bindings for that driver over to a YAML schema.
Cc: Daniel Mack <zonque@gmail.com>
Cc: Evgeniy Polyakov <redacted>
Signed-off-by: Maxime Ripard <redacted>
---
Changes from v1:
- Changed additionalproperties to make sure all the other items in the
schema are nodes
---
.../devicetree/bindings/w1/w1-gpio.txt | 27 ------------
.../devicetree/bindings/w1/w1-gpio.yaml | 44 +++++++++++++++++++
2 files changed, 44 insertions(+), 27 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.txt
create mode 100644 Documentation/devicetree/bindings/w1/w1-gpio.yaml
Applied, thanks!