aboutsummaryrefslogtreecommitdiff
path: root/include/phys-map.h
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-05-12 15:49:37 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-05-16 15:41:35 +1000
commite9f98e25bb63a1b0eb0415f26f8426e251877274 (patch)
tree712a4f7e8f8cc115762f783acec121e6ff4c3345 /include/phys-map.h
parent249731c071ad2d2a6703448295a07d82e99e3788 (diff)
downloadskiboot-e9f98e25bb63a1b0eb0415f26f8426e251877274.zip
skiboot-e9f98e25bb63a1b0eb0415f26f8426e251877274.tar.gz
skiboot-e9f98e25bb63a1b0eb0415f26f8426e251877274.tar.bz2
phys map: Add missing NPU user regs region
We don't use this region currrently but we should add for completeness. Signed-off-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phys-map.h')
-rw-r--r--include/phys-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phys-map.h b/include/phys-map.h
index a012432..50ff0c4 100644
--- a/include/phys-map.h
+++ b/include/phys-map.h
@@ -40,6 +40,7 @@ enum phys_map_type {
LPC_BUS,
FSP_MMIO,
NPU_REGS,
+ NPU_USR,
NPU_PHY,
NPU_NTL,
NPU_GENID,