diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2019-09-25 15:12:28 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-13 08:42:15 +0100 |
commit | 1c4472b7dc1b27e04895fdfdc573b8fce749ac62 (patch) | |
tree | 9386c0b5d504f00f2bc14d92afd5ba74de642c49 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | bd09f7d6acf4709a9a20b7e1e510b2f5d8a762a4 (diff) |
arm64: tegra: Fix 'active-low' warning for Jetson Xavier regulator
commit d440538e5f219900a9fc9d96fd10727b4d2b3c48 upstream.
Commit 4fdbfd60a3a2 ("arm64: tegra: Add PCIe slot supply information
in p2972-0000 platform") added regulators for the PCIe slot on the
Jetson Xavier platform. One of these regulators has an active-low enable
and this commit incorrectly added an active-low specifier for the GPIO
which causes the following warning to occur on boot ...
WARNING KERN regulator@3 GPIO handle specifies active low - ignored
The fixed-regulator binding does not use the active-low flag from the
gpio specifier and purely relies of the presence of the
'enable-active-high' property to determine if it is active high or low
(if this property is omitted). Fix this warning by setting the GPIO
to active-high in the GPIO specifier. Finally, remove the
'enable-active-low' as this is not a valid property.
Fixes: 4fdbfd60a3a2 ("arm64: tegra: Add PCIe slot supply information in p2972-0000 platform")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions