From 40d1a31e6329da8feecc555f2bdfb8da463bdd40 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 5 Sep 2017 11:04:24 +0200 Subject: usb: dwc3: Add dwc3 glue driver support for STi This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It configures the internal glue logic and syscfg registers. Part of this code been extracted from kernel.org driver (drivers/usb/dwc3/dwc3-st.c) Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- arch/arm/include/asm/arch-stih410/sys_proto.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/arm/include/asm/arch-stih410/sys_proto.h (limited to 'arch') diff --git a/arch/arm/include/asm/arch-stih410/sys_proto.h b/arch/arm/include/asm/arch-stih410/sys_proto.h new file mode 100644 index 00000000000..5c40d3b0a47 --- /dev/null +++ b/arch/arm/include/asm/arch-stih410/sys_proto.h @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2017 + * Patrice Chotard + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _ASM_ARCH_SYS_PROTO_H +#define _ASM_ARCH_SYS_PROTO_H + +#endif /* _ASM_ARCH_SYS_PROTO_H */ -- cgit v1.3.1