Skip to content

Commit

Permalink
arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
Browse files Browse the repository at this point in the history
Compared to i.MX7D, i.MX8MM has different ocotp layout, so it should
NOT use "fsl,imx7d-ocotp" as ocotp's fallback compatible, remove it.

Signed-off-by: Anson Huang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
(cherry picked from commit b09802a)
Signed-off-by: Andrey Zhizhikin <[email protected]>
  • Loading branch information
Anson-Huang authored and zandrey committed Aug 31, 2020
1 parent e89cbd2 commit 7ad2a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
};

ocotp: ocotp-ctrl@30350000 {
compatible = "fsl,imx8mm-ocotp", "fsl,imx7d-ocotp", "syscon";
compatible = "fsl,imx8mm-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
/* For nvmem subnodes */
Expand Down

0 comments on commit 7ad2a7f

Please sign in to comment.