2020-08-17 02:31:04

by Chris Healy

[permalink] [raw]
Subject: [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp

From: Chris Healy <[email protected]>

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

Signed-off-by: Chris Healy <[email protected]>
---
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


2020-08-19 22:11:54

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp

Hi Chris,

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

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

2020-08-20 02:39:13

by Chris Healy

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp

On Wed, Aug 19, 2020 at 3:08 PM Fabio Estevam <[email protected]> wrote:
>
> Hi Chris,
>
> On Sun, Aug 16, 2020 at 11:28 PM Chris Healy <[email protected]> wrote:
> >
> > From: Chris Healy <[email protected]>
> >
> > Add syscon compatibility with Vybrid ocotp node. This is required to
> > access the UID.
> >
> > Signed-off-by: Chris Healy <[email protected]>
>
> 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.