Re: [PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-21 Thread Marek Vasut
On 6/21/20 3:37 PM, Adam Ford wrote: [...] > static const struct mstp_stop_table r8a774a1_mstp_table[] = { > { 0x, 0, 0x, 0 }, > { 0xc3e81000, 0, 0xc3e81000, 0 }, > { 0x000E0FDC, 0, 0x000E0FDC, 0 }, > { 0xD00C7C1F, 0, 0xD00C7C1F, 0 }, > { 0x8004, 0, 0x8004, 0 }, > { 0x00DF00

Re: [PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-21 Thread Adam Ford
On Fri, Jun 19, 2020 at 2:08 PM Marek Vasut wrote: > > On 6/19/20 5:52 PM, Adam Ford wrote: > > On Fri, Jun 19, 2020 at 9:18 AM Marek Vasut wrote: > >> > >> On 6/19/20 3:58 PM, Adam Ford wrote: > >>> This sync's the clock tables with the official release from > >>> Renesas' repo based on U-Boot 20

Re: [PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-19 Thread Marek Vasut
On 6/19/20 5:52 PM, Adam Ford wrote: > On Fri, Jun 19, 2020 at 9:18 AM Marek Vasut wrote: >> >> On 6/19/20 3:58 PM, Adam Ford wrote: >>> This sync's the clock tables with the official release from >>> Renesas' repo based on U-Boot 2018.09 and modified to build into >>> the latest version of U-Boot.

Re: [PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-19 Thread Adam Ford
On Fri, Jun 19, 2020 at 9:18 AM Marek Vasut wrote: > > On 6/19/20 3:58 PM, Adam Ford wrote: > > This sync's the clock tables with the official release from > > Renesas' repo based on U-Boot 2018.09 and modified to build into > > the latest version of U-Boot. > > Can you import the clock table from

Re: [PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-19 Thread Marek Vasut
On 6/19/20 3:58 PM, Adam Ford wrote: > This sync's the clock tables with the official release from > Renesas' repo based on U-Boot 2018.09 and modified to build into > the latest version of U-Boot. Can you import the clock table from Linux too ? [...] > +static const struct mstp_stop_table r8a77

[PATCH V2 3/5] clk: renesas: Add R8A774A1 clock tables

2020-06-19 Thread Adam Ford
This sync's the clock tables with the official release from Renesas' repo based on U-Boot 2018.09 and modified to build into the latest version of U-Boot. Signed-off-by: Adam Ford --- V2: No Change diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index e78817829b..284e2138