commit | b1747fdb82e9a2befb65b762ba7579b3870d47cb | [log] [tgz] |
---|---|---|
author | Tom Warren <twarren@nvidia.com> | Fri Mar 20 14:33:00 2020 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Thu Apr 02 14:30:02 2020 -0700 |
tree | 6021a5e5002e1e59e41cf27d6da58e6774f6879f | |
parent | 2fcc3ba1b766df5f8cfbf35cb2cc88edff94d0f3 [diff] |
qspi: t210: Use dev_read calls to get FDT data like base, freq This Tegra QSPI driver hadn't been brought up to date with how DM drivers are fetching data from the FDT now, and was pulling in bogus data for base, max freq, etc. Fixed ofdata_to_platdata to work the same way it does in the tegra114 SPI driver, using dev_read_ functions. Signed-off-by: Tom Warren <twarren@nvidia.com>