16 Nov
2020
16 Nov
'20
5:59 p.m.
On Tue, 10 Nov 2020 10:47:54 +0200, Alexandru Ardelean wrote:
This change converts the old device-tree binding for ADAU1977 from text format to the new yaml format.
Signed-off-by: Alexandru Ardelean alexandru.ardelean@analog.com
Changelog v1 -> v2:
- updated libraries to catch newer schema errors/warnings
- fixed examples, added i2c & spi nodes
.../bindings/sound/adi,adau1977.txt | 61 ------------ .../bindings/sound/adi,adau1977.yaml | 92 +++++++++++++++++++ 2 files changed, 92 insertions(+), 61 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.txt create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.yaml
Reviewed-by: Rob Herring robh@kernel.org