Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
@ 2026-07-13  9:32 Mukesh Ojha
  2026-07-14 13:31 ` Manivannan Sadhasivam
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mukesh Ojha @ 2026-07-13  9:32 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel,
	Mukesh Ojha

Document compatible string for the MPSS Peripheral Authentication
Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
compatible with the SM8650 MPSS (six interrupts, CX and MSS power
domains, memory region).

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
index faf7b2890de8..0d9fd1598b5b 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
@@ -17,6 +17,8 @@ properties:
   compatible:
     oneOf:
       - enum:
+          - qcom,hawi-mpss-pas
+          - qcom,maili-mpss-pas
           - qcom,sdx75-mpss-pas
           - qcom,sm8550-adsp-pas
           - qcom,sm8550-cdsp-pas
@@ -196,6 +198,8 @@ allOf:
       properties:
         compatible:
           enum:
+            - qcom,hawi-mpss-pas
+            - qcom,maili-mpss-pas
             - qcom,sdx75-mpss-pas
             - qcom,sm8650-mpss-pas
     then:
@@ -246,6 +250,8 @@ allOf:
       properties:
         compatible:
           enum:
+            - qcom,hawi-mpss-pas
+            - qcom,maili-mpss-pas
             - qcom,sdx75-mpss-pas
             - qcom,sm8550-mpss-pas
             - qcom,sm8650-mpss-pas
-- 
2.53.0


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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
@ 2026-07-14 13:31 ` Manivannan Sadhasivam
  2026-07-17  7:36 ` Yijie Yang
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Manivannan Sadhasivam @ 2026-07-14 13:31 UTC (permalink / raw)
  To: Mukesh Ojha
  Cc: Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm,
	linux-remoteproc, devicetree, linux-kernel

On Mon, Jul 13, 2026 at 03:02:37PM +0530, Mukesh Ojha wrote:
> Document compatible string for the MPSS Peripheral Authentication
> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> domains, memory region).
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>

Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

- Mani

> ---
>  .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml     | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> index faf7b2890de8..0d9fd1598b5b 100644
> --- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> @@ -17,6 +17,8 @@ properties:
>    compatible:
>      oneOf:
>        - enum:
> +          - qcom,hawi-mpss-pas
> +          - qcom,maili-mpss-pas
>            - qcom,sdx75-mpss-pas
>            - qcom,sm8550-adsp-pas
>            - qcom,sm8550-cdsp-pas
> @@ -196,6 +198,8 @@ allOf:
>        properties:
>          compatible:
>            enum:
> +            - qcom,hawi-mpss-pas
> +            - qcom,maili-mpss-pas
>              - qcom,sdx75-mpss-pas
>              - qcom,sm8650-mpss-pas
>      then:
> @@ -246,6 +250,8 @@ allOf:
>        properties:
>          compatible:
>            enum:
> +            - qcom,hawi-mpss-pas
> +            - qcom,maili-mpss-pas
>              - qcom,sdx75-mpss-pas
>              - qcom,sm8550-mpss-pas
>              - qcom,sm8650-mpss-pas
> -- 
> 2.53.0
> 

-- 
மணிவண்ணன் சதாசிவம்

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
  2026-07-14 13:31 ` Manivannan Sadhasivam
@ 2026-07-17  7:36 ` Yijie Yang
  2026-07-21  8:39 ` Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Yijie Yang @ 2026-07-17  7:36 UTC (permalink / raw)
  To: Mukesh Ojha, Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel



On 7/13/2026 5:32 PM, Mukesh Ojha wrote:
> Document compatible string for the MPSS Peripheral Authentication
> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> domains, memory region).
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
>   .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml     | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> index faf7b2890de8..0d9fd1598b5b 100644
> --- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml
> @@ -17,6 +17,8 @@ properties:
>     compatible:
>       oneOf:
>         - enum:
> +          - qcom,hawi-mpss-pas
> +          - qcom,maili-mpss-pas
>             - qcom,sdx75-mpss-pas
>             - qcom,sm8550-adsp-pas
>             - qcom,sm8550-cdsp-pas
> @@ -196,6 +198,8 @@ allOf:
>         properties:
>           compatible:
>             enum:
> +            - qcom,hawi-mpss-pas
> +            - qcom,maili-mpss-pas
>               - qcom,sdx75-mpss-pas
>               - qcom,sm8650-mpss-pas
>       then:
> @@ -246,6 +250,8 @@ allOf:
>         properties:
>           compatible:
>             enum:
> +            - qcom,hawi-mpss-pas
> +            - qcom,maili-mpss-pas
>               - qcom,sdx75-mpss-pas
>               - qcom,sm8550-mpss-pas
>               - qcom,sm8650-mpss-pas

IMO, both should fall back to sm8650.


-- 
Best Regards,
Yijie


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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
  2026-07-14 13:31 ` Manivannan Sadhasivam
  2026-07-17  7:36 ` Yijie Yang
