Re: [PATCH] clk: rk808: fix OF node reference imbalance

From: Johan Hovold

Date: Mon Apr 27 2026 - 08:06:22 EST


On Mon, Apr 27, 2026 at 01:17:39PM +0200, Heiko Stuebner wrote:

> Looking at the device_set_of_node_from_dev() function, this is the
> right move, so
>
> Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>

Thanks for reviewing.

> It also seems the rk808-regulator.c might be another candidate for
> this, as it also takes the node without of_node_get and manually
> setting the of_node_reused flag.

That's fixed in 7.1-rc1:

65290b24d8a5 ("regulator: rk808: fix OF node reference imbalance")

Johan