Re: [PATCH v7 3/3] reset: eyeq: drop device_set_of_node_from_dev() done by parent
From: Stephen Boyd
Date: Tue Apr 28 2026 - 23:50:14 EST
Quoting Théo Lebrun (2026-02-25 08:55:07)
> Our parent driver (clk-eyeq) now does the
> device_set_of_node_from_dev(dev, dev->parent)
> call through the newly introduced devm_auxiliary_device_create() helper.
>
> Doing it again in the reset-eyeq probe would be redundant.
> Drop both the WARN_ON() and the device_set_of_node_from_dev() call.
> Also fix the following comment that talks about "our newfound OF node".
>
> Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
> Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Acked-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>
> ---
Applied to clk-fixes