commit | 6b9acd935546e84e82aee72c8b169c8d5dd6fc1b | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Sun Dec 22 12:39:17 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jan 09 19:05:47 2020 +0100 |
tree | eb0a9fea13b9b4a281de72c63a542f270be67d71 | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a [diff] |
memory: tegra: Refashion EMC debugfs interface on Tegra124 The current debugfs interface is only partially useful. While it allows listing supported frequencies and testing individual clock rates, it is limited in that it can't be used to restrict the range of frequencies that the driver is allowed to set. This is something we may want to use to test adaptive scaling once that's implemented. Signed-off-by: Thierry Reding <treding@nvidia.com>