aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/prom.h
diff options
context:
space:
mode:
authorMichael Bringmann <mwb@linux.vnet.ibm.com>2017-12-01 17:19:40 -0600
committerMichael Ellerman <mpe@ellerman.id.au>2018-01-21 16:21:40 +1100
commit3f38000eda485f466153d37c4f9201fb50cb03a3 (patch)
tree21358e6e28d8f44863708e7fbcd9440536673a94 /arch/powerpc/include/asm/prom.h
parentpowerpc/watchdog: improve watchdog comments (diff)
downloadwireguard-linux-3f38000eda485f466153d37c4f9201fb50cb03a3.tar.xz
wireguard-linux-3f38000eda485f466153d37c4f9201fb50cb03a3.zip
powerpc/firmware: Add definitions for new drc-info firmware feature
Firmware Features: Define new bit flag representing the presence of new device tree property "ibm,drc-info". The flag is used to tell the front end processor whether the Linux kernel supports the new property, and by the front end processor to tell the Linux kernel that the new property is present in the device tree. Signed-off-by: Michael Bringmann <mwb@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r--arch/powerpc/include/asm/prom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h
index 9f27866e3126..2ab5d732fefa 100644
--- a/arch/powerpc/include/asm/prom.h
+++ b/arch/powerpc/include/asm/prom.h
@@ -160,6 +160,7 @@ extern int of_get_ibm_chip_id(struct device_node *np);
#define OV5_HASH_GTSE 0x1940 /* Guest Translation Shoot Down Avail */
/* Radix Table Extensions */
#define OV5_RADIX_GTSE 0x1A40 /* Guest Translation Shoot Down Avail */
+#define OV5_DRC_INFO 0x1640 /* Redef Prop Structures: drc-info */
/* Option Vector 6: IBM PAPR hints */
#define OV6_LINUX 0x02 /* Linux is our OS */