Re: [PATCH v4 5/9] clk: Add of_clk_hw_register() API for early clk drivers

2019-04-19 Thread Stephen Boyd
Quoting Stephen Boyd (2019-04-12 11:31:46) > In some circumstances drivers register clks early and don't have access > to a struct device because the device model isn't initialized yet. Add > an API to let drivers register clks associated with a struct device_node > so that these drivers can partic

[PATCH v4 5/9] clk: Add of_clk_hw_register() API for early clk drivers

2019-04-12 Thread Stephen Boyd
In some circumstances drivers register clks early and don't have access to a struct device because the device model isn't initialized yet. Add an API to let drivers register clks associated with a struct device_node so that these drivers can participate in getting parent clks through DT. Cc: Mique