diff mbox series

[1/2] soc: bcm2835: sync firmware properties with downstream

Message ID 1544206871-15725-1-git-send-email-stefan.wahren@i2se.com (mailing list archive)
State Mainlined, archived
Commit c6275e4b12bfb53097bca852dd49c15b1af50cb4
Headers show
Series [1/2] soc: bcm2835: sync firmware properties with downstream | expand

Commit Message

Stefan Wahren Dec. 7, 2018, 6:21 p.m. UTC
Add latest firmware property tags from the latest Raspberry Pi downstream
kernel. This is needed to use the reboot notify in the following
commit.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 include/soc/bcm2835/raspberrypi-firmware.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Eric Anholt Dec. 8, 2018, 5:49 a.m. UTC | #1
Stefan Wahren <stefan.wahren@i2se.com> writes:

> Add latest firmware property tags from the latest Raspberry Pi downstream
> kernel. This is needed to use the reboot notify in the following
> commit.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

These are:

Reviewed-by: Eric Anholt <eric@anholt.net>
Stefan Wahren Jan. 9, 2019, 6:48 p.m. UTC | #2
> Eric Anholt <eric@anholt.net> hat am 8. Dezember 2018 um 06:49 geschrieben:
> 
> 
> Stefan Wahren <stefan.wahren@i2se.com> writes:
> 
> > Add latest firmware property tags from the latest Raspberry Pi downstream
> > kernel. This is needed to use the reboot notify in the following
> > commit.
> >
> > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> 
> These are:
> 
> Reviewed-by: Eric Anholt <eric@anholt.net>

Applied to bcm2835-drivers-next
diff mbox series

Patch

diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index 4be1aa4..7800e12 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -73,6 +73,8 @@  enum rpi_firmware_property_tag {
 	RPI_FIRMWARE_GET_CUSTOMER_OTP =                       0x00030021,
 	RPI_FIRMWARE_GET_DOMAIN_STATE =                       0x00030030,
 	RPI_FIRMWARE_GET_THROTTLED =                          0x00030046,
+	RPI_FIRMWARE_GET_CLOCK_MEASURED =                     0x00030047,
+	RPI_FIRMWARE_NOTIFY_REBOOT =                          0x00030048,
 	RPI_FIRMWARE_SET_CLOCK_STATE =                        0x00038001,
 	RPI_FIRMWARE_SET_CLOCK_RATE =                         0x00038002,
 	RPI_FIRMWARE_SET_VOLTAGE =                            0x00038003,
@@ -86,6 +88,8 @@  enum rpi_firmware_property_tag {
 	RPI_FIRMWARE_SET_GPIO_CONFIG =                        0x00038043,
 	RPI_FIRMWARE_GET_PERIPH_REG =                         0x00030045,
 	RPI_FIRMWARE_SET_PERIPH_REG =                         0x00038045,
+	RPI_FIRMWARE_GET_POE_HAT_VAL =                        0x00030049,
+	RPI_FIRMWARE_SET_POE_HAT_VAL =                        0x00030050,
 
 
 	/* Dispmanx TAGS */