Skip to content

Commit

Permalink
arm: kirkwood: add pinmux option for the SDIO interface on 88F6282
Browse files Browse the repository at this point in the history
This commit adds a pinmux option, pmx_sdio, to enable the muxing of
the SDIO interface on the 88F6282 SoC from Marvell.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
tpetazzoni authored and arndb committed Feb 28, 2013
1 parent 5dd8a01 commit 8059fc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/kirkwood-6282.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
marvell,pins = "mpp13", "mpp14";
marvell,function = "uart1";
};
pmx_sdio: pmx-sdio {
marvell,pins = "mpp12", "mpp13", "mpp14",
"mpp15", "mpp16", "mpp17";
marvell,function = "sdio";
};
};

i2c@11100 {
Expand Down

0 comments on commit 8059fc1

Please sign in to comment.