* [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
@ 2026-04-20 4:01 Shawn Guo
2026-04-20 8:16 ` Manivannan Sadhasivam
0 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2026-04-20 4:01 UTC (permalink / raw)
To: Jassi Brar
Cc: Manivannan Sadhasivam, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Konrad Dybcio, Dmitry Baryshkov,
Bartosz Golaszewski, Deepti Jaggi, linux-arm-msm, linux-kernel,
devicetree, Shawn Guo
From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
Document Inter-Processor Communication Controller on Qualcomm Nord SoC
with a fallback on qcom,ipcc.
Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
index f5c584cf2146..0a86230a2b18 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
@@ -28,6 +28,7 @@ properties:
- qcom,glymur-ipcc
- qcom,kaanapali-ipcc
- qcom,milos-ipcc
+ - qcom,nord-ipcc
- qcom,qcs8300-ipcc
- qcom,qdu1000-ipcc
- qcom,sa8255p-ipcc
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 4:01 [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC Shawn Guo
@ 2026-04-20 8:16 ` Manivannan Sadhasivam
2026-04-20 8:18 ` Konrad Dybcio
0 siblings, 1 reply; 6+ messages in thread
From: Manivannan Sadhasivam @ 2026-04-20 8:16 UTC (permalink / raw)
To: Shawn Guo
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Konrad Dybcio, Dmitry Baryshkov, Bartosz Golaszewski,
Deepti Jaggi, linux-arm-msm, linux-kernel, devicetree
On Mon, Apr 20, 2026 at 12:01:41PM +0800, Shawn Guo wrote:
> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
>
> Document Inter-Processor Communication Controller on Qualcomm Nord SoC
> with a fallback on qcom,ipcc.
>
> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> index f5c584cf2146..0a86230a2b18 100644
> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> @@ -28,6 +28,7 @@ properties:
> - qcom,glymur-ipcc
> - qcom,kaanapali-ipcc
> - qcom,milos-ipcc
> + - qcom,nord-ipcc
What is the difference between this and the existing 'sa8775p' compatible? Are
they both representing the same SoC series?
- Mani
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 8:16 ` Manivannan Sadhasivam
@ 2026-04-20 8:18 ` Konrad Dybcio
2026-04-20 8:23 ` Manivannan Sadhasivam
2026-04-20 8:24 ` Krzysztof Kozlowski
0 siblings, 2 replies; 6+ messages in thread
From: Konrad Dybcio @ 2026-04-20 8:18 UTC (permalink / raw)
To: Manivannan Sadhasivam, Shawn Guo
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Konrad Dybcio, Dmitry Baryshkov, Bartosz Golaszewski,
Deepti Jaggi, linux-arm-msm, linux-kernel, devicetree
On 4/20/26 10:16 AM, Manivannan Sadhasivam wrote:
> On Mon, Apr 20, 2026 at 12:01:41PM +0800, Shawn Guo wrote:
>> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
>>
>> Document Inter-Processor Communication Controller on Qualcomm Nord SoC
>> with a fallback on qcom,ipcc.
>>
>> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
>> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
>> ---
>> Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>> index f5c584cf2146..0a86230a2b18 100644
>> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>> @@ -28,6 +28,7 @@ properties:
>> - qcom,glymur-ipcc
>> - qcom,kaanapali-ipcc
>> - qcom,milos-ipcc
>> + - qcom,nord-ipcc
>
> What is the difference between this and the existing 'sa8775p' compatible? Are
> they both representing the same SoC series?
Nord is a gen newer
Konrad
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 8:18 ` Konrad Dybcio
@ 2026-04-20 8:23 ` Manivannan Sadhasivam
2026-04-20 8:24 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Manivannan Sadhasivam @ 2026-04-20 8:23 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Shawn Guo, Jassi Brar, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Konrad Dybcio, Dmitry Baryshkov,
Bartosz Golaszewski, Deepti Jaggi, linux-arm-msm, linux-kernel,
devicetree
On Mon, Apr 20, 2026 at 10:18:52AM +0200, Konrad Dybcio wrote:
> On 4/20/26 10:16 AM, Manivannan Sadhasivam wrote:
> > On Mon, Apr 20, 2026 at 12:01:41PM +0800, Shawn Guo wrote:
> >> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> >>
> >> Document Inter-Processor Communication Controller on Qualcomm Nord SoC
> >> with a fallback on qcom,ipcc.
> >>
> >> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> >> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> >> ---
> >> Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >> index f5c584cf2146..0a86230a2b18 100644
> >> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >> @@ -28,6 +28,7 @@ properties:
> >> - qcom,glymur-ipcc
> >> - qcom,kaanapali-ipcc
> >> - qcom,milos-ipcc
> >> + - qcom,nord-ipcc
> >
> > What is the difference between this and the existing 'sa8775p' compatible? Are
> > they both representing the same SoC series?
>
> Nord is a gen newer
>
Okay. This should've been present in the commit message to make it clear.
- Mani
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 8:18 ` Konrad Dybcio
2026-04-20 8:23 ` Manivannan Sadhasivam
@ 2026-04-20 8:24 ` Krzysztof Kozlowski
2026-04-21 7:43 ` Shawn Guo
1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-20 8:24 UTC (permalink / raw)
To: Konrad Dybcio, Manivannan Sadhasivam, Shawn Guo
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Konrad Dybcio, Dmitry Baryshkov, Bartosz Golaszewski,
Deepti Jaggi, linux-arm-msm, linux-kernel, devicetree
On 20/04/2026 10:18, Konrad Dybcio wrote:
> On 4/20/26 10:16 AM, Manivannan Sadhasivam wrote:
>> On Mon, Apr 20, 2026 at 12:01:41PM +0800, Shawn Guo wrote:
>>> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
>>>
>>> Document Inter-Processor Communication Controller on Qualcomm Nord SoC
>>> with a fallback on qcom,ipcc.
>>>
>>> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
>>> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
>>> ---
>>> Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>>> index f5c584cf2146..0a86230a2b18 100644
>>> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>>> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
>>> @@ -28,6 +28,7 @@ properties:
>>> - qcom,glymur-ipcc
>>> - qcom,kaanapali-ipcc
>>> - qcom,milos-ipcc
>>> + - qcom,nord-ipcc
>>
>> What is the difference between this and the existing 'sa8775p' compatible? Are
>> they both representing the same SoC series?
>
> Nord is a gen newer
This should be explained somewhere, e.g. in board/soc bindings or SoC ID
bindings. None of these are posted, so most of the patches being posted
could receive that comment - what is the difference and why commit msg
explains nothing.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 8:24 ` Krzysztof Kozlowski
@ 2026-04-21 7:43 ` Shawn Guo
0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2026-04-21 7:43 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Konrad Dybcio, Manivannan Sadhasivam, Jassi Brar, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio,
Dmitry Baryshkov, Bartosz Golaszewski, Deepti Jaggi,
linux-arm-msm, linux-kernel, devicetree
On Mon, Apr 20, 2026 at 10:24:24AM +0200, Krzysztof Kozlowski wrote:
> On 20/04/2026 10:18, Konrad Dybcio wrote:
> > On 4/20/26 10:16 AM, Manivannan Sadhasivam wrote:
> >> On Mon, Apr 20, 2026 at 12:01:41PM +0800, Shawn Guo wrote:
> >>> From: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> >>>
> >>> Document Inter-Processor Communication Controller on Qualcomm Nord SoC
> >>> with a fallback on qcom,ipcc.
> >>>
> >>> Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
> >>> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> >>> ---
> >>> Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
> >>> 1 file changed, 1 insertion(+)
> >>>
> >>> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >>> index f5c584cf2146..0a86230a2b18 100644
> >>> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >>> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> >>> @@ -28,6 +28,7 @@ properties:
> >>> - qcom,glymur-ipcc
> >>> - qcom,kaanapali-ipcc
> >>> - qcom,milos-ipcc
> >>> + - qcom,nord-ipcc
> >>
> >> What is the difference between this and the existing 'sa8775p' compatible? Are
> >> they both representing the same SoC series?
> >
> > Nord is a gen newer
>
> This should be explained somewhere, e.g. in board/soc bindings or SoC ID
> bindings. None of these are posted, so most of the patches being posted
> could receive that comment - what is the difference and why commit msg
> explains nothing.
Indeed! I should have posted SoC ID change [1] first to introduce Nord
SoC.
Shawn
[1] https://lore.kernel.org/all/20260421040231.1256998-1-shengchao.guo@oss.qualcomm.com/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-04-21 7:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20 4:01 [PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC Shawn Guo
2026-04-20 8:16 ` Manivannan Sadhasivam
2026-04-20 8:18 ` Konrad Dybcio
2026-04-20 8:23 ` Manivannan Sadhasivam
2026-04-20 8:24 ` Krzysztof Kozlowski
2026-04-21 7:43 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox