Commit 02888f8b authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: apalis-tk1: Pull-up temperature alert

Pull-up GPIO_PI6 connected to TMP451's ALERT#/THERM2#.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 0c744ea4
...@@ -1153,11 +1153,11 @@ kb_row2_pr2 { ...@@ -1153,11 +1153,11 @@ kb_row2_pr2 {
nvidia,enable-input = <TEGRA_PIN_DISABLE>; nvidia,enable-input = <TEGRA_PIN_DISABLE>;
}; };
/* GPIO_PI6 aka TEMP_ALERT_L */ /* GPIO_PI6 aka TMP451 ALERT#/THERM2# */
pi6 { pi6 {
nvidia,pins = "pi6"; nvidia,pins = "pi6";
nvidia,function = "rsvd1"; nvidia,function = "rsvd1";
nvidia,pull = <TEGRA_PIN_PULL_NONE>; nvidia,pull = <TEGRA_PIN_PULL_UP>;
nvidia,tristate = <TEGRA_PIN_ENABLE>; nvidia,tristate = <TEGRA_PIN_ENABLE>;
nvidia,enable-input = <TEGRA_PIN_ENABLE>; nvidia,enable-input = <TEGRA_PIN_ENABLE>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment