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

2019-04-25 Thread Peng Fan
> Subject: [PATCH v3 06/11] dm: clk: Define clk_get_parent() for clk operations > > This commit adds the clk_get_parent() function, which is responsible for > getting the parent's struct clock pointer. > > U-boot's DM support for getting parent is different (the parent relationship > is > in

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

2019-04-25 Thread Lukasz Majewski
This commit adds the clk_get_parent() function, which is responsible for getting the parent's struct clock pointer. 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 obtain the pointer to struct