aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/soc/bcm2835/raspberrypi-firmware.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-10-03 11:52:08 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:17 +0200
commite0cb35095753c038f42d1b6bf68c4cd063b3fd21 (patch)
tree0461d20be2d73af2ea2589791568f3156c80d9ee /include/soc/bcm2835/raspberrypi-firmware.h
parentstaging/vchi: Update for rename of page_cache_release() to put_page(). (diff)
downloadwireguard-linux-e0cb35095753c038f42d1b6bf68c4cd063b3fd21.tar.xz
wireguard-linux-e0cb35095753c038f42d1b6bf68c4cd063b3fd21.zip
ARM: bcm2835: Add #define for VCHIQ property message.
This comes from the downstream tree and is needed for the new VCHIQ driver in staging. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/soc/bcm2835/raspberrypi-firmware.h')
-rw-r--r--include/soc/bcm2835/raspberrypi-firmware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index 3fb357193f09..a06baffdf580 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -109,6 +109,8 @@ enum rpi_firmware_property_tag {
RPI_FIRMWARE_FRAMEBUFFER_SET_OVERSCAN = 0x0004800a,
RPI_FIRMWARE_FRAMEBUFFER_SET_PALETTE = 0x0004800b,
+ RPI_FIRMWARE_VCHIQ_INIT = 0x00048010,
+
RPI_FIRMWARE_GET_COMMAND_LINE = 0x00050001,
RPI_FIRMWARE_GET_DMA_CHANNELS = 0x00060001,
};