diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-08-26 18:35:35 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2023-11-28 09:15:50 +0200 |
| commit | 441dea268b384750dcd35dde1d07c119dddcaa40 (patch) | |
| tree | e4d05e1c9f6619b961da268f60b855f471573060 /configs | |
| parent | 459d6d9f1eb98d10f177009ac8dac9a3738fb95d (diff) | |
board: endeavoru: convert HTC One X to use DM PMIC
Since required drivers were merged, we can safely clean up the
board and switch to DM based driver with device tree support.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/endeavoru_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/endeavoru_defconfig b/configs/endeavoru_defconfig index d605acdfc87..7212675546b 100644 --- a/configs/endeavoru_defconfig +++ b/configs/endeavoru_defconfig @@ -44,6 +44,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_UMS_ABORT_KEYED=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_PAUSE=y +CONFIG_CMD_REGULATOR=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set @@ -61,10 +62,13 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_SYS_I2C_TEGRA=y CONFIG_BUTTON_KEYBOARD=y CONFIG_DM_PMIC=y +CONFIG_DM_PMIC_TPS80031=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y +CONFIG_DM_REGULATOR_TPS80031=y CONFIG_PWM_TEGRA=y CONFIG_SYS_NS16550=y +CONFIG_SYSRESET_TPS80031=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_TEGRA=y |
