commit | 4d139f3838b4ee48d7df9ca9c37ccd1a57202a52 | [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 | cfecbaf4e768991056a88d3a7a3daf4b4baf8038 [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>