clk: rk3399: Set empty for vopl assigned-clocks
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 2 Apr 2020 11:41:21 +0000 (17:11 +0530)
committerAnatolij Gustschin <agust@denx.de>
Thu, 2 Apr 2020 13:44:56 +0000 (15:44 +0200)
commitb1bcd61665646d3f44e6d0e94a3ef946417027ca
treefd275c30960173cefc26a2ace3713d2ee21db9a2
parente0718b3ab754860bd47677e6b4fc5b70da42c4ab
clk: rk3399: Set empty for vopl assigned-clocks

During vidconsole probe, the device probe will try to
check whether the assigned clocks on that video console
node is initialized or not? and return an error if not.

But, unlike Linux U-Boot won't require to handle these
vopl assigned-clocks since core clocks are enough to
handle the video out to process.

So, mark them as empty in set_rate to satisfy clk_set_defaults
so-that probe happened properly.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
drivers/clk/rockchip/clk_rk3399.c