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:
parent
ce5cad51f3
commit
2b1fd39864
|
@ -40,7 +40,7 @@
|
||||||
pinctrl-0 = <&pmx_select28 &pmx_sdio_cd &pmx_select34>;
|
pinctrl-0 = <&pmx_select28 &pmx_sdio_cd &pmx_select34>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
pmx_select28: pmx-select-uart-sd {
|
pmx_select28: pmx-select-rs232-rs484 {
|
||||||
marvell,pins = "mpp28";
|
marvell,pins = "mpp28";
|
||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
marvell,pins = "mpp29";
|
marvell,pins = "mpp29";
|
||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
pmx_select34: pmx-select-rs232-rs484 {
|
pmx_select34: pmx-select-uart-sd {
|
||||||
marvell,pins = "mpp34";
|
marvell,pins = "mpp34";
|
||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue