Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'arm-soc/for-6.2/drivers-fixes' of https://github.com/Broadcom/stblinux into arm/fixes

This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers fixes
for 6.2, please pull the following:

- Maxime fixes a sparse annotation for one of the Raspberry Pi firmware
clock request message

* tag 'arm-soc/for-6.2/drivers-fixes' of https://github.com/Broadcom/stblinux:
firmware: raspberrypi: Fix type assignment

Link: https://lore.kernel.org/r/20230110215025.1008437-1-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
include/soc/bcm2835/raspberrypi-firmware.h
··· 170 170 171 171 #define RPI_FIRMWARE_CLK_RATE_REQUEST(_id) \ 172 172 { \ 173 - .id = _id, \ 173 + .id = cpu_to_le32(_id), \ 174 174 } 175 175 176 176 #if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)