Skip to content

Commit d921f8d

Browse files
committed
firmware: tegra: bpmp: Rename Tegra239 to Tegra238
This chip identifies as Tegra238, so update the BPMP ABI header to refer to it by the correct name. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 6de23f8 commit d921f8d

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

include/soc/tegra/bpmp-abi.h

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,9 @@ struct cmd_i2c_xfer_request {
10201020
/**
10211021
* @brief Tegra PWR_I2C bus identifier
10221022
*
1023-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_t194)
1023+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_t194)
10241024
* Must be set to 5.
1025-
* @endcond (bpmp_t234 || bpmp_t239 || bpmp_t194)
1025+
* @endcond (bpmp_t234 || bpmp_t238 || bpmp_t194)
10261026
* @cond bpmp_th500
10271027
* Must be set to 1.
10281028
* @endcond bpmp_th500
@@ -2108,7 +2108,7 @@ struct mrq_emc_dvfs_latency_response {
21082108
* @brief Query EMC HUB frequencies
21092109
*
21102110
* * Platforms: T234 onwards
2111-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_th500)
2111+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_th500)
21122112
* * Initiators: CCPLEX
21132113
* * Targets: BPMP
21142114
* * Request Payload: N/A
@@ -2139,15 +2139,15 @@ struct mrq_emc_dvfs_emchub_response {
21392139
} BPMP_ABI_PACKED;
21402140

21412141
/** @} EMC */
2142-
/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */
2142+
/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */
21432143

21442144
/**
21452145
* @ingroup MRQ_Codes
21462146
* @def MRQ_EMC_DISP_RFL
21472147
* @brief Set EMC display RFL handshake mode of operations
21482148
*
21492149
* * Platforms: T234 onwards
2150-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_th500)
2150+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_th500)
21512151
* * Initiators: CCPLEX
21522152
* * Targets: BPMP
21532153
* * Request Payload: @ref mrq_emc_disp_rfl_request
@@ -2184,15 +2184,15 @@ struct mrq_emc_disp_rfl_request {
21842184
} BPMP_ABI_PACKED;
21852185

21862186
/** @} EMC */
2187-
/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */
2187+
/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */
21882188

21892189
/**
21902190
* @ingroup MRQ_Codes
21912191
* @def MRQ_BWMGR
21922192
* @brief bwmgr requests
21932193
*
21942194
* * Platforms: T234 onwards
2195-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_th500)
2195+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_th500)
21962196
* * Initiators: CCPLEX
21972197
* * Targets: BPMP
21982198
* * Request Payload: @ref mrq_bwmgr_request
@@ -2299,15 +2299,15 @@ struct mrq_bwmgr_response {
22992299
} BPMP_ABI_PACKED;
23002300

23012301
/** @} BWMGR */
2302-
/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */
2302+
/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */
23032303

23042304
/**
23052305
* @ingroup MRQ_Codes
23062306
* @def MRQ_BWMGR_INT
23072307
* @brief bpmp-integrated bwmgr requests
23082308
*
23092309
* * Platforms: T234 onwards
2310-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_th500)
2310+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_th500)
23112311
* * Initiators: CCPLEX
23122312
* * Targets: BPMP
23132313
* * Request Payload: @ref mrq_bwmgr_int_request
@@ -2445,15 +2445,15 @@ struct mrq_bwmgr_int_response {
24452445
} BPMP_ABI_PACKED;
24462446

24472447
/** @} BWMGR_INT */
2448-
/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */
2448+
/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */
24492449

24502450
/**
24512451
* @ingroup MRQ_Codes
24522452
* @def MRQ_ISO_CLIENT
24532453
* @brief ISO client requests
24542454
*
24552455
* * Platforms: T234 onwards
2456-
* @cond (bpmp_t234 || bpmp_t239 || bpmp_th500)
2456+
* @cond (bpmp_t234 || bpmp_t238 || bpmp_th500)
24572457
* * Initiators: CCPLEX
24582458
* * Targets: BPMP
24592459
* * Request Payload: @ref mrq_iso_client_request
@@ -2636,15 +2636,15 @@ struct mrq_iso_client_response {
26362636
} BPMP_ABI_PACKED;
26372637

26382638
/** @} ISO_CLIENT */
2639-
/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */
2639+
/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */
26402640

26412641
/**
26422642
* @ingroup MRQ_Codes
26432643
* @def MRQ_CPU_NDIV_LIMITS
26442644
* @brief CPU freq. limits in ndiv
26452645
*
26462646
* * Platforms: T194 onwards
2647-
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500)
2647+
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500)
26482648
* * Initiators: CCPLEX
26492649
* * Targets: BPMP
26502650
* * Request Payload: @ref mrq_cpu_ndiv_limits_request
@@ -2678,7 +2678,7 @@ struct mrq_cpu_ndiv_limits_response {
26782678
} BPMP_ABI_PACKED;
26792679

26802680
/** @} CPU */
2681-
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */
2681+
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */
26822682

26832683
/**
26842684
* @ingroup MRQ_Codes
@@ -2911,7 +2911,7 @@ union mrq_ringbuf_console_bpmp_to_host_response {
29112911
* @brief Set a strap value controlled by BPMP
29122912
*
29132913
* * Platforms: T194 onwards
2914-
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500)
2914+
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500)
29152915
* * Initiators: CCPLEX
29162916
* * Targets: BPMP
29172917
* * Request Payload: @ref mrq_strap_request
@@ -2949,15 +2949,15 @@ struct mrq_strap_request {
29492949
} BPMP_ABI_PACKED;
29502950

29512951
/** @} Strap */
2952-
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */
2952+
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */
29532953

29542954
/**
29552955
* @ingroup MRQ_Codes
29562956
* @def MRQ_UPHY
29572957
* @brief Perform a UPHY operation
29582958
*
29592959
* * Platforms: T194 onwards
2960-
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500)
2960+
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500)
29612961
* * Initiators: CCPLEX
29622962
* * Targets: BPMP
29632963
* * Request Payload: @ref mrq_uphy_request
@@ -2997,23 +2997,23 @@ struct cmd_uphy_margin_status_response {
29972997
} BPMP_ABI_PACKED;
29982998

29992999
struct cmd_uphy_ep_controller_pll_init_request {
3000-
/** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */
3000+
/** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */
30013001
uint8_t ep_controller;
30023002
} BPMP_ABI_PACKED;
30033003

