Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-07-23 Thread Rick Chen
Hi Paul > Hi Rick and other U-Boot folks, > > On Fri, 7 Jun 2019, Bin Meng wrote: > > > Hi Paul, > > > > On Fri, Jun 7, 2019 at 1:45 PM Paul Walmsley > > wrote: > > > > > > Hello Bin, > > > > > > On Fri, 31 May 2019, Paul Walmsley wrote: > > > > > > > On Thu, 30 May 2019, Bin Meng wrote: > > >

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-07-19 Thread Paul Walmsley
Hi Rick and other U-Boot folks, On Fri, 7 Jun 2019, Bin Meng wrote: > Hi Paul, > > On Fri, Jun 7, 2019 at 1:45 PM Paul Walmsley wrote: > > > > Hello Bin, > > > > On Fri, 31 May 2019, Paul Walmsley wrote: > > > > > On Thu, 30 May 2019, Bin Meng wrote: > > > > > > > On Sun, May 26, 2019 at 5:13

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-06-07 Thread Bin Meng
Hi Paul, On Fri, Jun 7, 2019 at 1:45 PM Paul Walmsley wrote: > > Hello Bin, > > On Fri, 31 May 2019, Paul Walmsley wrote: > > > On Thu, 30 May 2019, Bin Meng wrote: > > > > > On Sun, May 26, 2019 at 5:13 PM Paul Walmsley > > > wrote: > > > > > > > diff --git a/drivers/clk/sifive/fu540-prci.c

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-06-06 Thread Paul Walmsley
Hello Bin, On Fri, 31 May 2019, Paul Walmsley wrote: > On Thu, 30 May 2019, Bin Meng wrote: > > > On Sun, May 26, 2019 at 5:13 PM Paul Walmsley > > wrote: > > > > > diff --git a/drivers/clk/sifive/fu540-prci.c > > > b/drivers/clk/sifive/fu540-prci.c > > > index 2d47ebc6b1..d79d1a5351 100644

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-31 Thread Paul Walmsley
On Thu, 30 May 2019, Bin Meng wrote: > On Sun, May 26, 2019 at 5:13 PM Paul Walmsley > wrote: > > > diff --git a/drivers/clk/sifive/fu540-prci.c > > b/drivers/clk/sifive/fu540-prci.c > > index 2d47ebc6b1..d79d1a5351 100644 > > --- a/drivers/clk/sifive/fu540-prci.c > > +++

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-30 Thread Atish Patra
On 5/29/19 10:48 PM, Bin Meng wrote: On Thu, May 30, 2019 at 1:06 PM Atish Patra wrote: On 5/29/19 6:19 PM, Bin Meng wrote: On Sun, May 26, 2019 at 5:13 PM Paul Walmsley wrote: The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT binding string, since the U-boot PRCI driver

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-29 Thread Bin Meng
On Thu, May 30, 2019 at 1:06 PM Atish Patra wrote: > > On 5/29/19 6:19 PM, Bin Meng wrote: > > On Sun, May 26, 2019 at 5:13 PM Paul Walmsley > > wrote: > >> > >> The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT > >> binding string, since the U-boot PRCI driver was upstreamed

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-29 Thread Atish Patra
On 5/29/19 6:19 PM, Bin Meng wrote: On Sun, May 26, 2019 at 5:13 PM Paul Walmsley wrote: The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT binding string, since the U-boot PRCI driver was upstreamed before the nits: U-boot -> U-Boot mainline Linux kernel PRCI driver was

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-29 Thread Bin Meng
On Sun, May 26, 2019 at 5:13 PM Paul Walmsley wrote: > > The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT > binding string, since the U-boot PRCI driver was upstreamed before the nits: U-boot -> U-Boot > mainline Linux kernel PRCI driver was finished. This means that the >

Re: [U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-29 Thread Atish Patra
On 5/26/19 2:13 AM, Paul Walmsley wrote: The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT binding string, since the U-boot PRCI driver was upstreamed before the mainline Linux kernel PRCI driver was finished. This means that the U-Boot PRCI driver won't probe when used with a

[U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings

2019-05-26 Thread Paul Walmsley
The U-Boot PRCI driver for the SiFive FU540 uses an out-of-date DT binding string, since the U-boot PRCI driver was upstreamed before the mainline Linux kernel PRCI driver was finished. This means that the U-Boot PRCI driver won't probe when used with a DT file that is aligned to the DT bindings