[PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings

Tim Chang posted 2 patches 2 years, 5 months ago
[PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
Posted by Tim Chang 2 years, 5 months ago
From: Jia-Wei Chang <jia-wei.chang@mediatek.com>

Add mt8186 svs compatible in dt-bindings.

Signed-off-by: Jia-Wei Chang <jia-wei.chang@mediatek.com>
---
 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
index eecfec13ee8b..122ffabb2be4 100644
--- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
+++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
@@ -10,6 +10,7 @@ maintainers:
   - Roger Lu <roger.lu@mediatek.com>
   - Matthias Brugger <matthias.bgg@gmail.com>
   - Kevin Hilman <khilman@kernel.org>
+  - Jia-Wei Chang <jia-wei.chang@mediatek.com>
 
 description: |+
   The SVS engine is a piece of hardware which has several
@@ -22,6 +23,7 @@ properties:
   compatible:
     enum:
       - mediatek,mt8183-svs
+      - mediatek,mt8186-svs
       - mediatek,mt8192-svs
 
   reg:
-- 
2.18.0
Re: [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
Posted by Krzysztof Kozlowski 2 years, 5 months ago
On 12/04/2022 13:21, Tim Chang wrote:
> From: Jia-Wei Chang <jia-wei.chang@mediatek.com>
> 
> Add mt8186 svs compatible in dt-bindings.
> 
> Signed-off-by: Jia-Wei Chang <jia-wei.chang@mediatek.com>
> ---
>  Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
> index eecfec13ee8b..122ffabb2be4 100644
> --- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
> +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
> @@ -10,6 +10,7 @@ maintainers:
>    - Roger Lu <roger.lu@mediatek.com>
>    - Matthias Brugger <matthias.bgg@gmail.com>
>    - Kevin Hilman <khilman@kernel.org>
> +  - Jia-Wei Chang <jia-wei.chang@mediatek.com>

It's perfectly fine with me, but it's not mentioned in the commit msg
and some acks from other folks might be useful.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
Posted by Jia-Wei Chang 2 years, 5 months ago
On Tue, 2022-04-12 at 14:08 +0200, Krzysztof Kozlowski wrote:
> On 12/04/2022 13:21, Tim Chang wrote:
> > From: Jia-Wei Chang <jia-wei.chang@mediatek.com>
> > 
> > Add mt8186 svs compatible in dt-bindings.
> > 
> > Signed-off-by: Jia-Wei Chang <jia-wei.chang@mediatek.com>
> > ---
> >  Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-
> > svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-
> > svs.yaml
> > index eecfec13ee8b..122ffabb2be4 100644
> > --- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
> > +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml
> > @@ -10,6 +10,7 @@ maintainers:
> >    - Roger Lu <roger.lu@mediatek.com>
> >    - Matthias Brugger <matthias.bgg@gmail.com>
> >    - Kevin Hilman <khilman@kernel.org>
> > +  - Jia-Wei Chang <jia-wei.chang@mediatek.com>
> 
> It's perfectly fine with me, but it's not mentioned in the commit msg
> and some acks from other folks might be useful.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Best regards,
> Krzysztof

Hi Krzysztof,

I missed the commit msg to mention adding myself to svs maintainer
list.
I will update it and ask Roger Lu for his ack in the next version.

Thanks.