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

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

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Aaro Koskinen 2016-01-12 22:07:32 +02:00 committed by Gregory CLEMENT
parent ce5cad51f3
commit 2b1fd39864

View File

@ -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";
};