Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: BCM47XX: remove creating a fixed phy

Now that b44 ethernet driver creates a fixed phy if needed, we can
remove this here.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/8983b705-6bca-4728-9283-7aa60f49340f@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
458639c4 10d2f15a

-7
-7
arch/mips/bcm47xx/setup.c
··· 256 256 } 257 257 arch_initcall(bcm47xx_cpu_fixes); 258 258 259 - static const struct fixed_phy_status bcm47xx_fixed_phy_status __initconst = { 260 - .link = 1, 261 - .speed = SPEED_100, 262 - .duplex = DUPLEX_FULL, 263 - }; 264 - 265 259 static int __init bcm47xx_register_bus_complete(void) 266 260 { 267 261 switch (bcm47xx_bus_type) { ··· 276 282 bcm47xx_leds_register(); 277 283 bcm47xx_workarounds(); 278 284 279 - fixed_phy_add(&bcm47xx_fixed_phy_status); 280 285 return 0; 281 286 } 282 287 device_initcall(bcm47xx_register_bus_complete);