Re: [PATCH v2] ARM: dts: vfxxx: Add syscon compatible with ocotp

2020-08-21 Thread Stefan Agner
On 2020-08-21 16:13, Chris Healy wrote: > On Fri, Aug 21, 2020 at 6:21 AM Stefan Agner wrote: >> >> On 2020-08-20 06:10, Chris Healy wrote: >> > From: Chris Healy >> > >> > Add syscon compatibility with Vybrid ocotp node. This is required to >> > access the UID. >> >> Hm, it seems today the SoC

Re: [PATCH v2] ARM: dts: vfxxx: Add syscon compatible with ocotp

2020-08-21 Thread Chris Healy
On Fri, Aug 21, 2020 at 6:21 AM Stefan Agner wrote: > > On 2020-08-20 06:10, Chris Healy wrote: > > From: Chris Healy > > > > Add syscon compatibility with Vybrid ocotp node. This is required to > > access the UID. > > Hm, it seems today the SoC driver uses the specific compatible. It also >

Re: [PATCH v2] ARM: dts: vfxxx: Add syscon compatible with ocotp

2020-08-21 Thread Stefan Agner
On 2020-08-20 06:10, Chris Healy wrote: > From: Chris Healy > > Add syscon compatibility with Vybrid ocotp node. This is required to > access the UID. Hm, it seems today the SoC driver uses the specific compatible. It also should expose the UID as soc_id, see drivers/soc/imx/soc-imx.c. Maybe

Re: [PATCH v2] ARM: dts: vfxxx: Add syscon compatible with ocotp

2020-08-20 Thread Fabio Estevam
Hi Chris, On Thu, Aug 20, 2020 at 1:11 AM Chris Healy wrote: > > From: Chris Healy > > Add syscon compatibility with Vybrid ocotp node. This is required to > access the UID. > > Fixes: fa8d20c8dbb77 ("ARM: dts: vfxxx: Add node corresponding to OCOTP") > Cc: sta...@vger.kernel.org >

[PATCH v2] ARM: dts: vfxxx: Add syscon compatible with ocotp

2020-08-19 Thread Chris Healy
From: Chris Healy Add syscon compatibility with Vybrid ocotp node. This is required to access the UID. Fixes: fa8d20c8dbb77 ("ARM: dts: vfxxx: Add node corresponding to OCOTP") Cc: sta...@vger.kernel.org Signed-off-by: Chris Healy --- Changes in v2: - Add Fixes line to commit message