On Tue, 18 May 2021 09:51:31 +0200, Geert Uytterhoeven wrote:
Convert the Solomon SSD1307 Framebuffer Device Tree binding
documentation to json-schema.
Fix the spelling of the "pwms" property.
Document default values.
Make properties with default values not required.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
I have listed Maxime as the maintainer, as he wrote the original driver
and bindings. Maxime: Please scream if this is inappropriate ;-)
---
.../bindings/display/solomon,ssd1307fb.yaml | 166 ++++++++++++++++++
.../devicetree/bindings/display/ssd1307fb.txt | 60 -------
2 files changed, 166 insertions(+), 60 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
delete mode 100644 Documentation/devicetree/bindings/display/ssd1307fb.txt
Reviewed-by: Rob Herring <robh@kernel.org>