@ 2026-07-21  8:39 ` Krzysztof Kozlowski
  2026-07-27 11:22 ` Krzysztof Kozlowski
  2026-07-31  3:26 ` Bjorn Andersson
  4 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-21  8:39 UTC (permalink / raw)
  To: Mukesh Ojha, Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel

On 13/07/2026 11:32, Mukesh Ojha wrote:
> Document compatible string for the MPSS Peripheral Authentication
> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> domains, memory region).
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
>  .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml     | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Please postpone posting anything for Hawi or Maili, because there is no
DTS available and previous Kaanapali, Glymur, Maili and Hawi postings
without DTS came with easy to spot issues if DTS was available.
Contributor did not spot them even though they had DTS internally. I
cannot spot them, because DTS is not available to me easily.

Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
                   ` (2 preceding siblings ...)
  2026-07-21  8:39 ` Krzysztof Kozlowski
@ 2026-07-27 11:22 ` Krzysztof Kozlowski
  2026-07-31  3:26 ` Bjorn Andersson
  4 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-27 11:22 UTC (permalink / raw)
  To: Mukesh Ojha, Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel

On 13/07/2026 11:32, Mukesh Ojha wrote:
> Document compatible string for the MPSS Peripheral Authentication
> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> domains, memory region).
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
                   ` (3 preceding siblings ...)
  2026-07-27 11:22 ` Krzysztof Kozlowski
@ 2026-07-31  3:26 ` Bjorn Andersson
  2026-08-04  8:43   ` Krzysztof Kozlowski
  4 siblings, 1 reply; 9+ messages in thread
From: Bjorn Andersson @ 2026-07-31  3:26 UTC (permalink / raw)
  To: Mathieu Poirier, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Manivannan Sadhasivam, Mukesh Ojha
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel


On Mon, 13 Jul 2026 15:02:37 +0530, Mukesh Ojha wrote:
> Document compatible string for the MPSS Peripheral Authentication
> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> domains, memory region).
> 
> 

Applied, thanks!

[1/1] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
      commit: 77a6aafb404dda8ed6c2689dd78e10377ccebb4d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-07-31  3:26 ` Bjorn Andersson
@ 2026-08-04  8:43   ` Krzysztof Kozlowski
  2026-08-04 16:00     ` Bjorn Andersson
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-04  8:43 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam,
	Mukesh Ojha
  Cc: linux-arm-msm, linux-remoteproc, devicetree, linux-kernel

On 31/07/2026 05:26, Bjorn Andersson wrote:
> 
> On Mon, 13 Jul 2026 15:02:37 +0530, Mukesh Ojha wrote:
>> Document compatible string for the MPSS Peripheral Authentication
>> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
>> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
>> domains, memory region).
>>
>>
> 
> Applied, thanks!
> 
> [1/1] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
>       commit: 77a6aafb404dda8ed6c2689dd78e10377ccebb4d

So this was applied and IMMEDIATELY after fixup was sent. I assume the
fixup was known and somehow was waiting till gets applied.

This is just wrong approach. Can we drop the patch instead?

Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-08-04  8:43   ` Krzysztof Kozlowski
@ 2026-08-04 16:00     ` Bjorn Andersson
  2026-08-04 16:02       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Bjorn Andersson @ 2026-08-04 16:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Mathieu Poirier, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Manivannan Sadhasivam, Mukesh Ojha, linux-arm-msm,
	linux-remoteproc, devicetree, linux-kernel

On Tue, Aug 04, 2026 at 10:43:46AM +0200, Krzysztof Kozlowski wrote:
> On 31/07/2026 05:26, Bjorn Andersson wrote:
> > 
> > On Mon, 13 Jul 2026 15:02:37 +0530, Mukesh Ojha wrote:
> >> Document compatible string for the MPSS Peripheral Authentication
> >> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
> >> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
> >> domains, memory region).
> >>
> >>
> > 
> > Applied, thanks!
> > 
> > [1/1] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
> >       commit: 77a6aafb404dda8ed6c2689dd78e10377ccebb4d
> 
> So this was applied and IMMEDIATELY after fixup was sent.

I presume you're referring to
https://lore.kernel.org/all/20260803180021.20368-1-mukesh.ojha@oss.qualcomm.com/#t
here?

> I assume the fixup was known and somehow was waiting till gets
> applied.
> 

It's hard to tell, as the commit message in the new commit doesn't make
any attempt to explain the situation. I have no data telling me that
your assumption is incorrect :(

> This is just wrong approach. Can we drop the patch instead?
> 

I've dropped the patch from -next.

Regards,
Bjorn

> Best regards,
> Krzysztof

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

* Re: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
  2026-08-04 16:00     ` Bjorn Andersson
@ 2026-08-04 16:02       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-04 16:02 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Mathieu Poirier, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Manivannan Sadhasivam, Mukesh Ojha, linux-arm-msm,
	linux-remoteproc, devicetree, linux-kernel

On 04/08/2026 18:00, Bjorn Andersson wrote:
> On Tue, Aug 04, 2026 at 10:43:46AM +0200, Krzysztof Kozlowski wrote:
>> On 31/07/2026 05:26, Bjorn Andersson wrote:
>>>
>>> On Mon, 13 Jul 2026 15:02:37 +0530, Mukesh Ojha wrote:
>>>> Document compatible string for the MPSS Peripheral Authentication
>>>> Service on the Hawi and Maili SoCs. The Hawi and Maili MPSS is
>>>> compatible with the SM8650 MPSS (six interrupts, CX and MSS power
>>>> domains, memory region).
>>>>
>>>>
>>>
>>> Applied, thanks!
>>>
>>> [1/1] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
>>>       commit: 77a6aafb404dda8ed6c2689dd78e10377ccebb4d
>>
>> So this was applied and IMMEDIATELY after fixup was sent.
> 
> I presume you're referring to
> https://lore.kernel.org/all/20260803180021.20368-1-mukesh.ojha@oss.qualcomm.com/#t
> here?

Yes, thanks.

Best regards,
Krzysztof

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

end of thread, other threads:[~2026-08-04 16:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13  9:32 [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible Mukesh Ojha
2026-07-14 13:31 ` Manivannan Sadhasivam
2026-07-17  7:36 ` Yijie Yang
2026-07-21  8:39 ` Krzysztof Kozlowski
2026-07-27 11:22 ` Krzysztof Kozlowski
2026-07-31  3:26 ` Bjorn Andersson
2026-08-04  8:43   ` Krzysztof Kozlowski
2026-08-04 16:00     ` Bjorn Andersson
2026-08-04 16:02       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox