commit | 1f33d10b0eea7518902980254dc3ef14c0db6c98 | [log] [tgz] |
---|---|---|
author | T Karthik Reddy <t.karthik.reddy@xilinx.com> | Tue Feb 04 05:47:44 2020 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 27 08:13:32 2020 +0100 |
tree | 2c979123c3c620422d311cc51d8f6734be7ddfb2 | |
parent | f96c7895b06e45b3230bfdd03b0dc33245ecbc53 [diff] |
spi: zynq_spi: Use clk subsystem to get reference spi 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>