From 75746502758c61fd4ca7388bdaae76250bd526b5 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Tue, 13 Oct 2020 16:24:23 +0800 Subject: MLK-22869 arch: arm64: imx8mn: fix i.MX8MN ocotp compatible string In imx8mn.dtsi, "fsl,imx7d-ocotp" should not be added to compatible of ocotp-ctrl because the ocotp of i.MX8MN is incompatible with i.MX7D, and it is compatible with i.MX8MM. And with the upper change, we could also see the real value of soc_uid by cat /sys/devices/soc0/soc_uid. Signed-off-by: Alice Guo Reviewed-by: Peng Fan --- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm64/boot/dts/freescale/imx8mn.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index acae65926946..3a061e610db1 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -624,7 +624,7 @@ }; ocotp: ocotp-ctrl@30350000 { - compatible = "fsl,imx8mn-ocotp", "fsl,imx7d-ocotp", "syscon"; + compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon"; reg = <0x30350000 0x10000>; clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>; #address-cells = <1>; -- cgit v1.2.3