commit | c8c16004a7957ad9fc7a60ccfbb472d6c7940389 | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@microchip.com> | Mon Sep 07 17:46:34 2020 +0300 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Sep 22 11:27:18 2020 +0300 |
tree | cfb9c112684b3421dbe7b396193f2eb1661fe5f8 | |
parent | bf5b823dfb48db887f2d3c30289ba0af532e599e [diff] |
clk: bind clk to new parent device Clock re-parenting is not binding the clock's device to its new parent device, it only calls the clock's ops->set_parent() API. The changes in this commit re-parent the clock device to its new parent so that subsequent operations like clk_get_parent() to point to the proper parent. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>