commit | b5194c22585d1f3869b2126a87dabecb5ef2627e | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Tue Dec 06 12:48:55 2022 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Mon Dec 19 10:56:12 2022 +0800 |
tree | 9f6ccf039513f706d6d710a01275a4936ed5aa97 | |
parent | 216928c772798609ba2cb01a42b6f89832bb0587 [diff] |
phy: rockchip: handle clock without enable function If a clock doesn't supply the enable hook, clk_enable() will return -ENOSYS. In this case the clock is always enabled so there is no error and the phy initialisation should continue. Signed-off-by: John Keeping <john@metanate.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>