Re: [U-Boot] [PATCH v8 0/2] DW SPI: Get clock value from Device Tree

2017-12-28 Thread Marek Vasut
On 12/28/2017 01:09 PM, Eugeniy Paltsev wrote: > As discussed with Marek during the LINUX-PITER here is v* patch: > > Add option to set spi controller clock frequency via device tree > using standard clock bindings. > > Define dw_spi_get_clk function as 'weak' as some targets > (like SOCFPGA_GEN5

[U-Boot] [PATCH v8 0/2] DW SPI: Get clock value from Device Tree

2017-12-28 Thread Eugeniy Paltsev
As discussed with Marek during the LINUX-PITER here is v* patch: Add option to set spi controller clock frequency via device tree using standard clock bindings. Define dw_spi_get_clk function as 'weak' as some targets (like SOCFPGA_GEN5 and SOCFPGA_ARRIA10) don't use standard clock API and implem