Skip to content

Commit dabb717

Browse files
diogoivojfvogel
authored andcommitted
arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator
[ Upstream commit f34621f31e3be81456c903287f7e4c0609829e29 ] According to the board schematics the enable pin of this regulator is connected to gpio line #9 of the first instance of the TCA9539 GPIO expander, so adjust it. Signed-off-by: Diogo Ivo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Sasha Levin <[email protected]> (cherry picked from commit 2f0044e20fab1de422f3abb39788aebeb932a5a6) Signed-off-by: Jack Vogel <[email protected]>
1 parent b40c21f commit dabb717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@
16861686
regulator-min-microvolt = <1800000>;
16871687
regulator-max-microvolt = <1800000>;
16881688
regulator-always-on;
1689-
gpio = <&exp1 14 GPIO_ACTIVE_HIGH>;
1689+
gpio = <&exp1 9 GPIO_ACTIVE_HIGH>;
16901690
enable-active-high;
16911691
vin-supply = <&vdd_1v8>;
16921692
};

0 commit comments

Comments
 (0)