ARM: dts: imx7s: enable ocotp

Enable ocotp for i.mx7D/S.
Correct the clock entry and compatible string.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2017-03-01 14:40:53 +08:00 committed by Shawn Guo
parent 4901f343f7
commit 9f29183fa3
1 changed files with 2 additions and 3 deletions

View File

@ -493,10 +493,9 @@ gpr: iomuxc-gpr@30340000 {
};
ocotp: ocotp-ctrl@30350000 {
compatible = "syscon";
compatible = "fsl,imx7d-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clks IMX7D_CLK_DUMMY>;
status = "disabled";
clocks = <&clks IMX7D_OCOTP_CLK>;
};
anatop: anatop@30360000 {