]> Git Repo - J-linux.git/commitdiff
arm64: dts: imx8mq: add clock for SNVS RTC node
authorAnson Huang <[email protected]>
Fri, 24 May 2019 05:44:06 +0000 (13:44 +0800)
committerShawn Guo <[email protected]>
Fri, 31 May 2019 07:22:06 +0000 (15:22 +0800)
i.MX8MQ has clock gate for SNVS module, add clock info to SNVS
RTC node for clock management.

Signed-off-by: Anson Huang <[email protected]>
Reviewed-by: Leonard Crestez <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 6d635ba0904c509c4f035721934285549c815acd..72ee598856788e98c13d2d8994f3e04ade0579d0 100644 (file)
                                        offset = <0x34>;
                                        interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
+                                       clocks = <&clk IMX8MQ_CLK_SNVS_ROOT>;
+                                       clock-names = "snvs-rtc";
                                };
 
                        };
This page took 0.054011 seconds and 4 git commands to generate.