* [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol
@ 2026-02-26 15:09 Thierry Reding
2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Thierry Reding @ 2026-02-26 15:09 UTC (permalink / raw)
To: Thierry Reding; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel
From: Thierry Reding <treding@nvidia.com>
The NVIDIA Tegra238 SoC is an upcoming new chip. Add a Kconfig symbol to
allow fine-grained selection of support code for this chip.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
drivers/soc/tegra/Kconfig | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index c0fc54c3cd35..0a84bfd5c657 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -125,6 +125,15 @@ config ARCH_TEGRA_234_SOC
help
Enable support for the NVIDIA Tegra234 SoC.
+config ARCH_TEGRA_238_SOC
+ bool "NVIDIA Tegra238 SoC"
+ default ARCH_TEGRA
+ depends on !CPU_BIG_ENDIAN
+ select MAILBOX
+ select SOC_TEGRA_PMC
+ help
+ Enable support for the NVIDIA Tegra238 SoC.
+
config ARCH_TEGRA_241_SOC
bool "NVIDIA Tegra241 SoC"
help
--
2.52.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 2026-02-26 15:09 [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Thierry Reding @ 2026-02-26 15:09 ` Thierry Reding 2026-03-04 10:19 ` Jon Hunter 2026-03-04 10:19 ` [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Jon Hunter 2026-03-19 16:09 ` Thierry Reding 2 siblings, 1 reply; 5+ messages in thread From: Thierry Reding @ 2026-02-26 15:09 UTC (permalink / raw) To: Thierry Reding; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel From: Thierry Reding <treding@nvidia.com> This chip identifies as Tegra238, so update the BPMP ABI header to refer to it by the correct name. Signed-off-by: Thierry Reding <treding@nvidia.com> --- include/soc/tegra/bpmp-abi.h | 48 ++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index dc0789c20333..39bb3f87e28d 100644 --- a/include/soc/tegra/bpmp-abi.h +++ b/include/soc/tegra/bpmp-abi.h @@ -1020,9 +1020,9 @@ struct cmd_i2c_xfer_request { /** * @brief Tegra PWR_I2C bus identifier * - * @cond (bpmp_t234 || bpmp_t239 || bpmp_t194) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_t194) * Must be set to 5. - * @endcond (bpmp_t234 || bpmp_t239 || bpmp_t194) + * @endcond (bpmp_t234 || bpmp_t238 || bpmp_t194) * @cond bpmp_th500 * Must be set to 1. * @endcond bpmp_th500 @@ -2108,7 +2108,7 @@ struct mrq_emc_dvfs_latency_response { * @brief Query EMC HUB frequencies * * * Platforms: T234 onwards - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: N/A @@ -2139,7 +2139,7 @@ struct mrq_emc_dvfs_emchub_response { } BPMP_ABI_PACKED; /** @} EMC */ -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2147,7 +2147,7 @@ struct mrq_emc_dvfs_emchub_response { * @brief Set EMC display RFL handshake mode of operations * * * Platforms: T234 onwards - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_emc_disp_rfl_request @@ -2184,7 +2184,7 @@ struct mrq_emc_disp_rfl_request { } BPMP_ABI_PACKED; /** @} EMC */ -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2192,7 +2192,7 @@ struct mrq_emc_disp_rfl_request { * @brief bwmgr requests * * * Platforms: T234 onwards - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_bwmgr_request @@ -2299,7 +2299,7 @@ struct mrq_bwmgr_response { } BPMP_ABI_PACKED; /** @} BWMGR */ -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2307,7 +2307,7 @@ struct mrq_bwmgr_response { * @brief bpmp-integrated bwmgr requests * * * Platforms: T234 onwards - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_bwmgr_int_request @@ -2445,7 +2445,7 @@ struct mrq_bwmgr_int_response { } BPMP_ABI_PACKED; /** @} BWMGR_INT */ -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2453,7 +2453,7 @@ struct mrq_bwmgr_int_response { * @brief ISO client requests * * * Platforms: T234 onwards - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_iso_client_request @@ -2636,7 +2636,7 @@ struct mrq_iso_client_response { } BPMP_ABI_PACKED; /** @} ISO_CLIENT */ -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2644,7 +2644,7 @@ struct mrq_iso_client_response { * @brief CPU freq. limits in ndiv * * * Platforms: T194 onwards - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_cpu_ndiv_limits_request @@ -2678,7 +2678,7 @@ struct mrq_cpu_ndiv_limits_response { } BPMP_ABI_PACKED; /** @} CPU */ -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2911,7 +2911,7 @@ union mrq_ringbuf_console_bpmp_to_host_response { * @brief Set a strap value controlled by BPMP * * * Platforms: T194 onwards - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_strap_request @@ -2949,7 +2949,7 @@ struct mrq_strap_request { } BPMP_ABI_PACKED; /** @} Strap */ -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -2957,7 +2957,7 @@ struct mrq_strap_request { * @brief Perform a UPHY operation * * * Platforms: T194 onwards - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_uphy_request @@ -2997,23 +2997,23 @@ struct cmd_uphy_margin_status_response { } BPMP_ABI_PACKED; struct cmd_uphy_ep_controller_pll_init_request { - /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */ + /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */ uint8_t ep_controller; } BPMP_ABI_PACKED; struct cmd_uphy_pcie_controller_state_request { - /** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T239 valid: 0-3 */ + /** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T238 valid: 0-3 */ uint8_t pcie_controller; uint8_t enable; } BPMP_ABI_PACKED; struct cmd_uphy_ep_controller_pll_off_request { - /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */ + /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */ uint8_t ep_controller; } BPMP_ABI_PACKED; struct cmd_uphy_display_port_init_request { - /** @brief DisplayPort link rate, T239 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */ + /** @brief DisplayPort link rate, T238 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */ uint16_t link_rate; /** @brief 1: lane 0; 2: lane 1; 3: lane 0 and 1 */ uint16_t lanes_bitmap; @@ -3084,7 +3084,7 @@ struct mrq_uphy_response { } BPMP_ABI_PACKED; /** @} UPHY */ -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ /** * @ingroup MRQ_Codes @@ -3092,12 +3092,12 @@ struct mrq_uphy_response { * @brief Perform a frequency monitor configuration operations * * * Platforms: T194 onwards - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) * * Initiators: CCPLEX * * Targets: BPMP * * Request Payload: @ref mrq_fmon_request * * Response Payload: @ref mrq_fmon_response - * @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) + * @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) * * @addtogroup FMON * @{ -- 2.52.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding @ 2026-03-04 10:19 ` Jon Hunter 0 siblings, 0 replies; 5+ messages in thread From: Jon Hunter @ 2026-03-04 10:19 UTC (permalink / raw) To: Thierry Reding; +Cc: linux-tegra, linux-arm-kernel On 26/02/2026 15:09, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > This chip identifies as Tegra238, so update the BPMP ABI header to refer > to it by the correct name. > > Signed-off-by: Thierry Reding <treding@nvidia.com> > --- > include/soc/tegra/bpmp-abi.h | 48 ++++++++++++++++++------------------ > 1 file changed, 24 insertions(+), 24 deletions(-) > > diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h > index dc0789c20333..39bb3f87e28d 100644 > --- a/include/soc/tegra/bpmp-abi.h > +++ b/include/soc/tegra/bpmp-abi.h > @@ -1020,9 +1020,9 @@ struct cmd_i2c_xfer_request { > /** > * @brief Tegra PWR_I2C bus identifier > * > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_t194) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_t194) > * Must be set to 5. > - * @endcond (bpmp_t234 || bpmp_t239 || bpmp_t194) > + * @endcond (bpmp_t234 || bpmp_t238 || bpmp_t194) > * @cond bpmp_th500 > * Must be set to 1. > * @endcond bpmp_th500 > @@ -2108,7 +2108,7 @@ struct mrq_emc_dvfs_latency_response { > * @brief Query EMC HUB frequencies > * > * * Platforms: T234 onwards > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: N/A > @@ -2139,7 +2139,7 @@ struct mrq_emc_dvfs_emchub_response { > } BPMP_ABI_PACKED; > > /** @} EMC */ > -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2147,7 +2147,7 @@ struct mrq_emc_dvfs_emchub_response { > * @brief Set EMC display RFL handshake mode of operations > * > * * Platforms: T234 onwards > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_emc_disp_rfl_request > @@ -2184,7 +2184,7 @@ struct mrq_emc_disp_rfl_request { > } BPMP_ABI_PACKED; > > /** @} EMC */ > -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2192,7 +2192,7 @@ struct mrq_emc_disp_rfl_request { > * @brief bwmgr requests > * > * * Platforms: T234 onwards > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_bwmgr_request > @@ -2299,7 +2299,7 @@ struct mrq_bwmgr_response { > } BPMP_ABI_PACKED; > > /** @} BWMGR */ > -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2307,7 +2307,7 @@ struct mrq_bwmgr_response { > * @brief bpmp-integrated bwmgr requests > * > * * Platforms: T234 onwards > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_bwmgr_int_request > @@ -2445,7 +2445,7 @@ struct mrq_bwmgr_int_response { > } BPMP_ABI_PACKED; > > /** @} BWMGR_INT */ > -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2453,7 +2453,7 @@ struct mrq_bwmgr_int_response { > * @brief ISO client requests > * > * * Platforms: T234 onwards > - * @cond (bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_iso_client_request > @@ -2636,7 +2636,7 @@ struct mrq_iso_client_response { > } BPMP_ABI_PACKED; > > /** @} ISO_CLIENT */ > -/** @endcond (bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2644,7 +2644,7 @@ struct mrq_iso_client_response { > * @brief CPU freq. limits in ndiv > * > * * Platforms: T194 onwards > - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_cpu_ndiv_limits_request > @@ -2678,7 +2678,7 @@ struct mrq_cpu_ndiv_limits_response { > } BPMP_ABI_PACKED; > > /** @} CPU */ > -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2911,7 +2911,7 @@ union mrq_ringbuf_console_bpmp_to_host_response { > * @brief Set a strap value controlled by BPMP > * > * * Platforms: T194 onwards > - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_strap_request > @@ -2949,7 +2949,7 @@ struct mrq_strap_request { > } BPMP_ABI_PACKED; > > /** @} Strap */ > -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -2957,7 +2957,7 @@ struct mrq_strap_request { > * @brief Perform a UPHY operation > * > * * Platforms: T194 onwards > - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_uphy_request > @@ -2997,23 +2997,23 @@ struct cmd_uphy_margin_status_response { > } BPMP_ABI_PACKED; > > struct cmd_uphy_ep_controller_pll_init_request { > - /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */ > + /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */ > uint8_t ep_controller; > } BPMP_ABI_PACKED; > > struct cmd_uphy_pcie_controller_state_request { > - /** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T239 valid: 0-3 */ > + /** @brief PCIE controller number, T194 valid: 0-4; T234 valid: 0-10; T238 valid: 0-3 */ > uint8_t pcie_controller; > uint8_t enable; > } BPMP_ABI_PACKED; > > struct cmd_uphy_ep_controller_pll_off_request { > - /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T239 valid: 0 */ > + /** @brief EP controller number, T194 valid: 0, 4, 5; T234 valid: 5, 6, 7, 10; T238 valid: 0 */ > uint8_t ep_controller; > } BPMP_ABI_PACKED; > > struct cmd_uphy_display_port_init_request { > - /** @brief DisplayPort link rate, T239 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */ > + /** @brief DisplayPort link rate, T238 valid: 1620, 2700, 5400, 8100, 2160, 2430, 3240, 4320, 6750 */ > uint16_t link_rate; > /** @brief 1: lane 0; 2: lane 1; 3: lane 0 and 1 */ > uint16_t lanes_bitmap; > @@ -3084,7 +3084,7 @@ struct mrq_uphy_response { > } BPMP_ABI_PACKED; > > /** @} UPHY */ > -/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) */ > +/** @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) */ > > /** > * @ingroup MRQ_Codes > @@ -3092,12 +3092,12 @@ struct mrq_uphy_response { > * @brief Perform a frequency monitor configuration operations > * > * * Platforms: T194 onwards > - * @cond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @cond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) > * * Initiators: CCPLEX > * * Targets: BPMP > * * Request Payload: @ref mrq_fmon_request > * * Response Payload: @ref mrq_fmon_response > - * @endcond (bpmp_t194 || bpmp_t234 || bpmp_t239 || bpmp_th500) > + * @endcond (bpmp_t194 || bpmp_t234 || bpmp_t238 || bpmp_th500) > * > * @addtogroup FMON > * @{ Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Thanks Jon -- nvpublic ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol 2026-02-26 15:09 [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Thierry Reding 2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding @ 2026-03-04 10:19 ` Jon Hunter 2026-03-19 16:09 ` Thierry Reding 2 siblings, 0 replies; 5+ messages in thread From: Jon Hunter @ 2026-03-04 10:19 UTC (permalink / raw) To: Thierry Reding; +Cc: linux-tegra, linux-arm-kernel On 26/02/2026 15:09, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The NVIDIA Tegra238 SoC is an upcoming new chip. Add a Kconfig symbol to > allow fine-grained selection of support code for this chip. > > Signed-off-by: Thierry Reding <treding@nvidia.com> > --- > drivers/soc/tegra/Kconfig | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig > index c0fc54c3cd35..0a84bfd5c657 100644 > --- a/drivers/soc/tegra/Kconfig > +++ b/drivers/soc/tegra/Kconfig > @@ -125,6 +125,15 @@ config ARCH_TEGRA_234_SOC > help > Enable support for the NVIDIA Tegra234 SoC. > > +config ARCH_TEGRA_238_SOC > + bool "NVIDIA Tegra238 SoC" > + default ARCH_TEGRA > + depends on !CPU_BIG_ENDIAN > + select MAILBOX > + select SOC_TEGRA_PMC > + help > + Enable support for the NVIDIA Tegra238 SoC. > + > config ARCH_TEGRA_241_SOC > bool "NVIDIA Tegra241 SoC" > help Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Thanks Jon -- nvpublic ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol 2026-02-26 15:09 [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Thierry Reding 2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding 2026-03-04 10:19 ` [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Jon Hunter @ 2026-03-19 16:09 ` Thierry Reding 2 siblings, 0 replies; 5+ messages in thread From: Thierry Reding @ 2026-03-19 16:09 UTC (permalink / raw) To: Jon Hunter, linux-tegra, linux-arm-kernel [-- Attachment #1: Type: text/plain, Size: 442 bytes --] On Thu, Feb 26, 2026 at 04:09:32PM +0100, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The NVIDIA Tegra238 SoC is an upcoming new chip. Add a Kconfig symbol to > allow fine-grained selection of support code for this chip. > > Signed-off-by: Thierry Reding <treding@nvidia.com> > --- > drivers/soc/tegra/Kconfig | 9 +++++++++ > 1 file changed, 9 insertions(+) Both patches applied, thanks. Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-03-19 16:10 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-02-26 15:09 [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Thierry Reding 2026-02-26 15:09 ` [PATCH 2/2] firmware: tegra: bpmp: Rename Tegra239 to Tegra238 Thierry Reding 2026-03-04 10:19 ` Jon Hunter 2026-03-04 10:19 ` [PATCH 1/2] soc/tegra: Add Tegra238 Kconfig symbol Jon Hunter 2026-03-19 16:09 ` Thierry Reding
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox