diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-02-20 09:41:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-20 14:10:48 +0000 |
commit | 4e10ae11317b238609fc3ec9d50a5dee9473e045 (patch) | |
tree | 95cecdc421714f35671667463bb70a1d6004f54a | |
parent | 1c8e170aaa7ba62c0160e96a52e25ad004419109 (diff) | |
download | op-kernel-dev-4e10ae11317b238609fc3ec9d50a5dee9473e045.zip op-kernel-dev-4e10ae11317b238609fc3ec9d50a5dee9473e045.tar.gz |
ARM: 5951/1: ARM: fix documentation of the PrimeCell bus
This fixes the filepath encoded in <linux/amba/bus.h> and adds
some documentation as to what this bus really means.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | include/linux/amba/bus.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index ab94335..6816be6 100644 --- a/include/linux/amba/bus.h +++ b/include/linux/amba/bus.h @@ -1,5 +1,9 @@ /* - * linux/include/asm-arm/hardware/amba.h + * linux/include/amba/bus.h + * + * This device type deals with ARM PrimeCells and anything else that + * presents a proper CID (0xB105F00D) at the end of the I/O register + * region or that is derived from a PrimeCell. * * Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved. * |