Commit f2fe45d5 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8mp: Add fallback compatible to ocotp node

Add "fsl,imx8mm-ocotp" as fallback compatible of i.MX8MP ocotp
to support SoC serial_number read.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3c8f8d8f
......@@ -314,7 +314,7 @@ gpr: iomuxc-gpr@30340000 {
};
ocotp: efuse@30350000 {
compatible = "fsl,imx8mp-ocotp", "syscon";
compatible = "fsl,imx8mp-ocotp", "fsl,imx8mm-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>;
/* For nvmem subnodes */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment