linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp
@ 2020-08-17  2:27 Chris Healy
  2020-08-19 22:08 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Healy @ 2020-08-17  2:27 UTC (permalink / raw)
  To: shawnguo, s.hauer, kernel, stefan, festevam, robh+dt,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Chris Healy

From: Chris Healy <cphealy@gmail.com>

Add syscon compatibility with Vybrid ocotp node. This is required to
access the UID.

Signed-off-by: Chris Healy <cphealy@gmail.com>
---
 arch/arm/boot/dts/vfxxx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 0fe03aa0367f..2259d11af721 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -495,7 +495,7 @@ edma1: dma-controller@40098000 {
 			};
 
 			ocotp: ocotp@400a5000 {
-				compatible = "fsl,vf610-ocotp";
+				compatible = "fsl,vf610-ocotp", "syscon";
 				reg = <0x400a5000 0x1000>;
 				clocks = <&clks VF610_CLK_OCOTP>;
 			};
-- 
2.26.2


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

* Re: [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp
  2020-08-17  2:27 [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp Chris Healy
@ 2020-08-19 22:08 ` Fabio Estevam
  2020-08-20  2:37   ` Chris Healy
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2020-08-19 22:08 UTC (permalink / raw)
  To: Chris Healy
  Cc: Shawn Guo, Sascha Hauer, Sascha Hauer, Stefan Agner, Rob Herring,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel

Hi Chris,

On Sun, Aug 16, 2020 at 11:28 PM Chris Healy <cphealy@gmail.com> wrote:
>
> From: Chris Healy <cphealy@gmail.com>
>
> Add syscon compatibility with Vybrid ocotp node. This is required to
> access the UID.
>
> Signed-off-by: Chris Healy <cphealy@gmail.com>

Would a Fixes tag be appropriate here so that it can be backported to
older stable kernels?

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

* Re: [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp
  2020-08-19 22:08 ` Fabio Estevam
@ 2020-08-20  2:37   ` Chris Healy
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Healy @ 2020-08-20  2:37 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Shawn Guo, Sascha Hauer, Sascha Hauer, Stefan Agner, Rob Herring,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel

On Wed, Aug 19, 2020 at 3:08 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Hi Chris,
>
> On Sun, Aug 16, 2020 at 11:28 PM Chris Healy <cphealy@gmail.com> wrote:
> >
> > From: Chris Healy <cphealy@gmail.com>
> >
> > Add syscon compatibility with Vybrid ocotp node. This is required to
> > access the UID.
> >
> > Signed-off-by: Chris Healy <cphealy@gmail.com>
>
> Would a Fixes tag be appropriate here so that it can be backported to
> older stable kernels?

Good point, I will add that in v2.

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

end of thread, other threads:[~2020-08-20  2:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  2:27 [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp Chris Healy
2020-08-19 22:08 ` Fabio Estevam
2020-08-20  2:37   ` Chris Healy

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).