mbox series

[0/3] Add RTC support to i.MX8QM

Message ID 1640088948-3690-1-git-send-email-abel.vesa@nxp.com
Headers show
Series Add RTC support to i.MX8QM | expand

Message

Abel Vesa Dec. 21, 2021, 12:15 p.m. UTC
This adds rtc devicetree node to i.MX8QM, adds the compatible to the
rtc-imx-sc driver and documents it.

Abel Vesa (3):
  dt-bindings: fsl: scu: Add i.MX8QM rtc binding
  rtc: imx-sc: Add i.MX8QM RTC support
  arm64: dts: imx8qm: Add SCU RTC node

 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 4 +++-
 arch/arm64/boot/dts/freescale/imx8qm.dtsi                   | 3 +++
 drivers/rtc/rtc-imx-sc.c                                    | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)