diff options
| author | Simon Glass <[email protected]> | 2021-07-18 19:02:40 -0600 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2021-07-27 10:34:27 +0900 |
| commit | 5e19f4aa138144c92b63e9e6f1f931ac9b0db3ef (patch) | |
| tree | 52c32ca8f0d4ec116086c342120fdf6d9224c409 /include | |
| 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 <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fdtdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index e0a49b1e57f..8ac20c9a64f 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -140,8 +140,6 @@ enum fdt_compat_id { /* Tegra124 XUSB pad controller */ COMPAT_NVIDIA_TEGRA210_XUSB_PADCTL, /* Tegra210 XUSB pad controller */ - COMPAT_SMSC_LAN9215, /* SMSC 10/100 Ethernet LAN9215 */ - COMPAT_SAMSUNG_EXYNOS5_SROMC, /* Exynos5 SROMC */ COMPAT_SAMSUNG_EXYNOS_USB_PHY, /* Exynos phy controller for usb2.0 */ COMPAT_SAMSUNG_EXYNOS5_USB3_PHY,/* Exynos phy controller for usb3.0 */ COMPAT_SAMSUNG_EXYNOS_TMU, /* Exynos TMU */ |
