summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mn.dtsi
diff options
context:
space:
mode:
authorAlice Guo <alice.guo@nxp.com>2020-10-13 16:24:23 +0800
committerAlice Guo <alice.guo@nxp.com>2020-10-13 17:39:53 +0800
commit75746502758c61fd4ca7388bdaae76250bd526b5 (patch)
tree35637715902e9465c595e9858e94575667e0c942 /arch/arm64/boot/dts/freescale/imx8mn.dtsi
parentf76fd2c91d31a22cc07c59ae2d3661ea96cfd6d0 (diff)
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 <alice.guo@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mn.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn.dtsi2
1 files changed, 1 insertions, 1 deletions
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>;