Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156495
b: refs/heads/master
c: 320145f
h: refs/heads/master
i:
  156493: 14421c5
  156491: 3288738
  156487: e416c54
  156479: 8f40428
v: v3
  • Loading branch information
Yegor Yefremov authored and Russell King committed Jul 30, 2009
1 parent 2f95703 commit 8835c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a52ac8d181e938d640c2da70cad6d1301abe775
refs/heads/master: 320145fac91955ee35a6af7e1c2b42388a17b3d8
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-ks8695/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ static int ks8695_pci_fault(unsigned long addr, unsigned int fsr, struct pt_regs

static void __init ks8695_pci_preinit(void)
{
/* make software reset to avoid freeze if PCI bus was messed up */
__raw_writel(0x80000000, KS8695_PCI_VA + KS8695_PBCS);

/* stage 1 initialization, subid, subdevice = 0x0001 */
__raw_writel(0x00010001, KS8695_PCI_VA + KS8695_CRCSID);

Expand Down

0 comments on commit 8835c32

Please sign in to comment.