From: Peng Fan Date: Wed, 1 Mar 2017 06:40:53 +0000 (+0800) Subject: ARM: dts: imx7s: enable ocotp X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9f29183fa344704f7317e421d47b149ab38224f2;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: imx7s: enable ocotp Enable ocotp for i.mx7D/S. Correct the clock entry and compatible string. Signed-off-by: Peng Fan Cc: Srinivas Kandagatla Cc: Sascha Hauer Cc: Fabio Estevam Cc: Rob Herring Cc: Mark Rutland Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 5d3a43b8de20..a7d48e785d34 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -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 {