Re: [U-Boot] [U-Boot,v2,4/5] clk: implement clk_set_defaults()

2018-01-28 Thread Dr. Philipp Tomsich
> On 28 Jan 2018, at 18:21, Michael Nazzareno Trimarchi > wrote: > > Hi > > > > On 28 Jan. 2018 6:15 pm, "Dr. Philipp Tomsich" > > wrote: > Michael, > >> On 28 Jan 2018, at 17:54, Michael Nazzareno Trimarchi >> mailto:mich...@amarulasolutions

Re: [U-Boot] [U-Boot,v2,4/5] clk: implement clk_set_defaults()

2018-01-28 Thread Michael Nazzareno Trimarchi
Hi On 28 Jan. 2018 6:15 pm, "Dr. Philipp Tomsich" < philipp.toms...@theobroma-systems.com> wrote: Michael, On 28 Jan 2018, at 17:54, Michael Nazzareno Trimarchi < mich...@amarulasolutions.com> wrote: Hi On 28 Jan. 2018 5:50 pm, "Philipp Tomsich" wrote: > Linux uses the properties 'assign

Re: [U-Boot] [U-Boot,v2,4/5] clk: implement clk_set_defaults()

2018-01-28 Thread Dr. Philipp Tomsich
Michael, > On 28 Jan 2018, at 17:54, Michael Nazzareno Trimarchi > wrote: > > Hi > > > > On 28 Jan. 2018 5:50 pm, "Philipp Tomsich" > > wrote: > > Linux uses the properties 'assigned-clocks', 'assigned-clock-parents' > > and 'assigned-clock-rat

Re: [U-Boot] [U-Boot,v2,4/5] clk: implement clk_set_defaults()

2018-01-28 Thread Michael Nazzareno Trimarchi
Hi On 28 Jan. 2018 5:50 pm, "Philipp Tomsich" < philipp.toms...@theobroma-systems.com> wrote: > Linux uses the properties 'assigned-clocks', 'assigned-clock-parents' > and 'assigned-clock-rates' to configure the clock subsystem for use > with various peripheral nodes. > > This implements clk_se

Re: [U-Boot] [U-Boot,v2,4/5] clk: implement clk_set_defaults()

2018-01-28 Thread Philipp Tomsich
> Linux uses the properties 'assigned-clocks', 'assigned-clock-parents' > and 'assigned-clock-rates' to configure the clock subsystem for use > with various peripheral nodes. > > This implements clk_set_defaults() and hooks it up with the general > device probibin in drivers/core/device.c: when a