Re: [U-Boot] [PATCH v3 1/2] dm: core: add clocks node scan

2017-09-12 Thread sjg
On 4 September 2017 at 06:55, wrote: > From: Patrice Chotard > > Currently, all fixed-clock declared in "clocks" node in device tree > can be binded by clk_fixed_rate.c driver only if each of them have > the "simple-bus" compatible string. > This constraint has been invoked here [1]. > > This pa

Re: [U-Boot] [PATCH v3 1/2] dm: core: add clocks node scan

2017-09-08 Thread Simon Glass
On 4 September 2017 at 06:55, wrote: > From: Patrice Chotard > > Currently, all fixed-clock declared in "clocks" node in device tree > can be binded by clk_fixed_rate.c driver only if each of them have > the "simple-bus" compatible string. > This constraint has been invoked here [1]. > > This pa

[U-Boot] [PATCH v3 1/2] dm: core: add clocks node scan

2017-09-04 Thread patrice.chotard
From: Patrice Chotard Currently, all fixed-clock declared in "clocks" node in device tree can be binded by clk_fixed_rate.c driver only if each of them have the "simple-bus" compatible string. This constraint has been invoked here [1]. This patch offers a solution to avoid adding "simple-bus" co