arm64: dts: imx8mp: Add fallback compatible to ocotp node
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 11 Jun 2020 01:36:53 +0000 (09:36 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 23 Jun 2020 11:48:31 +0000 (19:48 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index f6591c6..90bdef8 100644 (file)
                        };
 
                        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 */