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 19:01:02 +0000 (21:01 +0200)
commit1e9b5538cf160788c88fc2e3e74badc65b8a6bac
treece8e041d9567a98308763c6098b8fab2a4922ae6
parenta2a0e04f6478e8c1038db64717f3fafd55de1420
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