Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Lijuan Gao <quic_lijuang@quicinc.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>, <kernel@quicinc.com>,
	<linux-arm-msm@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH 5/6] arm64: dts: qcom: add initial support for QCS615 DTSI
Date: Wed, 28 Aug 2024 17:29:08 +0800	[thread overview]
Message-ID: <d9022e28-5be9-45a1-8348-20fecef2ff99@quicinc.com> (raw)
In-Reply-To: <10914199-1e86-4a2e-aec8-2a48cc49ef14@kernel.org>



在 8/28/2024 3:57 PM, Krzysztof Kozlowski 写道:
> On 28/08/2024 09:42, Lijuan Gao wrote:
>>
>>
>> 在 8/28/2024 2:23 PM, Krzysztof Kozlowski 写道:
>>> On Wed, Aug 28, 2024 at 10:02:15AM +0800, Lijuan Gao wrote:
>>>> Add initial DTSI for QCS615 SoC. It includes base description
>>>> of CPUs, interrupt-controller and cpu idle on Qualcomm QCS615
>>>> platform.
>>>>
>>>> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
>>>> ---
>>>>    arch/arm64/boot/dts/qcom/qcs615.dtsi | 449 +++++++++++++++++++++++++++++++++++
>>>>    1 file changed, 449 insertions(+)
>>>>
>>>> diff --git a/arch/arm64/boot/dts/qcom/qcs615.dtsi b/arch/arm64/boot/dts/qcom/qcs615.dtsi
>>>> new file mode 100644
>>>> index 000000000000..cf7aaa7f6131
>>>> --- /dev/null
>>>> +++ b/arch/arm64/boot/dts/qcom/qcs615.dtsi
>>>> @@ -0,0 +1,449 @@
>>>> +// SPDX-License-Identifier: BSD-3-Clause
>>>> +/*
>>>> + * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
>>>> + */
>>>> +
>>>> +#include <dt-bindings/interrupt-controller/arm-gic.h>
>>>> +
>>>> +/ {
>>>> +	interrupt-parent = <&intc>;
>>>> +
>>>
>>> No need for blank line.
>> Well noted. Will update in the next patch.
>>>
>>>> +	#address-cells = <2>;
>>>> +	#size-cells = <2>;
>>>> +
>>>> +	chosen { };
>>>
>>> Drop, redundant.
>> Well noted. Will update in the next patch.
>>>
>>>> +
>>>> +	clocks {
>>>> +		xo_board: xo-board {
>>>
>>> xo-clk? xo-board-clk?
>>>
>>> But if board, this does not sound like part of SoC. See other files how
>>> they do it.
>>>
>> Other files also added ‘xo_board’. The ‘xo_board’ is the clock that will
> 
> No. Don't use 10yo code as example.
> 
>> be used by other SoC nodes, such as rpmhcc. Currently, the node can be
>> deleted as no one is using it.
> 
> I don't think you understood the problem. This is not the property of
> SoC. We talked about this many times. DTS coding style has even explicit
> guideline for this. Your own go/upstream (which is quite well written
> and complete) probably as well. Did you check it? If there is no such,
> extend it.
>
Got it, I will move it to the board DTS.
> 
> Best regards,
> Krzysztof
> 
> 

-- 
Thx and BRs
Lijuan Gao

  reply	other threads:[~2024-08-28  9:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28  2:02 [PATCH 0/6] Add initial support for QCS615 Lijuan Gao
2024-08-28  2:02 ` [PATCH 1/6] dt-bindings: qcom,pdc: document QCS615 Power Domain Controller Lijuan Gao
2024-08-28  6:19   ` Krzysztof Kozlowski
2024-08-28  2:02 ` [PATCH 2/6] dt-bindings: arm: qcom: document QCS615 and the reference board Lijuan Gao
2024-08-28  6:19   ` Krzysztof Kozlowski
2024-08-28  2:02 ` [PATCH 3/6] dt-bindings: arm: qcom,ids: add SoC ID for QCS615 Lijuan Gao
2024-08-28  6:19   ` Krzysztof Kozlowski
2024-08-28  2:02 ` [PATCH 4/6] soc: qcom: socinfo: Add QCS615 SoC ID table entry Lijuan Gao
2024-08-28  6:19   ` Krzysztof Kozlowski
2024-08-28  2:02 ` [PATCH 5/6] arm64: dts: qcom: add initial support for QCS615 DTSI Lijuan Gao
2024-08-28  6:23   ` Krzysztof Kozlowski
2024-08-28  7:42     ` Lijuan Gao
2024-08-28  7:57       ` Krzysztof Kozlowski
2024-08-28  9:29         ` Lijuan Gao [this message]
2024-08-28  2:02 ` [PATCH 6/6] arm64: dts: qcom: add base QCS615 RIDE dts Lijuan Gao
2024-08-28  6:25   ` Krzysztof Kozlowski
2024-08-28  7:54     ` Lijuan Gao
2024-08-28  9:11       ` Krzysztof Kozlowski
2024-08-28  9:31         ` Lijuan Gao
2024-08-28  9:34           ` Krzysztof Kozlowski
2024-08-28 10:06             ` Lijuan Gao
2024-09-04  8:35             ` Lijuan Gao
2024-09-04  9:32               ` Krzysztof Kozlowski
2024-09-04 10:23                 ` Konrad Dybcio
2024-09-05  5:29                   ` Aiqun Yu (Maria)
2024-10-26 11:14                     ` Konrad Dybcio
2024-08-28 11:12   ` Konrad Dybcio

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=d9022e28-5be9-45a1-8348-20fecef2ff99@quicinc.com \
    --to=quic_lijuang@quicinc.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@quicinc.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tglx@linutronix.de \
    /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