[PATCH v3 03/11] drivers: allow clk_stub and spmi in SPL
Tom Rini
trini at konsulko.com
Tue Apr 21 22:46:51 CEST 2026
On Tue, Apr 21, 2026 at 09:43:46PM +0200, michael.srba at seznam.cz wrote:
> From: Michael Srba <Michael.Srba at seznam.cz>
>
> Only Makefile and Kconfig changes necessary.
>
> Signed-off-by: Michael Srba <Michael.Srba at seznam.cz>
> ---
> drivers/Makefile | 2 +-
> drivers/clk/Kconfig | 7 +++++++
> drivers/spmi/Kconfig | 13 +++++++++++++
> drivers/spmi/Makefile | 4 ++--
> 4 files changed, 23 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/Makefile b/drivers/Makefile
> index 43d0ba33281..477718ce89a 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -35,6 +35,7 @@ obj-$(CONFIG_$(PHASE_)RAM) += ram/
> obj-$(CONFIG_$(PHASE_)RTC) += rtc/
> obj-$(CONFIG_$(PHASE_)SERIAL) += serial/
> obj-$(CONFIG_$(PHASE_)SPI) += spi/
> +obj-$(CONFIG_$(PHASE_)SPMI) += spmi/
> obj-$(CONFIG_$(PHASE_)TIMER) += timer/
> obj-$(CONFIG_$(PHASE_)VIRTIO) += virtio/
> obj-$(CONFIG_$(PHASE_)DM_MAILBOX) += mailbox/
> @@ -106,7 +107,6 @@ obj-$(CONFIG_DM_REBOOT_MODE) += reboot-mode/
> obj-y += rtc/
> obj-y += scsi/
> obj-y += sound/
> -obj-y += spmi/
> obj-y += watchdog/
> obj-$(CONFIG_QE) += qe/
> obj-$(CONFIG_U_QE) += qe/
Code-wise this is fine. But this reminds me, did you run this whole
series through CI? Thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260421/e95f5837/attachment.sig>
More information about the U-Boot
mailing list