dt-bindings: rtc: pcf2123: convert to YAML
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Thu, 14 Sep 2023 09:07:59 +0000 (11:07 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 15 Oct 2023 21:15:49 +0000 (23:15 +0200)
commitfdaf4c5acf268bfcc455d8c2ab775cd54317c788
tree66ff48f83929d008c2c3fbd97207889d061b978b
parentf5f4c982f7c8a8cffb2663078a40ecd7d82b534d
dt-bindings: rtc: pcf2123: convert to YAML

Convert the existing txt binding to the preferred YAML format.

The pcf2123 node may contain SPI settings such as spi-cs-high and
spi-max-frequency, which keeps it from being added to the trivial-rtc
binding with its current definition. Add a reference to
spi-peripheral-props.yaml to account for that.

The "interrupts" property was missing in the binding although it is
already supported. Add the missing property in the new binding.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230907-topic-pcf2123_yaml-v2-1-ea87a8e12190@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/rtc/nxp,pcf2123.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt [deleted file]