Re: [PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c to use platform driver

2020-11-03 Thread Krzysztof Kozlowski
On Wed, 4 Nov 2020 at 04:09, Alice Guo wrote: > > Directly reading ocotp register relies on bootloader to enable the ocotp > clock, > which is not always true, so we need to use nvmem API. Using nvmem API means > that driver defer probe needs to be supported. > > Alice Guo (4): > LF-2571-1:

[PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c to use platform driver

2020-11-03 Thread Alice Guo
Directly reading ocotp register relies on bootloader to enable the ocotp clock, which is not always true, so we need to use nvmem API. Using nvmem API means that driver defer probe needs to be supported. Alice Guo (4): LF-2571-1: dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID

[PATCH v1 0/4] change drivers/soc/imx/soc-imx8m.c to use platform driver

2020-11-03 Thread Alice Guo
Directly reading ocotp register relies on bootloader to enable the ocotp clock, which is not always true, so we need to use nvmem API. Using nvmem API means that driver defer probe needs to be supported. Alice Guo (4): LF-2571-1: dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID