This series converts the following existing bindings to dtschema: - armada-380-rtc - alphascale,asm9260 - digicolor-rtc (renamed to cnxt,cx92755-rtc to match compatible) - nxp,lpc1788-rtc All bindings include at least one compatible that is referenced in the existing dts (arch/arm). Those dts could be tested against the new bindings. It might be worth mentioning that the reference to nxp,lpc1788-rtc in arch/arm/boot/dts/nxp/lpc/lpc18xx.dtsi also includes another compatible called nxp,lpc1850-rtc, which is not documented or supported by existing drivers. That generates a warning when testing against nxp,lpc1788-rtc. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> --- Javier Carrasco (4): dt-bindings: rtc: armada-380-rtc: convert to dtschema dt-bindings: rtc: alphascale,asm9260: convert to dtschema dt-bindings: rtc: digicolor-rtc: convert to dtschema dt-bindings: rtc: nxp,lpc1788-rtc: convert to dtschema .../bindings/rtc/alphascale,asm9260-rtc.txt | 19 -------- .../bindings/rtc/alphascale,asm9260-rtc.yaml | 49 +++++++++++++++++++ .../devicetree/bindings/rtc/armada-380-rtc.txt | 24 --------- .../devicetree/bindings/rtc/cnxt,cx92755-rtc.yaml | 37 ++++++++++++++ .../devicetree/bindings/rtc/digicolor-rtc.txt | 17 ------- .../bindings/rtc/marvell,armada-380-rtc.yaml | 48 ++++++++++++++++++ .../devicetree/bindings/rtc/nxp,lpc1788-rtc.txt | 21 -------- .../devicetree/bindings/rtc/nxp,lpc1788-rtc.yaml | 57 ++++++++++++++++++++++ 8 files changed, 191 insertions(+), 81 deletions(-) --- base-commit: 70293240c5ce675a67bfc48f419b093023b862b3 change-id: 20240322-rtc-yaml-473335cbf911 Best regards, -- Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>