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>
This commit is contained in:
parent
3c8f8d8f6b
commit
f2fe45d503
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user