mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
dt-bindings: clk: at91: Define additional UTMI related clocks
Add definitions for an additional main UTMI clock as well as its respective subclocks. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
This commit is contained in:
parent
7b88887ba7
commit
ee25ed5899
1 changed files with 5 additions and 0 deletions
|
@ -18,5 +18,10 @@
|
|||
#define PMC_TYPE_PERIPHERAL 3
|
||||
#define PMC_TYPE_GCK 4
|
||||
#define PMC_TYPE_SLOW 5
|
||||
#define USB_UTMI 6
|
||||
|
||||
#define USB_UTMI1 0
|
||||
#define USB_UTMI2 1
|
||||
#define USB_UTMI3 2
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue