From: "Aiqun Yu (Maria)" <quic_aiquny@quicinc.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Tengfei Fan <quic_tengfan@quicinc.com>, <andersson@kernel.org>,
<konrad.dybcio@linaro.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>
Cc: <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 4/6] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
Date: Tue, 19 Dec 2023 18:19:50 +0800 [thread overview]
Message-ID: <d955f3bb-c73e-4777-b268-a8abc70788ef@quicinc.com> (raw)
In-Reply-To: <f0f707c0-dd96-4409-bfc5-118d885933e8@linaro.org>
On 12/19/2023 6:01 PM, Krzysztof Kozlowski wrote:
> On 19/12/2023 10:57, Aiqun Yu (Maria) wrote:
>>
>>
>> On 12/19/2023 3:02 PM, Krzysztof Kozlowski wrote:
>>> On 19/12/2023 01:50, Tengfei Fan wrote:
>>>> QCS8550 is derived from SM8550, it is mainly used in IoT scenarios.
>>>
>>> What are the differences? You need to describe the hardware, you have
>>> entire commit msg for something useful which will avoid such comments
>>> from reviewers.
>>>
>>>>
>>>> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
>>>> ---
>>>> arch/arm64/boot/dts/qcom/qcs8550.dtsi | 6 ++++++
>>>> 1 file changed, 6 insertions(+)
>>>> create mode 100644 arch/arm64/boot/dts/qcom/qcs8550.dtsi
>>>>
>>>> diff --git a/arch/arm64/boot/dts/qcom/qcs8550.dtsi b/arch/arm64/boot/dts/qcom/qcs8550.dtsi
>>>> new file mode 100644
>>>> index 000000000000..254657f46c5e
>>>> --- /dev/null
>>>> +++ b/arch/arm64/boot/dts/qcom/qcs8550.dtsi
>>>> @@ -0,0 +1,6 @@
>>>> +// SPDX-License-Identifier: BSD-3-Clause
>>>> +/*
>>>> + * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
>>>> + */
>>>> +
>>>> +#include "sm8550.dtsi"
>>>
>>> This is a weird file. I thought qcs8550 has differences from sm8550,
>>> e.g. lack of modem, so why do you claim you have here MPSS?
>> MPSS here in qcs8550 is a GPS only MPSS.
>
> Is it different or the same? Is the interface the same? So many
> questions and so little information. You have entire commit msg to
> explain this.
we can add all current email information into the commit message in next
patchset.
>
>>
>> QCS8550 will have a different firmware release with sm8550, and it will
>> have different memory reserved for the firmware to be used.
>> While firmware release along with memory map was not settled down yet.
>> That's why currently qcs8550.dtsi is an "empty file" and only include
>> sm8550.dtsi. As long as the firmware release is settled down, we will
>> have more detailed different node here.
>
> So the DTS is not really usable now?
curent qcs8550.dtsi is an "empty file" which is identical to "sm8550.dtsi".
While qcs8550-aim300-itot.dts is currently used with a "temporary
reserved memory" for those engineer qcs8550 firmware for boot up and
limited function verify.
So the idea here is to postpone only the firmware related reserved
memory part. And open an "empty file" qcs8550.dtsi for common which can
be used for other board like qcs8550-rb5-gen2.
>>
>> By the way, RB5 gen2 will also relies on the current qcs8550.dtsi, since
>> it is using the same qcs8550 soc, and will use the same firmware release.
>>
>> We have patch version2 remove the qcs8550.dtsi, and have SOM dtsi
>> qcs8550-aim300.dtsi include the sm8550.dtsi. While after discussion, our
>> understanding is that we can have an qcs8550.dtsi like this. Feel free
>> to let us know if it is not right understanding.
>>
>>>
>>> It's really confusing now.
>>
>> We can have a syncup to clear the confusing point if needed. :)
>>>
>
> The code and commit msg are confusing. I need to keep asking you to get
> any information.
>
> Best regards,
> Krzysztof
>
--
Thx and BRs,
Aiqun(Maria) Yu
next prev parent reply other threads:[~2023-12-19 10:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-19 0:50 [PATCH v3 0/6] arm64: qcom: add AIM300 AIoT board support Tengfei Fan
2023-12-19 0:50 ` [PATCH v3 1/6] dt-bindings: arm: qcom: Document qcs8550 SoC and board Tengfei Fan
2023-12-19 6:56 ` Krzysztof Kozlowski
2023-12-19 9:45 ` Aiqun Yu (Maria)
2023-12-19 10:10 ` Krzysztof Kozlowski
2023-12-19 0:50 ` [PATCH v3 2/6] dt-bindings: arm: qcom,ids: add SoC ID for QCS8550 Tengfei Fan
2023-12-19 0:50 ` [PATCH v3 3/6] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform Tengfei Fan
2023-12-19 0:50 ` [PATCH v3 4/6] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi Tengfei Fan
2023-12-19 7:02 ` Krzysztof Kozlowski
2023-12-19 9:57 ` Aiqun Yu (Maria)
2023-12-19 10:01 ` Krzysztof Kozlowski
2023-12-19 10:19 ` Aiqun Yu (Maria) [this message]
2023-12-19 10:54 ` Dmitry Baryshkov
2023-12-19 0:50 ` [PATCH v3 5/6] arm64: dts: qcom: add base AIM300 dtsi Tengfei Fan
2023-12-19 10:25 ` Dmitry Baryshkov
2023-12-20 1:23 ` Tengfei Fan
2023-12-20 7:00 ` Dmitry Baryshkov
2023-12-21 7:54 ` Tengfei Fan
2023-12-19 0:50 ` [PATCH v3 6/6] arm64: dts: qcom: aim300: add AIM300 AIoT Tengfei Fan
2023-12-19 6:58 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d955f3bb-c73e-4777-b268-a8abc70788ef@quicinc.com \
--to=quic_aiquny@quicinc.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_tengfan@quicinc.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox