Message ID | 20230407082937.14558-6-chunfeng.yun@mediatek.com |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/7] usb: mtu3: give back request when rx error happens | expand |
On Fri, 07 Apr 2023 16:29:36 +0800, Chunfeng Yun wrote: > Add optional clock 'xhci_ck' and 'frmcnt_ck'; > Add optional property "assigned-clock" and "assigned-clock-parents"; > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > v2: remove assigned-clocks* properties suggested by Rob > --- > Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml index d2655173e108..3d403d944453 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml @@ -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:
Add optional clock 'xhci_ck' and 'frmcnt_ck'; Add optional property "assigned-clock" and "assigned-clock-parents"; Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- v2: remove assigned-clocks* properties suggested by Rob --- Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 4 ++++ 1 file changed, 4 insertions(+)