Skip to content

Commit f34621f

Browse files
diogoivothierryreding
authored andcommitted
arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator
According to the board schematics the enable pin of this regulator is connected to gpio line torvalds#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]>
1 parent 6d4bfe6 commit f34621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)