diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-28 08:51:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-28 08:51:37 -0400 |
commit | 9f04a634ef331b4fc6b3e677f276156192a413c7 (patch) | |
tree | a6b8663e5d156f85846d187248597888043e0d3e /configs/stm32mp15_dhcor_basic_defconfig | |
parent | f87c80ade3911f3d518036a28370fe44c85a95c7 (diff) | |
parent | 2ed1b242ab2f9ee7541ae0a655de67832a3eebc1 (diff) |
Merge branch '2020-08-27-misc-fixes'
- Fix for gd->ram_top and bootm_size calculations
- Assorted Kconfig entry cleanups / fixes.
- Make checkpatch.pl error on fdt_high/initrd_high=0xffffffff
- Resync scripts/setlocalversion
- Other minor bugfixes
Diffstat (limited to 'configs/stm32mp15_dhcor_basic_defconfig')
-rw-r--r-- | configs/stm32mp15_dhcor_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig index 1e1aa86426..aa384517c3 100644 --- a/configs/stm32mp15_dhcor_basic_defconfig +++ b/configs/stm32mp15_dhcor_basic_defconfig @@ -108,6 +108,7 @@ CONFIG_PINCTRL_STMFX=y CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_STPMIC1=y +CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_REGULATOR_STM32_VREFBUF=y |