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

Allen-KH Cheng posted 1 patch 2 years, 1 month ago
.../devicetree/bindings/mfd/mediatek,mt8195-scpsys.yaml          | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
Posted by Allen-KH Cheng 2 years, 1 month ago
Add a new scpsys compatible for mt8186 SoC.

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
---
 .../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
Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
Posted by Krzysztof Kozlowski 2 years, 1 month ago
On 19/08/2022 15:47, Allen-KH Cheng wrote:
> Add a new scpsys compatible for mt8186 SoC.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---

No DTS using it?

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


Best regards,
Krzysztof
Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
Posted by Allen-KH Cheng 2 years, 1 month ago
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 <allen-kh.cheng@mediatek.com>
>> ---
> 
> No DTS using it?
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> 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/a810ec42-825c-1a85-568f-b70f04b58280@linaro.org/,
I think it's better that adding another DTS using patch for scpsys nodes
into a series (include this patch).

Thanks,
Allen
Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
Posted by Allen-KH Cheng 2 years ago
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 <allen-kh.cheng@mediatek.com>
>>> ---
>>
>> No DTS using it?
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>>
>> 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/a810ec42-825c-1a85-568f-b70f04b58280@linaro.org/,
> 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/20220825141656.15747-1-matthias.bgg@kernel.org/

Thanks,
Allen