commit | f8e02b2886b863d7ecddf4309cde6c2d5386051d | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Jan 08 11:15:08 2018 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Jan 28 17:12:35 2018 +0100 |
tree | 308343715a5434f6442d81c29e8c618d06f08923 | |
parent | 82e5fc32ba193ce33f6a52bb202f39637dc12d5c [diff] |
clk: add clk_set_parent() Clocks may support multiple parents: this change introduces an optional operation on the clk-uclass to set a clock's parent. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: David Wu <david.wu@rock-chips.com> Series-changes: 2 - Fixed David's email address.