Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b1fd398 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: fix pin names for UART/SD selection for OpenRD



The UART/SD pin names are swapped, fix that.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent ce5cad51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
			pinctrl-0 = <&pmx_select28 &pmx_sdio_cd &pmx_select34>;
			pinctrl-names = "default";

			pmx_select28: pmx-select-uart-sd {
			pmx_select28: pmx-select-rs232-rs484 {
				marvell,pins = "mpp28";
				marvell,function = "gpio";
			};
@@ -48,7 +48,7 @@
				marvell,pins = "mpp29";
				marvell,function = "gpio";
			};
			pmx_select34: pmx-select-rs232-rs484 {
			pmx_select34: pmx-select-uart-sd {
				marvell,pins = "mpp34";
				marvell,function = "gpio";
			};