The BSC (I²C) interrupt is actually shared between (at least) the BSC0 and

BSC1 units, so don't name it as belonging to only BSC0.
This commit is contained in:
jakllsch 2013-01-05 19:44:44 +00:00
parent 26ab297f8a
commit f8c023710e

View File

@ -1,4 +1,4 @@
/* $NetBSD: bcm2835reg.h,v 1.5 2012/11/20 21:22:11 skrll Exp $ */
/* $NetBSD: bcm2835reg.h,v 1.6 2013/01/05 19:44:44 jakllsch Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -124,7 +124,7 @@
#define BCM2835_INT_GPIO1 (BCM2835_INT_GPU1BASE + 18)
#define BCM2835_INT_GPIO2 (BCM2835_INT_GPU1BASE + 19)
#define BCM2835_INT_GPIO3 (BCM2835_INT_GPU1BASE + 20)
#define BCM2835_INT_BSC0 (BCM2835_INT_GPU1BASE + 21)
#define BCM2835_INT_BSC (BCM2835_INT_GPU1BASE + 21)
#define BCM2835_INT_SPI0 (BCM2835_INT_GPU1BASE + 22)
#define BCM2835_INT_PCM (BCM2835_INT_GPU1BASE + 23)
#define BCM2835_INT_UART0 (BCM2835_INT_GPU1BASE + 25)