commit | b1f0d3d8163384382d38ebad00917603a0c4b8ab | [log] [tgz] |
---|---|---|
author | T Karthik Reddy <t.karthik.reddy@xilinx.com> | Tue Feb 04 05:47:45 2020 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 27 08:13:32 2020 +0100 |
tree | a499b31dc540f2daa2cc2973288a4e03855dec02 | |
parent | 1f33d10b0eea7518902980254dc3ef14c0db6c98 [diff] |
spi: zynq_qspi: Use clk subsystem to get reference qspi clk 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 property from the platform driver. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>