Commit 94d6dd67 authored by Konstantin Porotchkin's avatar Konstantin Porotchkin
Browse files

plat: marvell: rename common include file



Rename a8k_common.h to armada_common.h to keep the same header
name across all other Marvell Armada platforms.
This is especially useful since various Marvell platforms may
use common platform files and share the driver modules.

Change-Id: I7262105201123d54ccddef9aad4097518f1e38ef
Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
parent c5e0b3b0
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* AXI to M-Bridge decoding unit driver for Marvell Armada 8K and 8K+ SoCs */ /* AXI to M-Bridge decoding unit driver for Marvell Armada 8K and 8K+ SoCs */
#include <a8k_common.h> #include <armada_common.h>
#include <debug.h> #include <debug.h>
#include <mmio.h> #include <mmio.h>
#include <mvebu.h> #include <mvebu.h>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* CCU unit device driver for Marvell AP807, AP807 and AP810 SoCs */ /* CCU unit device driver for Marvell AP807, AP807 and AP810 SoCs */
#include <a8k_common.h> #include <armada_common.h>
#include <ccu.h> #include <ccu.h>
#include <debug.h> #include <debug.h>
#include <mmio.h> #include <mmio.h>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* GWIN unit device driver for Marvell AP810 SoC */ /* GWIN unit device driver for Marvell AP810 SoC */
#include <a8k_common.h> #include <armada_common.h>
#include <debug.h> #include <debug.h>
#include <gwin.h> #include <gwin.h>
#include <mmio.h> #include <mmio.h>
......
...@@ -442,7 +442,7 @@ static int marvell_i2c_unstuck(int ret) ...@@ -442,7 +442,7 @@ static int marvell_i2c_unstuck(int ret)
void i2c_init(void *i2c_base) void i2c_init(void *i2c_base)
{ {
/* For I2C speed and slave address, now we do not set them since /* For I2C speed and slave address, now we do not set them since
* we just provide the working speed and slave address in plat_def.h * we just provide the working speed and slave address in mvebu_def.h
* for i2c_init * for i2c_init
*/ */
base = (struct marvell_i2c_regs *)i2c_base; base = (struct marvell_i2c_regs *)i2c_base;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* IO Window unit device driver for Marvell AP807, AP807 and AP810 SoCs */ /* IO Window unit device driver for Marvell AP807, AP807 and AP810 SoCs */
#include <a8k_common.h> #include <armada_common.h>
#include <debug.h> #include <debug.h>
#include <io_win.h> #include <io_win.h>
#include <mmio.h> #include <mmio.h>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/* IOW unit device driver for Marvell CP110 and CP115 SoCs */ /* IOW unit device driver for Marvell CP110 and CP115 SoCs */
#include <a8k_common.h> #include <armada_common.h>
#include <arch_helpers.h> #include <arch_helpers.h>
#include <debug.h> #include <debug.h>
#include <iob.h> #include <iob.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
/* /*
* If bootrom is currently at BLE there's no need to include the memory * If bootrom is currently at BLE there's no need to include the memory
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
/* /*
* If bootrom is currently at BLE there's no need to include the memory * If bootrom is currently at BLE there's no need to include the memory
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
/* /*
* If bootrom is currently at BLE there's no need to include the memory * If bootrom is currently at BLE there's no need to include the memory
* maps structure at this point * maps structure at this point
......
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <mmio.h> #include <mmio.h>
/* /*
* If bootrom is currently at BLE there's no need to include the memory * If bootrom is currently at BLE there's no need to include the memory
* maps structure at this point * maps structure at this point
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
#include <bl_common.h> #include <bl_common.h>
#include <ccu.h> #include <ccu.h>
#include <cp110_setup.h> #include <cp110_setup.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
#include <ap_setup.h> #include <ap_setup.h>
#include <cp110_setup.h> #include <cp110_setup.h>
#include <debug.h> #include <debug.h>
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h>
#include <ap_setup.h> #include <ap_setup.h>
#include <armada_common.h>
#include <aro.h> #include <aro.h>
#include <ccu.h> #include <ccu.h>
#include <cp110_setup.h> #include <cp110_setup.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* https://spdx.org/licenses * https://spdx.org/licenses
*/ */
#include <a8k_common.h> #include <armada_common.h>
#include <assert.h> #include <assert.h>
#include <bakery_lock.h> #include <bakery_lock.h>
#include <debug.h> #include <debug.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment