Re: [U-Boot] [PATCH v1 15/19] spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency

2018-04-24 Thread Marek Behún
On Wed, 21 Mar 2018 10:37:33 +0100 Stefan Roese wrote: > Please add Jagan (on Cc) to Cc for SPI driver related changes. Will do with next version > Wouldn't it be easier to "select" CLK_ARMADA_3720 here instead? No > changes to the config files necessary this way. okay :) >

Re: [U-Boot] [PATCH v1 15/19] spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency

2018-03-21 Thread Stefan Roese
Please add Jagan (on Cc) to Cc for SPI driver related changes. Please find some comments below... On 07.03.2018 22:52, Marek Behún wrote: > Since now we have driver for clocks on Armada 37xx, use it to determine > SQF clock frequency for the SPI driver. > > Also change the default config files

[U-Boot] [PATCH v1 15/19] spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency

2018-03-07 Thread Marek Behún
Since now we have driver for clocks on Armada 37xx, use it to determine SQF clock frequency for the SPI driver. Also change the default config files for Armada 37xx devices so that the clock driver is enabled by default, otherwise the SPI driver cannot be enabled. Signed-off-by: Marek Behun