Skip to content

Commit b09802a

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
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]>
1 parent df844a9 commit b09802a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mm.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
};
427427

428428
ocotp: ocotp-ctrl@30350000 {
429-
compatible = "fsl,imx8mm-ocotp", "fsl,imx7d-ocotp", "syscon";
429+
compatible = "fsl,imx8mm-ocotp", "syscon";
430430
reg = <0x30350000 0x10000>;
431431
clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
432432
/* For nvmem subnodes */

0 commit comments

Comments
 (0)