On Tue, Mar 26, 2024 at 02:03:22PM +0100, Javier Carrasco wrote: > This series converts the following existing bindings to dtschema: > > - armada-380-rtc > - alphascale,asm9260-rtc > - digicolor-rtc (moved to trivial-rtc) > - 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> > --- > Changes in v3: > - alphascale-asm9260-rtc: drop unnecessary reg description. > - nxp,lpc1788-rtc: drop unnecessary reg description. > - Link to v2: https://lore.kernel.org/r/20240325-rtc-yaml-v2-0-ff9f68f43dbc@xxxxxxxxx > > Changes in v2: > - General: reference to rtc.yaml > - digicolor-rtc: move to trivial-rtc > - Link to v1: https://lore.kernel.org/r/20240323-rtc-yaml-v1-0-0c5d12b1b89d@xxxxxxxxx > > --- > Javier Carrasco (4): > dt-bindings: rtc: armada-380-rtc: convert to dtschema > dt-bindings: rtc: alphascale,asm9260-rtc: convert to dtschema > dt-bindings: rtc: digicolor-rtc: move to trivial-rtc > dt-bindings: rtc: nxp,lpc1788-rtc: convert to dtschema Reviewed-by: Rob Herring <robh@xxxxxxxxxx>