diff options
| author | Frieder Schrempf <[email protected]> | 2025-10-07 10:16:01 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-10-07 08:58:28 -0300 |
| commit | 0d0c00ace4046024d727341232d012e780fa8da5 (patch) | |
| tree | 858a3a610e2321c3186b80c7cce112e6bf461da9 | |
| parent | a9b865dd468944e01d88137ebbba7c855645eb18 (diff) | |
imx: kontron-sl-mx8mm: Enable fixed regulators
Enable support for using fixed regulators from the devicetree and
auto enable them if requested.
This way U-Boot will enable the CARRIER_PWR_EN signal of the OSM
module automatically while initializing the board.
Signed-off-by: Frieder Schrempf <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx8mm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index 7b6ab1e217f..71dde10ee4f 100644 --- a/configs/kontron-sl-mx8mm_defconfig +++ b/configs/kontron-sl-mx8mm_defconfig @@ -131,6 +131,7 @@ CONFIG_DM_PMIC_PCA9450=y CONFIG_SPL_DM_PMIC_PCA9450=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PCA9450=y +CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_RTC=y CONFIG_RTC_RV3028=y CONFIG_RTC_RV8803=y |
