Merge branch 'ux500/delete-u5500' into next/soc
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-ux500 / include / mach / hardware.h
index cf6fac3d1eeb49fe553df517f62525401cff9acd..808c1d6601c5d3cf470d8743fd9fdc440a110067 100644 (file)
@@ -17,6 +17,8 @@
  */
 #define U8500_IO_VIRTUAL       0xf0000000
 #define U8500_IO_PHYSICAL      0xa0000000
+/* This is where we map in the ROM to check ASIC IDs */
+#define UX500_VIRT_ROM         0xf0000000
 
 /* This macro is used in assembly, so no cast */
 #define IO_ADDRESS(x)           \
@@ -24,6 +26,7 @@
 
 /* typesafe io address */
 #define __io_address(n)                IOMEM(IO_ADDRESS(n))
+
 /* Used by some plat-nomadik code */
 #define io_p2v(n)              __io_address(n)