linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mp: Add fallback compatible to ocotp node
@ 2020-06-11  1:36 Anson Huang
  2020-06-23 11:48 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-06-11  1:36 UTC (permalink / raw)
  To: robh+dt, shawnguo, s.hauer, kernel, festevam, aisheng.dong,
	horia.geanta, peng.fan, fugang.duan, devicetree,
	linux-arm-kernel, linux-kernel
  Cc: Linux-imx

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>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index c248e7f..3e01c072 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -341,7 +341,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 */
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: imx8mp: Add fallback compatible to ocotp node
  2020-06-11  1:36 [PATCH] arm64: dts: imx8mp: Add fallback compatible to ocotp node Anson Huang
@ 2020-06-23 11:48 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-06-23 11:48 UTC (permalink / raw)
  To: Anson Huang
  Cc: robh+dt, s.hauer, kernel, festevam, aisheng.dong, horia.geanta,
	peng.fan, fugang.duan, devicetree, linux-arm-kernel,
	linux-kernel, Linux-imx

On Thu, Jun 11, 2020 at 09:36:53AM +0800, Anson Huang wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-23 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11  1:36 [PATCH] arm64: dts: imx8mp: Add fallback compatible to ocotp node Anson Huang
2020-06-23 11:48 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).