Re: [PATCH 2/2] nvmem: qfprom: Add support for fuse blowing on sc7280

2021-04-07 Thread Rajendra Nayak
On 3/31/2021 2:49 AM, Doug Anderson wrote: Hi, On Wed, Mar 24, 2021 at 10:45 PM Rajendra Nayak wrote: @@ -111,6 +113,15 @@ static const struct qfprom_soc_compatible_data sc7180_qfprom = { .nkeepout = ARRAY_SIZE(sc7180_qfprom_keepout) }; +static const struct nvmem_keepout

Re: [PATCH 2/2] nvmem: qfprom: Add support for fuse blowing on sc7280

2021-03-30 Thread Doug Anderson
Hi, On Wed, Mar 24, 2021 at 10:45 PM Rajendra Nayak wrote: > > @@ -111,6 +113,15 @@ static const struct qfprom_soc_compatible_data > sc7180_qfprom = { > .nkeepout = ARRAY_SIZE(sc7180_qfprom_keepout) > }; > > +static const struct nvmem_keepout sc7280_qfprom_keepout[] = { > +

[PATCH 2/2] nvmem: qfprom: Add support for fuse blowing on sc7280

2021-03-24 Thread Rajendra Nayak
Handle the differences across LDO voltage needed for blowing fuses, and the blow timer value, identified using a minor version of 15 on sc7280. Signed-off-by: Rajendra Nayak Signed-off-by: Ravi Kumar Bokka --- Applies on top of https://lore.kernel.org/patchwork/patch/1376175/