Skip to content

Commit

Permalink
ARM: davinci: dm365: add GPIO pinmux configuration for virt2real
Browse files Browse the repository at this point in the history
The virt2real board makes uses spi3 interface
for connecting ks8851 Ethernet controller.

Add the required pinmux configuration for spi3 pins.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
  • Loading branch information
frantony committed Mar 29, 2014
1 parent f411b3a commit 401a23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-davinci/dm365.c
Expand Up @@ -637,6 +637,8 @@ EVT_CFG(DM365, EVT2_ASP_TX, 0, 1, 0, false)
EVT_CFG(DM365, EVT3_ASP_RX, 1, 1, 0, false)
EVT_CFG(DM365, EVT2_VC_TX, 0, 1, 1, false)
EVT_CFG(DM365, EVT3_VC_RX, 1, 1, 1, false)
EVT_CFG(DM365, EVT18_SPI3_TX, 3, 1, 1, false)
EVT_CFG(DM365, EVT19_SPI3_RX, 4, 1, 1, false)
#endif
};

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-davinci/include/mach/mux.h
Expand Up @@ -342,6 +342,8 @@ enum davinci_dm365_index {
DM365_EVT2_VC_TX,
DM365_EVT3_VC_RX,
DM365_EVT26_MMC0_RX,
DM365_EVT18_SPI3_TX,
DM365_EVT19_SPI3_RX,
};

enum da830_index {
Expand Down

0 comments on commit 401a23a

Please sign in to comment.