Skip to content

Commit

Permalink
arm64: dts: imx8mn: add clock for snvs rtc node
Browse files Browse the repository at this point in the history
Initial commit adding imx8mn support:
6c3debc ("arm64: dts: freescale: Add i.MX8MN dtsi support")
added the "clock-names" property for the snvs rtc node,
however it missed adding the clock.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Horia Geantă authored and Shawn Guo committed Feb 13, 2020
1 parent 16e71d4 commit 42ef961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/imx8mn.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
offset = <0x34>;
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MN_CLK_SNVS_ROOT>;
clock-names = "snvs-rtc";
};

Expand Down

0 comments on commit 42ef961

Please sign in to comment.