Skip to content

Commit 4367c1d

Browse files
jonkerjolofj
authored andcommitted
dts: sun8i-h3: correct UART3 pin definitions
In a previous commit, I made a copy/paste error in the pinmux definitions of UART3: PG{13,14} instead of PA{13,14}. This commit takes care of that. I have tested this commit on Orange Pi PC and Orange Pi Plus, and it works for these boards. Fixes: e3d11d3 ("dts: sun8i-h3: add pinmux definitions for UART2-3") Signed-off-by: Jorik Jonker <jorik@kippendief.biz> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 909e481 commit 4367c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sun8i-h3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
};
411411

412412
uart3_pins: uart3 {
413-
allwinner,pins = "PG13", "PG14";
413+
allwinner,pins = "PA13", "PA14";
414414
allwinner,function = "uart3";
415415
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
416416
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;

0 commit comments

Comments
 (0)