On Mon, 17 Mar 2025 09:03:56 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > PCF2127 is an SPI device, thus its binding should reference > spi-peripheral-props.yaml. > > Add a reference to spi-peripheral-props.yaml to fix the following > dt-schema warning: > > imx7d-flex-concentrator.dtb: rtc@0: 'spi-max-frequency' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Changes since v2: > - Specify that the dt-schema error comes from imx7d-flex-concentrator.dtb. > - Write a more concise commit log. > > Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>