mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
Merge tag 'tegra-for-6.15-firmware' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers
firmware: tegra: Changes for v6.15-rc1 Not much to this except for a simple typofix. * tag 'tegra-for-6.15-firmware' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: firmware: tegra: bpmp: Fix typo in bpmp-abi.h Link: https://lore.kernel.org/r/20250307162332.3451523-2-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -3755,7 +3755,7 @@ enum mrq_pwr_limit_cmd {
|
||||
* @defgroup bpmp_pwr_limit_type PWR_LIMIT TYPEs
|
||||
* @{
|
||||
*/
|
||||
/** @brief Limit value specifies traget cap */
|
||||
/** @brief Limit value specifies target cap */
|
||||
#define PWR_LIMIT_TYPE_TARGET_CAP 0U
|
||||
/** @brief Limit value specifies maximum possible target cap */
|
||||
#define PWR_LIMIT_TYPE_BOUND_MAX 1U
|
||||
|
||||
Reference in New Issue
Block a user