diff options
| author | Tom Rini <[email protected]> | 2014-05-16 18:30:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-05-16 18:30:33 -0400 |
| commit | d7782d06534fe4fa47a49fa7c106de5ba85a9687 (patch) | |
| tree | e760132f68c183ae886804de9c644649798b049c /include/usb | |
| parent | 6be6b6bcbac62e356d05bdde488fc9f0eef7084a (diff) | |
| parent | e4911815cf98237b65a817a3c791f143794f2837 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/usb')
| -rw-r--r-- | include/usb/ehci-fsl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h index c9ee1d5bf62..dd77ad63254 100644 --- a/include/usb/ehci-fsl.h +++ b/include/usb/ehci-fsl.h @@ -11,6 +11,8 @@ #include <asm/processor.h> +#define CONTROL_REGISTER_W1C_MASK 0x00020000 /* W1C: PHY_CLK_VALID */ + /* Global offsets */ #define FSL_SKIP_PCI 0x100 |
