Re: [PATCH v2] spi: zynq_qspi: Use clk subsystem to get reference qspi clk

2020-10-27 Thread Michal Simek
po 19. 10. 2020 v 16:09 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Remove fixed reference clk used by plat->frequency and use clk > subsystem to get reference clk. As per spi dt bindings > "spi-max-frequency" property should be used by the slave devices. > This property is read

[PATCH v2] spi: zynq_qspi: Use clk subsystem to get reference qspi clk

2020-10-19 Thread Michal Simek
From: T Karthik Reddy Remove fixed reference clk used by plat->frequency and use clk subsystem to get reference clk. As per spi dt bindings "spi-max-frequency" property should be used by the slave devices. This property is read by spi-uclass driver for the slave device. So avoid reading above pro