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: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang 2020-06-11 09:36:53 +08:00 committed by Shawn Guo
parent 3c8f8d8f6b
commit f2fe45d503

View File

@ -314,7 +314,7 @@
};
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 */