]> git.baikalelectronics.ru Git - uboot.git/commit
net: smc911x: Determine bus width at runtime
authorAndre Przywara <andre.przywara@arm.com>
Mon, 28 Jun 2021 13:30:31 +0000 (14:30 +0100)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 6 Jul 2021 02:22:41 +0000 (05:22 +0300)
commit48b317242291fda3a04d5c7840eb1f1d65ab2599
treee105ea16cb6defa9e80ef43160384a05c7d7c128
parent60c2edab4c8680c568f60e2856902fea5d78d00a
net: smc911x: Determine bus width at runtime

The SMC911x Ethernet MACs can be integrated using a 16 or 32-bit bus.
The driver needs to know about this choice, which is the reason for us
having a Kconfig symbol for that.

Now this bus width is already described using a devicetree property, and
since the driver is DM compliant and is using the DT now, we should query
this at runtime. We leave the Kconfig choice around, in case the DT is
missing this property.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/smc911x.c