Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: rtc: pcf2127: Reference spi-peripheral-props.yaml

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@denx.de>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250317120356.2195670-1-festevam@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Fabio Estevam and committed by
Alexandre Belloni
6c2b8335 eea7791e

+2 -1
+2 -1
Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml
··· 8 8 9 9 allOf: 10 10 - $ref: rtc.yaml# 11 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 11 12 12 13 maintainers: 13 14 - Alexandre Belloni <alexandre.belloni@bootlin.com> ··· 35 34 - compatible 36 35 - reg 37 36 38 - additionalProperties: false 37 + unevaluatedProperties: false 39 38 40 39 examples: 41 40 - |