Commit 6758bd06 authored by Fabio Estevam's avatar Fabio Estevam Committed by Alexandre Belloni
Browse files

dt-bindings: rtc: mxc: Document fsl,imx31-rtc



imx31.dtsi uses the following RTC compatible:

compatible = "fsl,imx31-rtc", "fsl,imx21-rtc";

Document 'fsl,imx31-rtc' to fix the following dt-schema warning:

'fsl,imx31-rtc' is not one of ['fsl,imx1-rtc', 'fsl,imx21-rtc']

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20250112134027.1013213-1-festevam@gmail.com


Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 3f76ba88
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -14,9 +14,13 @@ maintainers:

properties:
  compatible:
    enum:
      - fsl,imx1-rtc
      - fsl,imx21-rtc
    oneOf:
      - const: fsl,imx1-rtc
      - const: fsl,imx21-rtc
      - items:
          - enum:
              - fsl,imx31-rtc
          - const: fsl,imx21-rtc

  reg:
    maxItems: 1