public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: octeon: Add Lanai board USB clock type
@ 2010-10-11 10:09 Bernhard Walle
  2010-10-11 16:53 ` David Daney
  0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Walle @ 2010-10-11 10:09 UTC (permalink / raw)
  To: ddaney; +Cc: devel, linux-kernel

Add the LANAI2 board to __cvmx_helper_board_usb_get_clock_type(). It
also uses the USB_CLOCK_TYPE_CRYSTAL_12 clock.

Signed-off-by: Bernhard Walle <walle@corscience.de>
---
 drivers/staging/octeon/cvmx-helper-board.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/octeon/cvmx-helper-board.c b/drivers/staging/octeon/cvmx-helper-board.c
index 5793318..f8ae6b4 100644
--- a/drivers/staging/octeon/cvmx-helper-board.c
+++ b/drivers/staging/octeon/cvmx-helper-board.c
@@ -752,6 +752,7 @@ cvmx_helper_board_usb_clock_types_t __cvmx_helper_board_usb_get_clock_type(void)
 {
 	switch (cvmx_sysinfo_get()->board_type) {
 	case CVMX_BOARD_TYPE_BBGW_REF:
+	case CVMX_BOARD_TYPE_LANAI2_G:
 		return USB_CLOCK_TYPE_CRYSTAL_12;
 	}
 	return USB_CLOCK_TYPE_REF_48;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-13 21:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 10:09 [PATCH] staging: octeon: Add Lanai board USB clock type Bernhard Walle
2010-10-11 16:53 ` David Daney
2010-10-11 17:05   ` Bernhard Walle
2010-10-11 17:13     ` David Daney
2010-10-12 15:54       ` Greg KH
2010-10-12 16:56         ` David Daney
2010-10-13 16:39           ` Bernhard Walle
2010-10-13 21:02             ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox