Re: [U-Boot] [PATCH v2 03/17] dm: clk: Define clk_get_parent_rate() for clk operations

2019-01-31 Thread Lukasz Majewski
Hi Simon, > +Stephen > > Hi Lukasz, > > On Thu, 31 Jan 2019 at 02:04, Lukasz Majewski wrote: > > > > This commit adds the clk_get_parent_rate() function, which is > > responsible for getting the rate of parent clock. > > Unfortunately, u-boot's DM support for getting parent is different > >

Re: [U-Boot] [PATCH v2 03/17] dm: clk: Define clk_get_parent_rate() for clk operations

2019-01-31 Thread Simon Glass
+Stephen Hi Lukasz, On Thu, 31 Jan 2019 at 02:04, Lukasz Majewski wrote: > > This commit adds the clk_get_parent_rate() function, which is responsible > for getting the rate of parent clock. > Unfortunately, u-boot's DM support for getting parent is different > (the parent relationship is in

[U-Boot] [PATCH v2 03/17] dm: clk: Define clk_get_parent_rate() for clk operations

2019-01-31 Thread Lukasz Majewski
This commit adds the clk_get_parent_rate() function, which is responsible for getting the rate of parent clock. Unfortunately, u-boot's DM support for getting parent is different (the parent relationship is in udevice) than the one in common clock framework (CCF) in Linux. To alleviate this