diff mbox series

[v2,1/4] soc: bcm2835: Sync xHCI reset firmware property with downstream

Message ID 20200219123933.2792-2-nsaenzjulienne@suse.de
State New
Headers show
Series Raspberry Pi 4 VL805 firmware load support | expand

Commit Message

Nicolas Saenz Julienne Feb. 19, 2020, 12:39 p.m. UTC
The property is needed in order to trigger VL805's firmware load.

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
---

Note that there is a gap between the property introduced and the previous
one. This is also the case downstream.

Changes since v1:
 - move into own patch

 include/soc/bcm2835/raspberrypi-firmware.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Fainelli Feb. 19, 2020, 7:15 p.m. UTC | #1
On 2/19/20 4:39 AM, Nicolas Saenz Julienne wrote:
> The property is needed in order to trigger VL805's firmware load.
> 
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
diff mbox series

Patch

diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index 7800e12ee042..cc9cdbc66403 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -90,7 +90,7 @@  enum rpi_firmware_property_tag {
 	RPI_FIRMWARE_SET_PERIPH_REG =                         0x00038045,
 	RPI_FIRMWARE_GET_POE_HAT_VAL =                        0x00030049,
 	RPI_FIRMWARE_SET_POE_HAT_VAL =                        0x00030050,
-
+	RPI_FIRMWARE_NOTIFY_XHCI_RESET =                      0x00030058,
 
 	/* Dispmanx TAGS */
 	RPI_FIRMWARE_FRAMEBUFFER_ALLOCATE =                   0x00040001,