clk: ti: Preserve node in ti_dt_clocks_register()
authorTony Lindgren <tony@atomide.com>
Fri, 4 Feb 2022 07:14:43 +0000 (09:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 18:59:12 +0000 (20:59 +0200)
commit15bfec9d8030c7e0122aa4a955c0cdb57d2256b9
treefbbd5da7b4fa28f13b23efbcd65576b8457746f1
parent5c0750cad73350e1c504eb91a94093a79f6f6296
clk: ti: Preserve node in ti_dt_clocks_register()

[ Upstream commit 80864594ff2ad002e2755daf97d46ff0c86faf1f ]

In preparation for making use of the clock-output-names, we want to
keep node around in ti_dt_clocks_register().

This change should not needed as a fix currently.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20220204071449.16762-3-tony@atomide.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/ti/clk.c