summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-keystone/hardware.h
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-09-29 22:17:22 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:05 -0400
commit0935cac6855626f9de6af9583a30b6463e8bab95 (patch)
tree1dade35894311775f0d644fc3824bbfadc81a767 /arch/arm/include/asm/arch-keystone/hardware.h
parente3114c9a06e4c4a1fd93967288e28f6f0d61f49d (diff)
downloadtalos-obmc-uboot-0935cac6855626f9de6af9583a30b6463e8bab95.tar.gz
talos-obmc-uboot-0935cac6855626f9de6af9583a30b6463e8bab95.zip
net: keystone_net: move header file from arch to ti-common
The header file for the driver should be in correct place. So move it to "arch/arm/include/asm/ti-common/keystone_net.h" and correct driver's external dependencies. At the same time align and correct some definitions. Acked-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-keystone/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-keystone/hardware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-keystone/hardware.h b/arch/arm/include/asm/arch-keystone/hardware.h
index 08a7c70038..0441b291cc 100644
--- a/arch/arm/include/asm/arch-keystone/hardware.h
+++ b/arch/arm/include/asm/arch-keystone/hardware.h
@@ -175,6 +175,8 @@ typedef volatile unsigned int *dv_reg_p;
#define KS2_DEV_USB_PHY_BASE 0x02620738
#define KS2_USB_PHY_CFG_BASE 0x02630000
+#define KS2_MAC_ID_BASE_ADDR (KS2_DEVICE_STATE_CTRL_BASE + 0x110)
+
#ifdef CONFIG_SOC_K2HK
#include <asm/arch/hardware-k2hk.h>
#endif
OpenPOWER on IntegriCloud