]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: musb-new: sunxi: remove unused define
authorSam Edwards <cfsworks@gmail.com>
Thu, 8 Jun 2023 18:45:42 +0000 (12:45 -0600)
committerMarek Vasut <marex@denx.de>
Thu, 8 Jun 2023 19:57:01 +0000 (21:57 +0200)
This is a remnant from when the USB controller driver managed
the reset signal itself. A patch from the very end of 2018 changed
this driver to delegate reset (and clock) management to the proper
control unit driver, but left this unused define behind.

Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/musb-new/sunxi.c

index dac98aec1ee6fc89283ac5cae4728a338a4a1bb8..485b9dce156ce447eb3a5fe507291e30ae0a1329 100644 (file)
@@ -81,8 +81,6 @@
  * From usbc/usbc.c
  ******************************************************************************/
 
-#define OFF_SUN6I_AHB_RESET0   0x2c0
-
 struct sunxi_musb_config {
        struct musb_hdrc_config *config;
 };