Message ID | 20240611115820.1269805-1-vaishnav.a@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable MTD support for Hyperbus | expand |
On Tue, Jun 11, 2024, at 13:58, Vaishnav Achath wrote: > TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present > which can be used to interface with Hyperflash and HyperRAM storage > devices. Enable the necessary configs for Hyperbus support within > the MTD subsystem and the specific Hyperbus controller as module. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Looks fine to me, I assume the K3 maintainers will apply this to their tree and forward it to soc@kernel.org along with the other 6.11 material. Arnd
Hi Vaishnav Achath, On Tue, 11 Jun 2024 17:28:20 +0530, Vaishnav Achath wrote: > TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present > which can be used to interface with Hyperflash and HyperRAM storage > devices. Enable the necessary configs for Hyperbus support within > the MTD subsystem and the specific Hyperbus controller as module. > > I have applied the following to branch ti-k3-config-next on [1]. Thank you! [1/1] arm64: defconfig: Enable MTD support for Hyperbus commit: 74aa5704cf194441001f16dfd4d5d90f4d3bf413 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 -- Vignesh
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 05abba0a0209..dfe62d645648 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -281,6 +281,8 @@ CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_NAND_QCOM=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_UBI=m +CONFIG_MTD_HYPERBUS=m +CONFIG_HBMC_AM654=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y
TI Jacinto 7 SoCs (J721E, J7200) have Hyperbus controllers present which can be used to interface with Hyperflash and HyperRAM storage devices. Enable the necessary configs for Hyperbus support within the MTD subsystem and the specific Hyperbus controller as module. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> --- Tested on J721E EVM : https://gist.github.com/vaishnavachath/d8b2c6df43d8c809027d98087cdaa95f arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)