Re: [U-Boot] [PATCH v3 07/11] dm: clk: Define clk_get_parent_rate() for clk operations

2019-04-25 Thread Lukasz Majewski
Hi Peng, Thank you for your feedback. > > Subject: [PATCH v3 07/11] dm: clk: Define clk_get_parent_rate() for > > clk operations > > > > 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

Re: [U-Boot] [PATCH v3 07/11] dm: clk: Define clk_get_parent_rate() for clk operations

2019-04-25 Thread Peng Fan
> Subject: [PATCH v3 07/11] dm: clk: Define clk_get_parent_rate() for clk > operations > > 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 > relationsh

[U-Boot] [PATCH v3 07/11] dm: clk: Define clk_get_parent_rate() for clk operations

2019-04-25 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 proble