2023-04-17 02:47:51

by Chunfeng Yun

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock

Add optional clock 'frmcnt_ck' used on 4nm or advanced process SoC

Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Chunfeng Yun <[email protected]>
---
v3: add acked-by and Reviewed-by tags

v2: based the patch:
https://patchwork.kernel.org/project/linux-mediatek/patch/[email protected]/
---
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
index 1b0dfaa6b3dd..f2f926cf4039 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
@@ -77,6 +77,7 @@ properties:
- description: Mcu bus clock for register access
- description: DMA bus clock for data transfer
- description: controller clock
+ - description: frame count clock

clock-names:
minItems: 1
@@ -86,6 +87,7 @@ properties:
- const: mcu_ck
- const: dma_ck
- const: xhci_ck
+ - const: frmcnt_ck

phys:
description:
--
2.18.0


2023-04-20 08:25:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock

On Mon, Apr 17, 2023 at 10:42:12AM +0800, Chunfeng Yun wrote:
> Add optional clock 'frmcnt_ck' used on 4nm or advanced process SoC
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
> Signed-off-by: Chunfeng Yun <[email protected]>
> ---
> v3: add acked-by and Reviewed-by tags

There's never a need to do this as our tools pick them up automatically.
This resend did nothing but move it later in the queue to review :(

thanks,

greg k-h

2023-04-21 01:36:14

by Chunfeng Yun

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock

On Thu, 2023-04-20 at 10:07 +0200, Greg Kroah-Hartman wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>
>
> On Mon, Apr 17, 2023 at 10:42:12AM +0800, Chunfeng Yun wrote:
> > Add optional clock 'frmcnt_ck' used on 4nm or advanced process SoC
> >
> > Acked-by: Krzysztof Kozlowski <[email protected]>
> > Reviewed-by: AngeloGioacchino Del Regno <
> > [email protected]>
> > Signed-off-by: Chunfeng Yun <[email protected]>
> > ---
> > v3: add acked-by and Reviewed-by tags
>
> There's never a need to do this as our tools pick them up
> automatically.
> This resend did nothing but move it later in the queue to review :(

Got it, thanks a lot

>
> thanks,
>
> greg k-h