diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-05-24 07:44:06 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-31 09:22:06 +0200 |
commit | 881b54c7e9d97e36b08fa40d46377b3b983e4095 (patch) | |
tree | 25b693961513140218b37ba67a1f23cb4e35269d | |
parent | arm64: dts: imx8mm: add clock for SNVS RTC node (diff) | |
download | linux-881b54c7e9d97e36b08fa40d46377b3b983e4095.tar.xz linux-881b54c7e9d97e36b08fa40d46377b3b983e4095.zip |
arm64: dts: imx8mq: add clock for SNVS RTC node
i.MX8MQ has clock gate for SNVS module, add clock info to SNVS
RTC node for clock management.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 6d635ba0904c..72ee59885678 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -433,6 +433,8 @@ 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"; }; }; |