[PATCH 3/3] ARM: imx6: Add clock to OCOTP node
Philipp Zabel
p.zabel at pengutronix.de
Tue Aug 4 06:02:22 PDT 2015
The OCOTP shadow register space is clocked by the ungated ipg root clock,
but to actually sense the fuses, the On-Chip OTP controller needs a
separate clock.
Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
---
arch/arm/boot/dts/imx6qdl.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index e6d1359..07a5d75 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1015,6 +1015,7 @@
ocotp: ocotp at 021bc000 {
compatible = "fsl,imx6q-ocotp", "syscon";
reg = <0x021bc000 0x4000>;
+ clocks = <&clks IMX6QDL_CLK_IIM>;
};
tzasc at 021d0000 { /* TZASC1 */
--
2.1.4
More information about the linux-arm-kernel
mailing list