[PATCH] dt-bindings: usb: mtk-xhci: add compatible for mt8186

Allen-KH Cheng posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: usb: mtk-xhci: add compatible for mt8186
Posted by Allen-KH Cheng 2 years, 7 months ago
Add compatible for mt8186

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
---
 Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
index 11f7bacd4e2b..6d9c3bad1d10 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
@@ -30,6 +30,7 @@ properties:
           - mediatek,mt7629-xhci
           - mediatek,mt8173-xhci
           - mediatek,mt8183-xhci
+          - mediatek,mt8186-xhci
           - mediatek,mt8192-xhci
           - mediatek,mt8195-xhci
       - const: mediatek,mtk-xhci
-- 
2.18.0

Re: [PATCH] dt-bindings: usb: mtk-xhci: add compatible for mt8186
Posted by Rob Herring 2 years, 6 months ago
On Wed, 16 Feb 2022 20:00:25 +0800, Allen-KH Cheng wrote:
> Add compatible for mt8186
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---
>  Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Re: [PATCH] dt-bindings: usb: mtk-xhci: add compatible for mt8186
Posted by Chunfeng Yun 2 years, 6 months ago
On Wed, 2022-02-16 at 20:00 +0800, Allen-KH Cheng wrote:
> Add compatible for mt8186
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---
>  Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-
> xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-
> xhci.yaml
> index 11f7bacd4e2b..6d9c3bad1d10 100644
> --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
> +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
> @@ -30,6 +30,7 @@ properties:
>            - mediatek,mt7629-xhci
>            - mediatek,mt8173-xhci
>            - mediatek,mt8183-xhci
> +          - mediatek,mt8186-xhci
>            - mediatek,mt8192-xhci
>            - mediatek,mt8195-xhci
>        - const: mediatek,mtk-xhci

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

Thanks