mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +00:00
ar71xx: Detect USB port on Mikrotik RB750UP
The USB port on Mikrotik RB750UP isn’t detected. This patch provides a fix. Tested and working. Signed-off-by: João Chaínho <joaochainho@gmail.com>
This commit is contained in:
parent
80768ddccd
commit
ace9d1fb6f
@ -169,6 +169,9 @@ static void __init rb750_setup(void)
|
||||
rb750_nand_data.disable_pins = rb750_nand_disable_pins;
|
||||
rb750_nand_data.latch_change = rb750_latch_change;
|
||||
platform_device_register(&rb750_nand_device);
|
||||
|
||||
/* USB */
|
||||
ath79_register_usb();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(ATH79_MACH_RB_750, "750i", "MikroTik RouterBOARD 750",
|
||||
|
Loading…
x
Reference in New Issue
Block a user