mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
dt-bindings: usb: mtu3: add two optional clocks
Add optional clock 'xhci_ck' and 'frmcnt_ck'; Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/20230417025203.18097-6-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
976a5c256e
commit
d10cb206ac
@ -66,6 +66,8 @@ properties:
|
||||
- description: Reference clock used by low power mode etc
|
||||
- description: Mcu bus clock for register access
|
||||
- description: DMA bus clock for data transfer
|
||||
- description: DRD controller clock
|
||||
- description: Frame count clock
|
||||
|
||||
clock-names:
|
||||
minItems: 1
|
||||
@ -74,6 +76,8 @@ properties:
|
||||
- const: ref_ck
|
||||
- const: mcu_ck
|
||||
- const: dma_ck
|
||||
- const: xhci_ck
|
||||
- const: frmcnt_ck
|
||||
|
||||
phys:
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user