Re: [PATCH 2/2] clk: ti: get register address from device tree

2021-04-05 Thread Tero Kristo
On 02/04/2021 22:20, Dario Binacchi wrote: Until now, only the register offset was retrieved from the device tree to be added, during access, to a common base address for the clocks. If possible, we try to retrieve the physical address of the register directly from the device tree. The physical

[PATCH 2/2] clk: ti: get register address from device tree

2021-04-02 Thread Dario Binacchi
Until now, only the register offset was retrieved from the device tree to be added, during access, to a common base address for the clocks. If possible, we try to retrieve the physical address of the register directly from the device tree. Signed-off-by: Dario Binacchi --- drivers/clk/ti/clk.c