clk: Mark fwnodes when their clock provider is added
authorTudor Ambarus <tudor.ambarus@microchip.com>
Wed, 10 Feb 2021 11:44:35 +0000 (13:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 14:02:26 +0000 (15:02 +0100)
commit6579c8d97ad7fc5671ee60234f3b8388abee5f77
tree36d9262d38e193a2b61617ae7fad1c1822d38ff2
parentea718c699055c8566eb64432388a04974c43b2ea
clk: Mark fwnodes when their clock provider is added

This is a follow-up for:
commit 3c9ea42802a1 ("clk: Mark fwnodes when their clock provider is added/removed")

The above commit updated the deprecated of_clk_add_provider(),
but missed to update the preferred of_clk_add_hw_provider().
Update it now.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20210210114435.122242-2-tudor.ambarus@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/clk.c