commit | ea836be1e7b9e5a88637a87cf7219f96761d1b70 | [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 | b79a7030c31d4fdc3d37e41391a8272bc7f0f21a [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>