]> git.baikalelectronics.ru Git - uboot.git/commit
configs: arndale: Use appropriate driver for Asix AX88760
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 May 2019 11:24:33 +0000 (13:24 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 16 May 2019 07:11:42 +0000 (16:11 +0900)
commit4115377d8d93a7d97a5d03986a1aee582c590490
tree1484293de33b5e09b75fe2a617c70a7232e7a3d1
parentf6e8736357e8d441230a536dfed3594b8ac673a6
configs: arndale: Use appropriate driver for Asix AX88760

Arndale board has an Asix AX88760 USB 2.0 Hub and Fast Ethernet combo.
The appropriate driver for it is USB_ETHER_ASIX.

The mistake probably came from misinterpretation of commit e9954b867ce0
("usb: eth: add ASIX AX88179 DRIVER") which was tested on RECS5250 COM
module.  This module indeed has Exynos5250 and some similarities with
Arndale 5250 board but the USB/Ethernet chip used there is apparently
different.

Fixes: 368d670dd7e8 ("usb: net: migrate USB Ethernet adapters to Kconfig")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/arndale_defconfig