commit | c851f2fff11c2132a95ab47219cea95727a8b8d8 | [log] [tgz] |
---|---|---|
author | Dinesh Maniyam <dinesh.maniyam@intel.com> | Thu Dec 07 15:46:02 2023 +0800 |
committer | Tien Fong Chee <tien.fong.chee@intel.com> | Mon Jan 22 16:50:55 2024 +0800 |
tree | e4aa931cbae05f18196fce8ecd2277f0fc3b16d6 | |
parent | e18e3bec0b3cd817f5eaf9e8e6fcf598d754ac76 [diff] |
arm: socfpga: stratix10: SPI clock support This patch is to add SPI clock support for stratix10. Get clock rate function always returning 0 because the DW-SPI driver get the rate from clock node in dts but Stratix10 does not support device tree clock node.To overcome this spi will get the clock_rate directly from spi clock controller override the weaker function. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>