usb: renesas_usbhs: Use a specific flag instead of type for multi_clks
To remove the type of renesas_usbhs_driver_param in the future, this patch uses a specific flag "multi_clks". Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
ccc3264c24
commit
df9f2c278b
@@ -181,6 +181,7 @@ struct renesas_usbhs_driver_param {
|
||||
u32 has_cnen:1;
|
||||
u32 cfifo_byte_addr:1; /* CFIFO is byte addressable */
|
||||
#define USBHS_USB_DMAC_XFER_SIZE 32 /* hardcode the xfer size */
|
||||
u32 multi_clks:1;
|
||||
};
|
||||
|
||||
#define USBHS_TYPE_RCAR_GEN2 1
|
||||
|
Reference in New Issue
Block a user