projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e71d4
)
arm64: dts: imx8mn: add clock for snvs rtc node
author
Horia Geantă
<horia.geanta@nxp.com>
Thu, 16 Jan 2020 07:37:18 +0000
(09:37 +0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 13 Feb 2020 03:25:25 +0000
(11:25 +0800)
Initial commit adding imx8mn support:
6c3debcbae47
("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>
arch/arm64/boot/dts/freescale/imx8mn.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index a44b5438e842716ef0e869320b9618ed9791384e..d23347aaeddae91919cafdeda9d2b95e90a6269f 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@
-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";
};