diff options
author | Simon Glass | 2021-07-18 19:02:40 -0600 |
---|---|---|
committer | Minkyu Kang | 2021-07-27 10:34:27 +0900 |
commit | 5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef (patch) | |
tree | 52c32ca8f0d4ec116086c342120fdf6d9224c409 /configs/smdk5420_defconfig | |
parent | b70b9b07463db2f6937c7ea6d7fb5122feb7ba1b (diff) |
samsung: exynos: Convert SROMC interface to a driver
Add a bus driver for this and use it to configure the bus parameters for
the Ethernet interface. Drop the old pre-driver-model code.
Switch over to use driver model for Ethernet.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/smdk5420_defconfig')
-rw-r--r-- | configs/smdk5420_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/smdk5420_defconfig b/configs/smdk5420_defconfig index 04b560a8a80..a322871d5cd 100644 --- a/configs/smdk5420_defconfig +++ b/configs/smdk5420_defconfig @@ -43,7 +43,6 @@ CONFIG_SF_DEFAULT_SPEED=50000000 CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SMC911X=y -CONFIG_SMC911X_BASE=0x5000000 CONFIG_DM_PMIC=y CONFIG_DM_REGULATOR=y CONFIG_EXYNOS_SPI=y |