From: Anson Huang Date: Thu, 11 Jun 2020 01:36:53 +0000 (+0800) Subject: arm64: dts: imx8mp: Add fallback compatible to ocotp node X-Git-Tag: v5.15~3247^2~41^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2fe45d503b2d19a83b2b6fd7d69ab85da83232f;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index f6591c6..90bdef8 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -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 */