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 #9 of the first instance of the TCA9539 GPIO expander, so adjust it. Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> Link: https://lore.kernel.org/r/20250224-diogo-gpio_exp-v1-1-80fb84ac48c6@tecnico.ulisboa.pt Signed-off-by: Thierry Reding <treding@nvidia.com>
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

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)