Re: [Uboot-stm32] [PATCH 2/6] clk: stm32mp1: gets root clocks from fdt

2021-03-12 Thread Patrice CHOTARD
Hi On 3/9/21 2:02 PM, Patrice CHOTARD wrote: > Hi Patrick > > On 2/24/21 11:19 AM, Patrick Delaunay wrote: >> From: Etienne Carriere >> >> This change makes stm32mp1 clock driver to get the root clocks >> reference from the device node in the FDT rather than fetching >> straight these clocks by

Re: [PATCH 2/6] clk: stm32mp1: gets root clocks from fdt

2021-03-09 Thread Patrice CHOTARD
Hi Patrick On 2/24/21 11:19 AM, Patrick Delaunay wrote: > From: Etienne Carriere > > This change makes stm32mp1 clock driver to get the root clocks > reference from the device node in the FDT rather than fetching > straight these clocks by their name. Driver now stores the > clock reference and

[PATCH 2/6] clk: stm32mp1: gets root clocks from fdt

2021-02-24 Thread Patrick Delaunay
From: Etienne Carriere This change makes stm32mp1 clock driver to get the root clocks reference from the device node in the FDT rather than fetching straight these clocks by their name. Driver now stores the clock reference and use it to know if a root clock is present, get its rate or gets its r