public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable MTD support for Hyperbus
@ 2024-06-11 11:58 Vaishnav Achath
  2024-06-11 12:16 ` Arnd Bergmann
  2024-06-13  6:28 ` Vignesh Raghavendra
  0 siblings, 2 replies; 3+ messages in thread
From: Vaishnav Achath @ 2024-06-11 11:58 UTC (permalink / raw)
  To: will, catalin.marinas
  Cc: m.szyprowski, arnd, neil.armstrong, dmitry.baryshkov,
	konrad.dybcio, krzysztof.kozlowski, geert+renesas, quic_bjorande,
	linux-arm-kernel, linux-kernel, nfraprado, u-kumar1, vigneshr, nm,
	vaishnav.a

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(+)

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
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-13  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 11:58 [PATCH] arm64: defconfig: Enable MTD support for Hyperbus Vaishnav Achath
2024-06-11 12:16 ` Arnd Bergmann
2024-06-13  6:28 ` Vignesh Raghavendra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox