diff options
| author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2024-10-23 15:20:00 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-27 17:24:13 -0600 |
| commit | 1289c7ccba18121536626cc567f09802bec1dad5 (patch) | |
| tree | 6e1cf953c414ab7806190c3342c40e7742dbb6c2 /configs/clearfog_defconfig | |
| parent | b6fbcb0a56e1e8b1cd9fababbed4bd94f9772ad7 (diff) | |
drivers: ata: Rename ahci_mvebu
Rename 'ahci_mvebu' to 'ahci_generic' and select it by default.
The AHCI driver contains no SoC specific code and only expects the
base address to be passed, thus rename it to ahci_generic and add the
DT compatible string "generic-ahci".
Update existing defconfigs to use the new Kconfig name as well.
TEST: Booted on QEMU sbsa using the generic-ahci node.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Stefan Roese <sr@denx.de>
Acked-by: Tony Dinh <mibodhi@gmail.com>
Diffstat (limited to 'configs/clearfog_defconfig')
| -rw-r--r-- | configs/clearfog_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 62dbf2aa48f..9cb47536851 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -52,7 +52,7 @@ CONFIG_ARP_TIMEOUT=200 CONFIG_NET_RETRY_COUNT=50 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y -CONFIG_AHCI_MVEBU=y +CONFIG_AHCI_GENERIC=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y |
