* [PATCH 0/1 V2] ARM: kirkwood: Convert the mplcec4 board to pinctrl
@ 2012-11-19 15:00 Stefan Peter
2012-11-19 15:00 ` [PATCH 1/1 V2] ARM: kirkwood: Convert " Stefan Peter
2012-11-19 15:17 ` [PATCH 0/1 V2] ARM: kirkwood: Convert the " Andrew Lunn
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Peter @ 2012-11-19 15:00 UTC (permalink / raw)
To: linux-arm-kernel
This patch converts the mplcec4 board to using the pinctrl patches.
Changes from V1
* moved sdio pinctrl definitions from mplcec4.dts to kirkwood-6281.dtsi for
usage by other boards
* fixed a typo in the sdio pinctrl definitions (/s/mmp13/mpp13/)
Stefan Peter (1):
Convert mplcec4 board to pinctrl
arch/arm/boot/dts/kirkwood-6281.dtsi | 7 +++-
arch/arm/boot/dts/kirkwood-mplcec4.dts | 59 ++++++++++++++++++++++++++++++++
arch/arm/mach-kirkwood/board-mplcec4.c | 35 -------------------
3 files changed, 65 insertions(+), 36 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1 V2] ARM: kirkwood: Convert mplcec4 board to pinctrl
2012-11-19 15:00 [PATCH 0/1 V2] ARM: kirkwood: Convert the mplcec4 board to pinctrl Stefan Peter
@ 2012-11-19 15:00 ` Stefan Peter
2012-11-19 15:17 ` [PATCH 0/1 V2] ARM: kirkwood: Convert the " Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Peter @ 2012-11-19 15:00 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Stefan Peter <s.peter@mpl.ch>
---
diff --git a/arch/arm/boot/dts/kirkwood-6281.dtsi b/arch/arm/boot/dts/kirkwood-6281.dtsi
index b0fe682..d6c9d65 100644
--- a/arch/arm/boot/dts/kirkwood-6281.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6281.dtsi
@@ -34,6 +34,11 @@
marvell,pins = "mpp13", "mpp14";
marvell,function = "uart1";
};
+ pmx_sdio: pmx-sdio {
+ marvell,pins = "mpp12", "mpp13", "mpp14",
+ "mpp15", "mpp16", "mpp17";
+ marvell,function = "sdio";
+ };
};
};
-};
\ No newline at end of file
+};
diff --git a/arch/arm/boot/dts/kirkwood-mplcec4.dts b/arch/arm/boot/dts/kirkwood-mplcec4.dts
index ac3c080..262c654 100644
--- a/arch/arm/boot/dts/kirkwood-mplcec4.dts
+++ b/arch/arm/boot/dts/kirkwood-mplcec4.dts
@@ -1,6 +1,7 @@
/dts-v1/;
/include/ "kirkwood.dtsi"
+/include/ "kirkwood-6281.dtsi"
/ {
model = "MPL CEC4";
@@ -16,6 +17,64 @@
};
ocp at f1000000 {
+ pinctrl: pinctrl at 10000 {
+
+ pinctrl-0 = < &pmx_nand &pmx_uart0
+ &pmx_led_health &pmx_sdio
+ &pmx_sata0 &pmx_sata1
+ &pmx_led_user1o
+ &pmx_led_user1g &pmx_led_user0o
+ &pmx_led_user0g &pmx_led_misc
+ &pmx_sdio_cd
+ >;
+ pinctrl-names = "default";
+
+ pmx_led_health: pmx-led-health {
+ marvell,pins = "mpp7";
+ marvell,function = "gpo";
+ };
+
+ pmx_sata1: pmx-sata1 {
+ marvell,pins = "mpp34";
+ marvell,function = "sata1";
+ };
+
+ pmx_sata0: pmx-sata0 {
+ marvell,pins = "mpp35";
+ marvell,function = "sata0";
+ };
+
+ pmx_led_user1o: pmx-led-user1o {
+ marvell,pins = "mpp40";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_user1g: pmx-led-user1g {
+ marvell,pins = "mpp41";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_user0o: pmx-led-user0o {
+ marvell,pins = "mpp44";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_user0g: pmx-led-user0g {
+ marvell,pins = "mpp45";
+ marvell,function = "gpio";
+ };
+
+ pmx_led_misc: pmx-led-misc {
+ marvell,pins = "mpp46";
+ marvell,function = "gpio";
+ };
+
+ pmx_sdio_cd: pmx-sdio-cd {
+ marvell,pins = "mpp47";
+ marvell,function = "gpio";
+ };
+ };
+
i2c at 11000 {
status = "okay";
diff --git a/arch/arm/mach-kirkwood/board-mplcec4.c b/arch/arm/mach-kirkwood/board-mplcec4.c
index e78a227..47e7181 100644
--- a/arch/arm/mach-kirkwood/board-mplcec4.c
+++ b/arch/arm/mach-kirkwood/board-mplcec4.c
@@ -24,51 +24,16 @@ static struct mv643xx_eth_platform_data mplcec4_ge01_data = {
.phy_addr = MV643XX_ETH_PHY_ADDR(2),
};
-static unsigned int mplcec4_mpp_config[] __initdata = {
- MPP0_NF_IO2,
- MPP1_NF_IO3,
- MPP2_NF_IO4,
- MPP3_NF_IO5,
- MPP4_NF_IO6,
- MPP5_NF_IO7,
- MPP6_SYSRST_OUTn,
- MPP7_GPO, /* Status LED Green High Active */
- MPP10_UART0_TXD,
- MPP11_UART0_RXD,
- MPP12_SD_CLK,
- MPP13_SD_CMD, /* Alt UART1_TXD */
- MPP14_SD_D0, /* Alt UART1_RXD */
- MPP15_SD_D1,
- MPP16_SD_D2,
- MPP17_SD_D3,
- MPP18_NF_IO0,
- MPP19_NF_IO1,
- MPP28_GPIO, /* Input SYS_POR_DET (active High) */
- MPP29_GPIO, /* Input SYS_RTC_INT (active High) */
- MPP34_SATA1_ACTn,
- MPP35_SATA0_ACTn,
- MPP40_GPIO, /* LED User1 orange */
- MPP41_GPIO, /* LED User1 green */
- MPP44_GPIO, /* LED User0 orange */
- MPP45_GPIO, /* LED User0 green */
- MPP46_GPIO, /* Status LED Yellow High Active */
- MPP47_GPIO, /* SD_CD# (in/IRQ)*/
- 0
-};
-
-
static struct mvsdio_platform_data mplcec4_mvsdio_data = {
.gpio_card_detect = 47, /* MPP47 used as SD card detect */
};
-
void __init mplcec4_init(void)
{
/*
* Basic setup. Needs to be called early.
*/
- kirkwood_mpp_conf(mplcec4_mpp_config);
kirkwood_ehci_init();
kirkwood_ge00_init(&mplcec4_ge00_data);
kirkwood_ge01_init(&mplcec4_ge01_data);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 0/1 V2] ARM: kirkwood: Convert the mplcec4 board to pinctrl
2012-11-19 15:00 [PATCH 0/1 V2] ARM: kirkwood: Convert the mplcec4 board to pinctrl Stefan Peter
2012-11-19 15:00 ` [PATCH 1/1 V2] ARM: kirkwood: Convert " Stefan Peter
@ 2012-11-19 15:17 ` Andrew Lunn
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2012-11-19 15:17 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Nov 19, 2012 at 04:00:01PM +0100, Stefan Peter wrote:
> This patch converts the mplcec4 board to using the pinctrl patches.
>
> Changes from V1
> * moved sdio pinctrl definitions from mplcec4.dts to kirkwood-6281.dtsi for
> usage by other boards
> * fixed a typo in the sdio pinctrl definitions (/s/mmp13/mpp13/)
>
> Stefan Peter (1):
> Convert mplcec4 board to pinctrl
>
> arch/arm/boot/dts/kirkwood-6281.dtsi | 7 +++-
> arch/arm/boot/dts/kirkwood-mplcec4.dts | 59 ++++++++++++++++++++++++++++++++
> arch/arm/mach-kirkwood/board-mplcec4.c | 35 -------------------
> 3 files changed, 65 insertions(+), 36 deletions(-)
Acked-by: Andrew Lunn <andrew@lunn.ch>
Andrewy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-19 15:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 15:00 [PATCH 0/1 V2] ARM: kirkwood: Convert the mplcec4 board to pinctrl Stefan Peter
2012-11-19 15:00 ` [PATCH 1/1 V2] ARM: kirkwood: Convert " Stefan Peter
2012-11-19 15:17 ` [PATCH 0/1 V2] ARM: kirkwood: Convert the " Andrew Lunn
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.