Re: [PATCH v2 2/2] i3c: master: dw: Drop redundant core reset name
"Pandey, Radhey Shyam" <[email protected]> Mon, 20 Jul 2026 13:11:35 +0530
| Newsgroups | org.infradead.lists.linux-i3c,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/2026 1:05 PM, Shubham Patil wrote: > The DesignWare I3C master has a single reset line, so a dedicated > reset name is redundant. Look up the reset by index by passing NULL > instead of the "core_rst" name. > > Signed-off-by: Shubham Patil <[email protected]> Reviewed-by: Radhey Shyam Pandey <[email protected]> Thanks! > --- > drivers/i3c/master/dw-i3c-master.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i3c/master/dw-i3c-master.c b/drivers/i3c/master/dw-i3c-master.c > index 2f8c0c4683e0..488fb455d3cc 100644 > --- a/drivers/i3c/master/dw-i3c-master.c > +++ b/drivers/i3c/master/dw-i3c-master.c > @@ -1584,7 +1584,7 @@ int dw_i3c_common_probe(struct dw_i3c_master *master, > return PTR_ERR(master->pclk); > > master->core_rst = devm_reset_control_get_optional_exclusive_deasserted(&pdev->dev, > - "core_rst"); > + NULL); > if (IS_ERR(master->core_rst)) > return PTR_ERR(master->core_rst); > -- linux-i3c mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-i3c