Message ID | 20231128084537.3946895-1-danishanwar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable TI_ICSSG_PRUETH | expand |
On 11/28/23 2:15 PM, MD Danish Anwar wrote: > The Programmable Real-time Unit and Industrial Communication Subsystem > Gigabit (PRU_ICSSG) is a low-latency microcontroller subsystem in the TI > K3 SoCs such as AM654x, AM64x. This subsystem is provided for the use > cases like implementation of custom peripheral interfaces, offloading of > tasks from the other processor cores of the SoC, etc. > > Currently AM654x-EVM uses ICSSG driver. > > Signed-off-by: MD Danish Anwar <danishanwar@ti.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 5ad2b841aafc..145ee4858c50 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -368,6 +368,7 @@ CONFIG_SNI_NETSEC=y > CONFIG_STMMAC_ETH=m > CONFIG_DWMAC_TEGRA=m > CONFIG_TI_K3_AM65_CPSW_NUSS=y > +CONFIG_TI_ICSSG_PRUETH=m > CONFIG_QCOM_IPA=m > CONFIG_MESON_GXL_PHY=m > CONFIG_AQUANTIA_PHY=y Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Hi MD Danish Anwar, On Tue, 28 Nov 2023 14:15:37 +0530, MD Danish Anwar wrote: > The Programmable Real-time Unit and Industrial Communication Subsystem > Gigabit (PRU_ICSSG) is a low-latency microcontroller subsystem in the TI > K3 SoCs such as AM654x, AM64x. This subsystem is provided for the use > cases like implementation of custom peripheral interfaces, offloading of > tasks from the other processor cores of the SoC, etc. > > Currently AM654x-EVM uses ICSSG driver. > > [...] I have applied the following to branch ti-k3-config-next on [1]. Thank you! [1/1] arm64: defconfig: Enable TI_ICSSG_PRUETH commit: 9fba6a55d2ff449e1d796fbda16520715158b1ee All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5ad2b841aafc..145ee4858c50 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -368,6 +368,7 @@ CONFIG_SNI_NETSEC=y CONFIG_STMMAC_ETH=m CONFIG_DWMAC_TEGRA=m CONFIG_TI_K3_AM65_CPSW_NUSS=y +CONFIG_TI_ICSSG_PRUETH=m CONFIG_QCOM_IPA=m CONFIG_MESON_GXL_PHY=m CONFIG_AQUANTIA_PHY=y
The Programmable Real-time Unit and Industrial Communication Subsystem Gigabit (PRU_ICSSG) is a low-latency microcontroller subsystem in the TI K3 SoCs such as AM654x, AM64x. This subsystem is provided for the use cases like implementation of custom peripheral interfaces, offloading of tasks from the other processor cores of the SoC, etc. Currently AM654x-EVM uses ICSSG driver. Signed-off-by: MD Danish Anwar <danishanwar@ti.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)