clk: meson: clk-regmap: migrate to new parent description method
This clock controller use the string comparison method to describe parent relation between the clocks, which is not optimized. Migrate to the new way by using .parent_hws where possible (ie. when all clocks are local to the controller) and use .parent_data otherwise. Signed-off-by: NAlexandre Mergnat <amergnat@baylibre.com> Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
Showing
想要评论请 注册 或 登录