On Thu, 29 Nov 2018 01:50:04 +0000, Anson Huang wrote: > NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as > system controller, the system controller is in charge of system > power, clock and secure RTC etc. management, Linux kernel > has to communicate with system controller via MU (message unit) > IPC to do RTC operation, this patch adds binding doc for i.MX > system controller RTC driver. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > ChangeLog: > V3->V4: > *move rtc binding doc to scu binding doc since it is belonging to SCU. > *change compatible name to start with "fsl" instead of "nxp" to align with other nodes in dtsi. > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>