[PATCH 0/2] soc: qcom: socinfo: Add CQ8725S SoC ID

Aaron Kling via B4 Relay posted 2 patches 2 days, 7 hours ago
drivers/soc/qcom/socinfo.c         | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] soc: qcom: socinfo: Add CQ8725S SoC ID
Posted by Aaron Kling via B4 Relay 2 days, 7 hours ago
Add the ID for the CQ8725S which is a variant of SM8750.

---
Teguh Sobirin (2):
      dt-bindings: arm: qcom,ids: Add SoC ID for CQ8725S
      soc: qcom: socinfo: Add CQ8725S SoC ID

 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: 6e845bcb78c95af935094040bd4edc3c2b6dd784
change-id: 20260605-cq8725s-soc-id-d2890bab3f18

Best regards,
-- 
Aaron Kling <webgeek1234@gmail.com>
Re: [PATCH 0/2] soc: qcom: socinfo: Add CQ8725S SoC ID
Posted by Krzysztof Kozlowski 1 day, 9 hours ago
On 05/06/2026 23:49, Aaron Kling via B4 Relay wrote:
> Add the ID for the CQ8725S which is a variant of SM8750.
> 
> ---
> Teguh Sobirin (2):
>       dt-bindings: arm: qcom,ids: Add SoC ID for CQ8725S
>       soc: qcom: socinfo: Add CQ8725S SoC ID

Where is DTS using this? Or anything? We do not add SoC IDs alone, it's
pointless for a DT platform.

Best regards,
Krzysztof
Re: [PATCH 0/2] soc: qcom: socinfo: Add CQ8725S SoC ID
Posted by Aaron Kling 1 day, 9 hours ago
On Sat, Jun 6, 2026 at 2:48 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 05/06/2026 23:49, Aaron Kling via B4 Relay wrote:
> > Add the ID for the CQ8725S which is a variant of SM8750.
> >
> > ---
> > Teguh Sobirin (2):
> >       dt-bindings: arm: qcom,ids: Add SoC ID for CQ8725S
> >       soc: qcom: socinfo: Add CQ8725S SoC ID
>
> Where is DTS using this? Or anything? We do not add SoC IDs alone, it's
> pointless for a DT platform.

The cq8725s device I am working on is the AYN Odin 3. The kernel dt is
not ready for submission at this time. I am trying to get all the
prerequisites submitted early though, to make the later submissions
smoother. And other id's in exactly the same situation as this one,
such as sm7750 [0], were recently reviewed by you and merged. What
makes this any different?

In response to the palaka comments, I will change all of those
references to sm8750 in a new revision.

Aaron

[0] https://lore.kernel.org/linux-arm-msm/20260412-sm7550-id-v1-0-958a673ff791@pm.me/
Re: [PATCH 0/2] soc: qcom: socinfo: Add CQ8725S SoC ID
Posted by Krzysztof Kozlowski 21 hours ago
On 06/06/2026 22:19, Aaron Kling wrote:
> On Sat, Jun 6, 2026 at 2:48 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 05/06/2026 23:49, Aaron Kling via B4 Relay wrote:
>>> Add the ID for the CQ8725S which is a variant of SM8750.
>>>
>>> ---
>>> Teguh Sobirin (2):
>>>       dt-bindings: arm: qcom,ids: Add SoC ID for CQ8725S
>>>       soc: qcom: socinfo: Add CQ8725S SoC ID
>>
>> Where is DTS using this? Or anything? We do not add SoC IDs alone, it's
>> pointless for a DT platform.
> 
> The cq8725s device I am working on is the AYN Odin 3. The kernel dt is
> not ready for submission at this time. I am trying to get all the
> prerequisites submitted early though, to make the later submissions
> smoother. And other id's in exactly the same situation as this one,
> such as sm7750 [0], were recently reviewed by you and merged. What
> makes this any different?


That one should not go in either in such case. This belongs to the
patchset with DTS. This is integral part of that patchset, not a
dependency, thus upstreaming it with such mindset (get dependencies
earlier) is not applicable. It is not a dependency.

Best regards,
Krzysztof