diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
commit | 86902b8e36f86c8675be6b759c2a8ced50805f64 (patch) | |
tree | 8cf42888ddd112267bdf28ace2a92521885b23a1 /include/asm-ppc/mpc8349_pci.h | |
parent | c7428d49ace4f2f16174ca028fe7072c02a473c8 (diff) |
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'include/asm-ppc/mpc8349_pci.h')
-rw-r--r-- | include/asm-ppc/mpc8349_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc8349_pci.h b/include/asm-ppc/mpc8349_pci.h index 48255a34f94..7a1adba950d 100644 --- a/include/asm-ppc/mpc8349_pci.h +++ b/include/asm-ppc/mpc8349_pci.h @@ -77,6 +77,7 @@ #define POCMR_ENABLE 0x80000000 #define POCMR_PCI_IO 0x40000000 #define POCMR_PREFETCH_EN 0x20000000 +#define POCMR_PCI2 0x10000000 /* Soft PCI reset */ |