30043004
struct cmd_uphy_pcie_controller_state_request {
3005-
/** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T239 valid: 0-3 */
3005+
/** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T238 valid: 0-3 */
30063006
uint8_t pcie_controller;
30073007
uint8_t enable;
30083008
} BPMP_ABI_PACKED;
30093009

30103010
struct cmd_uphy_ep_controller_pll_off_request {
3011-
/** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */
3011+
/** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */
30123012
uint8_t ep_controller;
30133013
} BPMP_ABI_PACKED;
30143014

30153015
struct cmd_uphy_display_port_init_request {
3016-
/** @brief DisplayPort link rate, T239 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */
3016+
/** @brief DisplayPort link rate, T238 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */
30173017
uint16_t link_rate;
30183018
/** @brief 1: lane 0; 2: lane 1; 3: lane 0 and 1 */
30193019
uint16_t lanes_bitmap;
@@ -3084,20 +3084,20 @@ struct mrq_uphy_response {
30843084
} BPMP_ABI_PACKED;
30853085

30863086
/** @} UPHY */
3087-
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */
3087+
/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */
30883088

30893089
/**
30903090
* @ingroup MRQ_Codes
30913091
* @def MRQ_FMON
30923092
* @brief Perform a frequency monitor configuration operations
30933093
*
30943094
* * Platforms: T194 onwards
3095-
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500)
3095+
* @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500)
30963096
* * Initiators: CCPLEX
30973097
* * Targets: BPMP
30983098
* * Request Payload: @ref mrq_fmon_request
30993099
* * Response Payload: @ref mrq_fmon_response
3100-
* @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500)
3100+
* @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500)
31013101
*
31023102
* @addtogroup FMON
31033103
* @{

0 commit comments

Comments
 (0)