diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-06-11 09:36:53 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-06-23 19:48:31 +0800 |
commit | f2fe45d503b2d19a83b2b6fd7d69ab85da83232f (patch) | |
tree | f495d7c1cd2f987c9c0b6736c5b66df116d0682f /arch/arm64/boot/dts/freescale/imx8mp.dtsi | |
parent | 3c8f8d8f6b28ffea1aa69ee222bfd232fdffd93b (diff) |
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 <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
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 f6591c693226..90bdef8447fa 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 */ |