mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
usb: Rename ehci-fsl.h to ehci-ci.h
Most of ehci-fsl header describe USB controller designed by Chipidea and used by various SoC vendors. This patch renames it to a generic header: ehci-ci.h Contents of file are not changed (so it contains several references to freescale SoCs). Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
64160a545d
commit
e162c6b1a7
@@ -6,8 +6,8 @@
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef _EHCI_FSL_H
|
||||
#define _EHCI_FSL_H
|
||||
#ifndef _EHCI_CI_H
|
||||
#define _EHCI_CI_H
|
||||
|
||||
#include <asm/processor.h>
|
||||
|
||||
@@ -285,4 +285,4 @@ int usb_phy_mode(int port);
|
||||
int board_ehci_hcd_init(int port);
|
||||
int board_usb_phy_mode(int port);
|
||||
|
||||
#endif /* _EHCI_FSL_H */
|
||||
#endif /* _EHCI_CI_H */
|
Reference in New Issue
Block a user