Re: [PATCH v2 1/5] thermal: imx: Add nvmem-cells alternate binding for OCOTP access

From: Rob Herring
Date: Mon Jul 17 2017 - 14:57:45 EST


On Fri, Jul 14, 2017 at 05:11:06PM +0300, Leonard Crestez wrote:
> On newer imx SOCs accessing OCOTP directly is wrong because the ocotp
> clock needs to be enabled first. Add a binding for accessing the same
> values through the imx-ocotp nvmem driver using nvmem-cells. This is
> similar to other thermal drivers.
>
> The old binding is preserved for compatibility and because it still
> works fine on imx6qdl series chips.
>
> In theory this problem could be solved by adding a reference to the
> OCOTP clock instead but it is better to hide such details in a specific
> nvmem driver.
>
> Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx>
> ---
> Documentation/devicetree/bindings/thermal/imx-thermal.txt | 7 +++++++
> 1 file changed, 7 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>