public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: make TPS6594 support build-in
@ 2025-11-20  7:55 Michael Walle
  2025-11-20 13:51 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Walle @ 2025-11-20  7:55 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: soc, linux-kernel, Michael Walle

The Kontron SMARC-sAM67 module needs the TPS6594 regulator driver to
boot from SD card, i.e. for its root filesystem.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
Arnd, the PR from TI [1] (which contains the device trees for this
board) is already out, so I'm sending this to the soc ML directly. 
Let me know if this can still be applied, if not, I'll have to wait
for the next window.

[1] https://lore.kernel.org/linux-arm-kernel/a07364c1-5a4c-474f-be21-96f38bfe9130@ti.com/

 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f8bcae89c260..e29a41c54b8f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -824,7 +824,7 @@ CONFIG_RZ_MTU3=y
 CONFIG_MFD_TI_AM335X_TSCADC=m
 CONFIG_MFD_TI_LP873X=m
 CONFIG_MFD_TPS65219=y
-CONFIG_MFD_TPS6594_I2C=m
+CONFIG_MFD_TPS6594_I2C=y
 CONFIG_MFD_ROHM_BD718XX=y
 CONFIG_MFD_STM32_LPTIMER=m
 CONFIG_MFD_STM32_TIMERS=m
-- 
2.47.3


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

end of thread, other threads:[~2025-11-21  9:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20  7:55 [PATCH] arm64: defconfig: make TPS6594 support build-in Michael Walle
2025-11-20 13:51 ` Krzysztof Kozlowski
2025-11-21  7:42   ` Michael Walle
2025-11-21  8:10     ` Krzysztof Kozlowski
2025-11-21  9:02       ` Michael Walle
2025-11-21  8:11     ` Krzysztof Kozlowski

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