On 08/11/2023 18:11, Biju Das wrote: > Add support for overriding IO fixed values to control the pin state > based on the flash type. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.c > + > + regmap_update_bits(rpc->regmap, RPCIF_CMNCR, RPCIF_CMNCR_IOFV(3), > + RPCIF_CMNCR_IO0FV(val & 0x3) | > + RPCIF_CMNCR_IO2FV((val >> 4) & 0x3) | > + RPCIF_CMNCR_IO3FV((val >> 6) & 0x3)); > + > + pm_runtime_put(dev); > + > + return 0; > +} > +EXPORT_SYMBOL(rpcif_set_iofv); EXPORT_SYMBOL+GPL Best regards, Krzysztof