2022-08-19 12:56:55

by Allen-KH Cheng

[permalink] [raw]
Subject: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186

Add a new scpsys compatible for mt8186 SoC.

Signed-off-by: Allen-KH Cheng <[email protected]>
---
.../devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
index 3737207d8504..c8c4812fffe2 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml
@@ -21,6 +21,7 @@ properties:
- mediatek,mt8167-scpsys
- mediatek,mt8173-scpsys
- mediatek,mt8183-scpsys
+ - mediatek,mt8186-scpsys
- mediatek,mt8192-scpsys
- mediatek,mt8195-scpsys
- const: syscon
--
2.18.0


2022-08-19 14:02:05

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186

On 19/08/2022 15:47, Allen-KH Cheng wrote:
> Add a new scpsys compatible for mt8186 SoC.
>
> Signed-off-by: Allen-KH Cheng <[email protected]>
> ---

No DTS using it?

Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof

2022-08-22 08:03:23

by Allen-KH Cheng

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186

Hi Krzysztof,

On 8/19/22 8:53 PM, Krzysztof Kozlowski wrote:
> On 19/08/2022 15:47, Allen-KH Cheng wrote:
>> Add a new scpsys compatible for mt8186 SoC.
>>
>> Signed-off-by: Allen-KH Cheng <[email protected]>
>> ---
>
> No DTS using it?
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
>
>
> Best regards,
> Krzysztof
>

I had it all arranged to send anther DTS using patch after
https://patchwork.kernel.org/project/linux-mediatek/list/?series=666901
is applied.


But I see your comments in
https://lore.kernel.org/all/[email protected]/,
I think it's better that adding another DTS using patch for scpsys nodes
into a series (include this patch).

Thanks,
Allen

2022-08-26 02:19:38

by Allen-KH Cheng

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186

Hi maintainers,

On 8/22/22 3:56 PM, Allen-KH Cheng wrote:
> Hi Krzysztof,
>
> On 8/19/22 8:53 PM, Krzysztof Kozlowski wrote:
>> On 19/08/2022 15:47, Allen-KH Cheng wrote:
>>> Add a new scpsys compatible for mt8186 SoC.
>>>
>>> Signed-off-by: Allen-KH Cheng <[email protected]>
>>> ---
>>
>> No DTS using it?
>>
>> Acked-by: Krzysztof Kozlowski <[email protected]>
>>
>>
>> Best regards,
>> Krzysztof
>>
>
> I had it all arranged to send anther DTS using patch after
> https://patchwork.kernel.org/project/linux-mediatek/list/?series=666901
> is applied.
>
>
> But I see your comments in
> https://lore.kernel.org/all/[email protected]/,
> I think it's better that adding another DTS using patch for scpsys nodes
> into a series (include this patch).
>
> Thanks,
> Allen
>

I found Matthias send a patch for renaming mediatek,mt8195-scpsys.yaml. [1]

I will update this patch after [1] is applied.

[1]
https://patchwork.kernel.org/project/linux-mediatek/patch/[email protected]/

Thanks,
Allen