Skip to content
Snippets Groups Projects
Commit 06fde1a0 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: orion5x: fix mvebu_mbus_dt_init call


The prototype for mvebu_mbus_dt_init() changed around the same time
as a new caller was added to orion5x. This adds the missing argument
to make orion5x behave correctly.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 9eb23c92
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ static void __init orion5x_dt_init(void)
orion5x_id(&dev, &rev, &dev_name);
printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk);
BUG_ON(mvebu_mbus_dt_init());
BUG_ON(mvebu_mbus_dt_init(false));
/*
* Setup Orion address map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment