diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2019-09-25 17:12:29 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-10-29 22:30:04 +0300 |
commit | 1e5e929c009559bd7e898ac8e17a5d01037cb057 (patch) | |
tree | 95b9bfff87b6935868c3a34508a83ec8d2a4d3f3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2645f7ed9a8410920de977a8b1b66cb83eb0f76e (diff) | |
download | linux-1e5e929c009559bd7e898ac8e17a5d01037cb057.tar.xz |
arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulator
Commit 34993594181d ("arm64: tegra: Enable HDMI on Jetson TX1")
added a regulator for HDMI on the Jetson TX1 platform. This regulator
has an active high enable, but the GPIO specifier for enabling the
regulator incorrectly defines it as active-low. This causes the
following warning to occur on boot ...
WARNING KERN regulator@10 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 which aligns with the presense of
the 'enable-active-high' property.
Fixes: 34993594181d ("arm64: tegra: Enable HDMI on Jetson TX1")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions