wl12xx board_ref_clock

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Elvis Dowson
Date: Wednesday, October 27, 2010 - 10:59 am

Hi Ohad,
	          To which device does board_ref_clock refer to? On my board, the SDIO CLK line from the MMC2 controller is connected to the LSR TiWi wlan module. 
                  
@@ -164,12 +169,25 @@ static void __init beagle_display_init(void)
 
 #include "sdram-micron-mt46h32m32lf-6.h"
 
+struct wl12xx_platform_data omap_beagle_wlan_data __initdata = {
+	.irq = OMAP_GPIO_IRQ(OMAP_BEAGLE_WLAN_IRQ_GPIO),
+	.board_ref_clock = 2, /* 38.4 MHz */
+};

What is the impact of not specifying a board_ref_clock?

Best regards,

Elvis Dowson

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
wl12xx board_ref_clock, Elvis Dowson, (Wed Oct 27, 10:59 am)
Re: wl12xx board_ref_clock, Ohad Ben-Cohen, (Wed Oct 27, 2:42 pm)