DM365: Make CLKOUTx available

Added PINMUX configurations for the CLKOUT0 .. CLKOUT2
functions, for boards that want to use these clocks.

Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
Thomas Koeller
2010-05-11 17:06:48 +02:00
committed by Kevin Hilman
parent 2168e76d6b
commit 0efe2b7442
2 changed files with 9 additions and 0 deletions

View File

@@ -287,6 +287,11 @@ enum davinci_dm365_index {
DM365_SPI4_SDENA0,
DM365_SPI4_SDENA1,
/* Clock */
DM365_CLKOUT0,
DM365_CLKOUT1,
DM365_CLKOUT2,
/* GPIO */
DM365_GPIO20,
DM365_GPIO30,