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

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
......@@ -40,7 +40,7 @@ pinctrl: pin-controller@10000 {
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 @@ pmx_sdio_cd: pmx-sdio-cd {
marvell,pins = "mpp29";
marvell,function = "gpio";
};
pmx_select34: pmx-select-rs232-rs484 {
pmx_select34: pmx-select-uart-sd {
marvell,pins = "mpp34";
marvell,function = "gpio";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment