From: Krzysztof Kozlowski <krzk@kernel.org>
To: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC
Date: Thu, 19 Sep 2024 12:25:55 +0200 [thread overview]
Message-ID: <b926c116-7d5b-4bb6-8199-b7653fc5794b@kernel.org> (raw)
In-Reply-To: <ddda4f98-2402-04ab-108d-a1ee4beb33bd@gmail.com>
On 18/09/2024 19:54, Ivaylo Ivanov wrote:
>>> + cpu3: cpu@103 {
>>> + device_type = "cpu";
>>> + compatible = "arm,cortex-a53";
>>> + reg = <0x103>;
>>> + enable-method = "psci";
>>> + };
>>> +
>>> + cpu4: cpu@0 {
>> Why cpu@0 is cpu4 not cpu0? Anyway, these should be ordered by unit
>> address.
>
> cpu@100 is the boot core of the first cluster consisting of cortex-a53
>
> cores, hence why it's labelled as cpu0. The second cluster contains
>
> the Mongoose cores, labelled and ordered after the first cluster.
>
>
> It's ordered like so on a lot of SoCs for sanity's sake, hence why I
>
> believe it should stay like that.
I tend to switch to style expressed in DTS coding style, especially that
we might use at some point sorting tool which would then need exception
for CPUs. Keep existing labels, assuming they reflect reality, but order
by unit address.
>
>
> If you still think that they must be ordered by unit address, please
>
> explicitly let me know so that I include that change in the v5.
>
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-09-19 10:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 11:00 [PATCH v4 00/10] Add minimal Exynos8895 SoC and SM-G950F support Ivaylo Ivanov
2024-09-09 11:00 ` [PATCH v4 01/10] dt-bindings: arm: cpus: Add Samsung Mongoose M2 Ivaylo Ivanov
2024-09-16 14:08 ` Krzysztof Kozlowski
2024-09-09 11:00 ` [PATCH v4 02/10] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos8895 compatible Ivaylo Ivanov
2024-09-09 11:00 ` [PATCH v4 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support Ivaylo Ivanov
2024-09-16 14:10 ` Krzysztof Kozlowski
2024-09-09 11:00 ` [PATCH v4 04/10] dt-bindings: pinctrl: samsung: Add compatible for Exynos8895 SoC Ivaylo Ivanov
2024-09-16 14:07 ` Krzysztof Kozlowski
2024-09-09 11:00 ` [PATCH v4 05/10] pinctrl: samsung: Add exynos8895 SoC pinctrl configuration Ivaylo Ivanov
2024-09-23 9:19 ` Linus Walleij
2024-09-09 11:00 ` [PATCH v4 06/10] dt-bindings: pinctrl: samsung: add exynos8895-wakeup-eint compatible Ivaylo Ivanov
2024-09-09 11:00 ` [PATCH v4 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible Ivaylo Ivanov
2024-09-09 11:00 ` [PATCH v4 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC Ivaylo Ivanov
2024-09-16 14:23 ` Krzysztof Kozlowski
2024-09-18 17:54 ` Ivaylo Ivanov
2024-09-19 10:25 ` Krzysztof Kozlowski [this message]
2024-09-09 11:00 ` [PATCH v4 09/10] dt-bindings: arm: samsung: Document dreamlte board binding Ivaylo Ivanov
2024-09-16 14:23 ` Krzysztof Kozlowski
2024-09-16 14:24 ` Krzysztof Kozlowski
2024-09-09 11:00 ` [PATCH v4 10/10] arm64: dts: exynos: Add initial support for Samsung Galaxy S8 Ivaylo Ivanov
2024-09-10 7:37 ` [PATCH v4 00/10] Add minimal Exynos8895 SoC and SM-G950F support 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=b926c116-7d5b-4bb6-8199-b7653fc5794b@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ivo.ivanov.ivanov1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
/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