summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-02-08 10:49:10 +0800
committerPeng Fan <peng.fan@nxp.com>2020-02-10 10:24:00 +0800
commit3fdc4e069fc289062560c09db8ebfa8a25f7b732 (patch)
tree237a1a62a8f51145e8aeee3e6ae68651afb54198 /arch/arm64/boot/dts/freescale/imx8mp.dtsi
parentae20951b8a1bb6028a61b5e1e1bee15fc51258d2 (diff)
MLK-23285-5 ARM64: dts: i.MX8MP: fix ocotp compatible
i.MX8MP should not share i.MX8MQ ocotp, it has different ocotp ctrl layout and register numbers Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 462310f78c0b..0d67f7db10ea 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -564,7 +564,7 @@
};
ocotp: ocotp-ctrl@30350000 {
- compatible = "fsl,imx8mq-ocotp", "fsl,imx7d-ocotp", "syscon";
+ compatible = "fsl,imx8mp-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MP_CLK_OCOTP_ROOT>;
/* For nvmem subnodes */