[PATCH v2 1/3] samsung: exynos: Convert SROMC interface to a driver
Minkyu Kang
promsoft at gmail.com
Fri Jul 30 06:58:29 CEST 2021
Dear Simon Glass,
On Mon, 19 Jul 2021 at 10:03, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
>
> (no changes since v1)
>
> arch/arm/Kconfig | 1 +
> arch/arm/dts/exynos5250-smdk5250.dts | 1 +
> arch/arm/mach-exynos/include/mach/sromc.h | 18 ------
> board/samsung/common/Makefile | 2 +-
> board/samsung/common/board.c | 78 -----------------------
> board/samsung/common/sromc.c | 76 ++++++++++++++++++++++
> board/samsung/smdkv310/smdkv310.c | 9 ---
> configs/arndale_defconfig | 1 -
> configs/odroid-xu3_defconfig | 1 -
> configs/peach-pi_defconfig | 1 -
> configs/peach-pit_defconfig | 1 -
> configs/smdk5250_defconfig | 1 -
> configs/smdk5420_defconfig | 1 -
> configs/smdkv310_defconfig | 1 -
> configs/snow_defconfig | 1 -
> configs/spring_defconfig | 1 -
> include/fdtdec.h | 2 -
> lib/fdtdec.c | 2 -
> 18 files changed, 79 insertions(+), 119 deletions(-)
> create mode 100644 board/samsung/common/sromc.c
>
>
applied to u-boot-samsung.
--
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list