diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-18 09:25:10 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@nxp.com> | 2016-01-14 11:01:40 -0600 |
commit | 7be70f2c817485b838483dc2dec24735103815d3 (patch) | |
tree | ce8e3db5c1d6fb11e514fb238adb49329e715a80 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | d99e6c0b1cf5dede0b4193516ae887bafbcdf2ea (diff) |
MLK-11371-2 imx: fix ocotp dts node
Fix imx6/7 ocotp dts node.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 05e842872a62..1880f720b720 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -914,6 +914,7 @@ ocotp: ocotp@021bc000 { compatible = "fsl,imx6sl-ocotp", "syscon"; reg = <0x021bc000 0x4000>; + clocks = <&clks IMX6SL_CLK_OCOTP>; }; audmux: audmux@021d8000 { |