Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f29183f authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo
Browse files

ARM: dts: imx7s: enable ocotp



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

Signed-off-by: default avatarPeng 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: default avatarShawn Guo <shawnguo@kernel.org>
parent 4901f343
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -493,10 +493,9 @@
			};

			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 {