On Mon, 18 Mar 2024 11:10:13 +0530, Dharma Balasubiramani wrote: > Convert the atmel,lcdc bindings to DT schema. > Changes during conversion: add missing clocks and clock-names properties. > > Signed-off-by: Dharma Balasubiramani <dharma.b@xxxxxxxxxxxxx> > --- > This patch converts the existing lcdc display text binding to JSON schema. > The binding is split into two namely > lcdc.yaml > - Holds the frame buffer properties > lcdc-display.yaml > - Holds the display panel properties which is a phandle to the display > property in lcdc fb node. > > These bindings are tested using the following command. > 'make DT_CHECKER_FLAGS=-m dt_binding_check' > --- > Changes in v4: > - Add maximum for atmel,guard-time property. > - Add constraints for bits-per-pixel property. > - Update the atmel,lcd-wiring-mode property's ref to point single string > rather than an array. > - Add constraints for atmel,lcd-wiring-mode property. > - Add maxItems to the atmel,power-control-gpio property. > - Link to v3: https://lore.kernel.org/r/20240304-lcdc-fb-v3-1-8b616fbb0199@xxxxxxxxxxxxx > > Changes in v3: > - Remove the generic property "bits-per-pixel" > - Link to v2: https://lore.kernel.org/r/20240304-lcdc-fb-v2-1-a14b463c157a@xxxxxxxxxxxxx > > Changes in v2: > - Run checkpatch and remove whitespace errors. > - Add the standard interrupt flags. > - Split the binding into two, namely lcdc.yaml and lcdc-display.yaml. > - Link to v1: https://lore.kernel.org/r/20240223-lcdc-fb-v1-1-4c64cb6277df@xxxxxxxxxxxxx > --- > .../bindings/display/atmel,lcdc-display.yaml | 103 +++++++++++++++++++++ > .../devicetree/bindings/display/atmel,lcdc.txt | 87 ----------------- > .../devicetree/bindings/display/atmel,lcdc.yaml | 70 ++++++++++++++ > 3 files changed, 173 insertions(+), 87 deletions(-) > Applied, thanks!