git: adbb32d3e6b3 - main - files: Make mmc_pwrseq depends on regulator and clk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Feb 2022 10:23:04 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=adbb32d3e6b3a595e096f14422d0146967927305 commit adbb32d3e6b3a595e096f14422d0146967927305 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-02-22 10:22:23 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-02-22 10:22:23 +0000 files: Make mmc_pwrseq depends on regulator and clk It uses those two frameworks too. --- sys/conf/files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index a9d4a3e6dfef..917c3dd99a03 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2455,8 +2455,8 @@ dev/mmc/mmcbus_if.m standard dev/mmc/mmcsd.c optional mmcsd !mmccam dev/mmc/mmc_fdt_helpers.c optional mmc fdt | mmccam fdt dev/mmc/mmc_helpers.c optional mmc gpio regulator clk | mmccam gpio regulator clk -dev/mmc/mmc_pwrseq.c optional mmc fdt | mmccam fdt -dev/mmc/mmc_pwrseq_if.m optional mmc fdt | mmccam fdt +dev/mmc/mmc_pwrseq.c optional mmc clk regulator fdt | mmccam clk regulator fdt +dev/mmc/mmc_pwrseq_if.m optional mmc clk regulator fdt | mmccam clk regulator fdt dev/mmcnull/mmcnull.c optional mmcnull dev/mpr/mpr.c optional mpr dev/mpr/mpr_config.c optional mpr