Skip to content

Commit 5f8208f

Browse files
montjoiewens
authored andcommitted
ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V
Since commit d7c5f68 ("ARM: dts: sun8i: a83t: bananapi-m3: Add AXP813 regulator nodes") my BPIM3 no longer works at gigabit speed. With the default setting, dldo3 is regulated at 2.9v which seems sufficient for the PHY but the aforementioned commit drops it to 2.5V which is insufficient. Note that this behaviour is random for all BPIM3. Some work with 2.5V, but some don't. Finnaly, someone from Bananapi confirmed that this regulator must be set to 3.3V. Fixes: d7c5f68 ("ARM: dts: sun8i: a83t: bananapi-m3: Add AXP813 regulator nodes") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> [wens@csie.org: Reworked commit message] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 6510223 commit 5f8208f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@
314314

315315
&reg_dldo3 {
316316
regulator-always-on;
317-
regulator-min-microvolt = <2500000>;
318-
regulator-max-microvolt = <2500000>;
317+
regulator-min-microvolt = <3300000>;
318+
regulator-max-microvolt = <3300000>;
319319
regulator-name = "vcc-pd";
320320
};
321321

0 commit comments

Comments
 (0)