diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 35a88a5a5013..2cd2ff6f3043 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -108,6 +108,7 @@ static struct musb_hdrc_config musb_config = { | |||
108 | * if it is the case. | 108 | * if it is the case. |
109 | */ | 109 | */ |
110 | .gpio_vrsel_active = 1, | 110 | .gpio_vrsel_active = 1, |
111 | .clkin = 24, /* musb CLKIN in MHZ */ | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | static struct musb_hdrc_platform_data musb_plat = { | 114 | static struct musb_hdrc_platform_data musb_plat = { |
@@ -708,7 +709,7 @@ static struct resource bfin_uart0_resources[] = { | |||
708 | }, | 709 | }, |
709 | }; | 710 | }; |
710 | 711 | ||
711 | unsigned short bfin_uart0_peripherals[] = { | 712 | static unsigned short bfin_uart0_peripherals[] = { |
712 | P_UART0_TX, P_UART0_RX, 0 | 713 | P_UART0_TX, P_UART0_RX, 0 |
713 | }; | 714 | }; |
714 | 715 | ||
@@ -763,7 +764,7 @@ static struct resource bfin_uart1_resources[] = { | |||
763 | #endif | 764 | #endif |
764 | }; | 765 | }; |
765 | 766 | ||
766 | unsigned short bfin_uart1_peripherals[] = { | 767 | static unsigned short bfin_uart1_peripherals[] = { |
767 | P_UART1_TX, P_UART1_RX, 0 | 768 | P_UART1_TX, P_UART1_RX, 0 |
768 | }; | 769 | }; |
769 | 770 | ||
@@ -962,6 +963,11 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = { | |||
962 | I2C_BOARD_INFO("ad5252", 0x2f), | 963 | I2C_BOARD_INFO("ad5252", 0x2f), |
963 | }, | 964 | }, |
964 | #endif | 965 | #endif |
966 | #if defined(CONFIG_SND_SOC_ADAU1373) || defined(CONFIG_SND_SOC_ADAU1373_MODULE) | ||
967 | { | ||
968 | I2C_BOARD_INFO("adau1373", 0x1A), | ||
969 | }, | ||
970 | #endif | ||
965 | }; | 971 | }; |
966 | 972 | ||
967 | #if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE) | 973 | #if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE) |
@@ -984,9 +990,9 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
984 | }, | 990 | }, |
985 | }; | 991 | }; |
986 | 992 | ||
987 | unsigned short bfin_sport0_peripherals[] = { | 993 | static unsigned short bfin_sport0_peripherals[] = { |
988 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 994 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
989 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 995 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
990 | }; | 996 | }; |
991 | 997 | ||
992 | static struct platform_device bfin_sport0_uart_device = { | 998 | static struct platform_device bfin_sport0_uart_device = { |
@@ -1018,9 +1024,9 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
1018 | }, | 1024 | }, |
1019 | }; | 1025 | }; |
1020 | 1026 | ||
1021 | unsigned short bfin_sport1_peripherals[] = { | 1027 | static unsigned short bfin_sport1_peripherals[] = { |
1022 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 1028 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
1023 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 1029 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
1024 | }; | 1030 | }; |
1025 | 1031 | ||
1026 | static struct platform_device bfin_sport1_uart_device = { | 1032 | static struct platform_device bfin_sport1_uart_device = { |