summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/board_kb920x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/board_kb920x.c')
-rw-r--r--sys/arm/at91/board_kb920x.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arm/at91/board_kb920x.c b/sys/arm/at91/board_kb920x.c
index a577f87..bb8e011 100644
--- a/sys/arm/at91/board_kb920x.c
+++ b/sys/arm/at91/board_kb920x.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2005-2008 Olivier Houchard. All rights reserved.
- * Copyright (c) 2005-2008 Warner Losh. All rights reserved.
+ * Copyright (c) 2005-2012 Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,15 +30,19 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <machine/board.h>
-#include <arm/at91/at91var.h>
#include <arm/at91/at91board.h>
+#include <arm/at91/at91var.h>
#include <arm/at91/at91rm92reg.h>
+#include <arm/at91/at91rm9200var.h>
#include <arm/at91/at91_piovar.h>
#include <arm/at91/at91_pio_rm9200.h>
BOARD_INIT long
board_init(void)
{
+
+ at91rm9200_set_subtype(AT91_ST_RM9200_PQFP);
+
/*
* Since the USART supports RS-485 multidrop mode, it allows the
* TX pins to float. However, for RS-232 operations, we don't want
OpenPOWER on IntegriCloud