commit | 6138d5b6828ee8ebb36aef7302d3c171d87f3157 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Sep 13 10:45:45 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue Sep 27 09:11:01 2016 -0700 |
tree | 04d68e91ed7ce57c1ca872f90390d4c84bad7d22 | |
parent | 6b83588eea77c6fe69c11ba9e5eb2df071b1dadc [diff] |
mmc: tegra: don't use periph_id in pad_init_mmc() The MMC driver will soon be converted to use standard clock/reset APIs, and so the periph_id field in the MMC device priv struct will disappear. Rework the implementation of pad_init_mmc() to rely on this; using the device register address is a much more direct test anyway. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>