On Feb 27, 2013, at 5:33 AM, Joerg Roedel wrote:
On Mon, Feb 18, 2013 at 06:22:16PM +0530, Varun Sethi wrote:
quoted
Macros for checking FSL PCI controller version.
=20
Signed-off-by: Varun Sethi <redacted>
---
arch/powerpc/include/asm/pci-bridge.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
=20
diff --git a/arch/powerpc/include/asm/pci-bridge.h =
b/arch/powerpc/include/asm/pci-bridge.h
quoted
index 025a130..c12ed78 100644
--- a/arch/powerpc/include/asm/pci-bridge.h
+++ b/arch/powerpc/include/asm/pci-bridge.h
=20
struct device_node;
=20
+/* FSL PCI controller BRR1 register */
+#define PCI_FSL_BRR1 0xbf8
+#define PCI_FSL_BRR1_VER 0xffff
+
=20
=20
Please merge this patch with the one where you actually make use of
these defines for the first time.
=20
=20
Joerg
This also seems an odd place for these defines.
- k=