commit | 06e60e5038fa432900ffa956307459a1aabee1db | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Mon Jan 06 04:34:09 2020 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 09 16:21:58 2020 +0100 |
tree | a652f2cdacb5000ff5da3fcb52ff3b7052bd6021 | |
parent | 01d6ea31db65257cc6d121b957516940a65e92fe [diff] |
usb: phy: tegra: Use device-tree notion of reset-GPIO's active-state It is much more intuitive if reset is treated as asserted when GPIO value is set to 1. All NVIDIA Tegra device-trees are properly specifying active state of the reset-GPIO since 2013, let's clean up that part of the code. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Link: https://lore.kernel.org/r/20200106013416.9604-14-digetx@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>