Re: [PATCH] i2c: Use dev_fwnode()

From: Wolfram Sang
Date: Fri Jun 27 2025 - 06:54:50 EST


On Wed, Jun 11, 2025 at 12:43:36PM +0200, Jiri Slaby (SUSE) wrote:
> irq_domain_create_simple() takes fwnode as the first argument. It can be
> extracted from the struct device using dev_fwnode() helper instead of
> using of_node with of_fwnode_handle().
>
> So use the dev_fwnode() helper.
>
> Signed-off-by: Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx>
> Cc: Peter Rosin <peda@xxxxxxxxxx>
> Cc: linux-i2c@xxxxxxxxxxxxxxx

Added "mux: pca954x:" to the header and applied to for-next, thanks!