Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373941
b: refs/heads/master
c: fe0cd96
h: refs/heads/master
i:
  373939: a42aa80
v: v3
  • Loading branch information
Neil Greatorex authored and Jason Cooper committed Mar 30, 2013
1 parent 933398b commit 9c7a7de
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: fddddb52a6c4e2438f4514ed979183653ca0732a
refs/heads/master: fe0cd96c009b14cc85d41a97f84a6453e4bbfd7f
3 changes: 3 additions & 0 deletions trunk/drivers/bus/mvebu-mbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,9 @@ int __init mvebu_mbus_init(const char *soc, phys_addr_t mbuswins_phys_base,
return -ENOMEM;
}

if (of_find_compatible_node(NULL, NULL, "marvell,coherency-fabric"))
mbus->hw_io_coherency = 1;

for (win = 0; win < mbus->soc->num_wins; win++)
mvebu_mbus_disable_window(mbus, win);

Expand Down

0 comments on commit 9c7a7de

Please sign in to comment.