[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0b319e9a397d3c8299761a65393a69b0a45be22b.camel@pengutronix.de>
Date: Mon, 18 Oct 2021 12:43:24 +0200
From: Philipp Zabel <p.zabel@...gutronix.de>
To: Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: robh+dt@...nel.org, andrew@...n.ch, lars.povlsen@...rochip.com,
Steen.Hegelund@...rochip.com, UNGLinuxDriver@...rochip.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v3 2/2] reset: mchp: sparx5: Extend support for lan966x
On Thu, 2021-10-14 at 17:40 +0200, Horatiu Vultur wrote:
>
> > > + */
> > > + err = mchp_sparx5_map_syscon(pdev, "cuphy-syscon", &ctx->cuphy_ctrl);
> > > + if (err && err != -ENODEV)
> > > + return err;
> >
> > So -ENODEV should return an error if .cuphy_reg is set?
>
> I am not sure I follow this.
> If cuphy-syscon is not set then mchp_sparx5_map_syscon will return
> -ENODEV. This can be ignored for sparx5 as this is not required.
> If cuphy-syscon is set then if mchp_sparx5_map_syscon returns an error
> then report this error.
My point was that in case of cuphy-syscon missing from the DT, the
lan966x compatible reset controller should probably throw the error
instead of ignoring it. With v4 this is not relevant any more.
regards
Philipp
Powered by blists - more mailing lists