linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
@ 2022-08-19 12:47 Allen-KH Cheng
  2022-08-19 12:53 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Allen-KH Cheng @ 2022-08-19 12:47 UTC (permalink / raw)
  To: Lee Jones, Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	MandyJH Liu
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, hsinyi,
	Allen-KH Cheng

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
  2022-08-19 12:47 [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186 Allen-KH Cheng
@ 2022-08-19 12:53 ` Krzysztof Kozlowski
  2022-08-22  7:56   ` Allen-KH Cheng
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-19 12:53 UTC (permalink / raw)
  To: Allen-KH Cheng, Lee Jones, Matthias Brugger, Rob Herring, MandyJH Liu
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, hsinyi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
  2022-08-19 12:53 ` Krzysztof Kozlowski
@ 2022-08-22  7:56   ` Allen-KH Cheng
  2022-08-26  2:03     ` Allen-KH Cheng
  0 siblings, 1 reply; 4+ messages in thread
From: Allen-KH Cheng @ 2022-08-22  7:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Lee Jones, Matthias Brugger, Rob Herring,
	MandyJH Liu
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, hsinyi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186
  2022-08-22  7:56   ` Allen-KH Cheng
@ 2022-08-26  2:03     ` Allen-KH Cheng
  0 siblings, 0 replies; 4+ messages in thread
From: Allen-KH Cheng @ 2022-08-26  2:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Lee Jones, Matthias Brugger, Rob Herring,
	MandyJH Liu
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, hsinyi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-26  2:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19 12:47 [PATCH] dt-bindings: mfd: mediatek: Add scpsys compatible for mt8186 Allen-KH Cheng
2022-08-19 12:53 ` Krzysztof Kozlowski
2022-08-22  7:56   ` Allen-KH Cheng
2022-08-26  2:03     ` Allen-KH Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).