samsung: exynos: Convert SROMC interface to a driver
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jul 2021 01:02:40 +0000 (19:02 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 27 Jul 2021 01:34:27 +0000 (10:34 +0900)
commit5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef
tree52c32ca8f0d4ec116086c342120fdf6d9224c409
parentb70b9b07463db2f6937c7ea6d7fb5122feb7ba1b
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>
18 files changed:
arch/arm/Kconfig
arch/arm/dts/exynos5250-smdk5250.dts
arch/arm/mach-exynos/include/mach/sromc.h
board/samsung/common/Makefile
board/samsung/common/board.c
board/samsung/common/sromc.c [new file with mode: 0644]
board/samsung/smdkv310/smdkv310.c
configs/arndale_defconfig
configs/odroid-xu3_defconfig
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/smdk5250_defconfig
configs/smdk5420_defconfig
configs/smdkv310_defconfig
configs/snow_defconfig
configs/spring_defconfig
include/fdtdec.h
lib/fdtdec.c