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 w

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

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-pr

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

2019-05-26 Thread Paul Walmsley
by aligning the U-Boot DT match string to the string that's used in the upstream DT bindings and the Linux kernel driver. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Anup Patel Cc: Atish Patra Cc: Alexander Graf --- drivers/clk/sifive/fu540-prci.c | 2 +- 1 file changed, 1

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-02-02 Thread Paul Walmsley
On Tue, 22 Jan 2019, Auer, Lukas wrote: > For the same reason, I agree with you that it does not make sense to > implement the SBI in U-Boot. OpenSBI is better suited to handle this. It should be possible to link the OpenSBI library with U-boot, then allow U-boot to use SBI services itself,

Re: [U-Boot] [PATCH] ARM: tegra: CONFIG_{SYS_, }LOAD{_, }ADDR rationalization

2015-04-02 Thread Paul Walmsley
to this change is trivial to fix; simply modify the load addresses in that script. Cc: Paul Walmsley pwalms...@nvidia.com Signed-off-by: Stephen Warren swar...@nvidia.com Reviewed-by: Paul Walmsley pwalms...@nvidia.com Thanks Stephen - Paul