Devicetree
 help / color / mirror / Atom feed
From: "Chiam, Evon" <evon.chiam@altera.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Dinh Nguyen <dinguyen@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Lothar Rubusch <l.rubusch@gmail.com>,
	Ng Tze Yee <tzeyee.ng@altera.com>,
	Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>,
	Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>,
	Brian Masney <bmasney@redhat.com>,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/5] arm64: dts: altera: move Agilex72 DT and use altr prefix
Date: Fri, 4 Sep 2026 17:49:55 +0800	[thread overview]
Message-ID: <165fc53f-2218-4582-8b89-43f2ce7500f7@altera.com> (raw)
In-Reply-To: <cd16fb78-551e-4630-83d6-a44a68e2e411@kernel.org>

Hi Krzysztof,

Please find my replies inline below.

On 18/8/2026 4:27 pm, Krzysztof Kozlowski wrote:
> On 06/08/2026 11:25, evon.chiam@altera.com wrote:
>> From: "Chiam, Evon" <evon.chiam@altera.com>
>>
>> Move the Agilex72 SoC and SoCDK device trees from dts/intel to
>> dts/altera. Update the board and SoC compatible strings to use
>> the "altr" vendor.
>>
>> Signed-off-by: Chiam, Evon <evon.chiam@altera.com>
>> ---
>>   arch/arm64/boot/dts/altera/Makefile                            | 3 ++-
>>   arch/arm64/boot/dts/{intel => altera}/socfpga_agilex72.dtsi    | 2 +-
>>   .../boot/dts/{intel => altera}/socfpga_agilex72_socdk.dts      | 2 +-
>>   arch/arm64/boot/dts/intel/Makefile                             | 1 -
>>   4 files changed, 4 insertions(+), 4 deletions(-)
>>   rename arch/arm64/boot/dts/{intel => altera}/socfpga_agilex72.dtsi (98%)
>>   rename arch/arm64/boot/dts/{intel => altera}/socfpga_agilex72_socdk.dts (84%)
> 
> Everything there is altera, except Keembay, so moving only one file is
> quite a confusion.
> 
> Feel free to move ALL altera files (or none as this is just a churn),
> but you should keep dtbs_install unaffected (as not broken).
> 
> 
Will drop the Agilex72-only DTS move from this series in v2. Moving only 
one file is confusing, as you noted. I will send a separate series to 
move all SoCFPGA DTS files from dts/intel to dts/altera, while keeping 
dtbs_install unaffected.

>>
>> diff --git a/arch/arm64/boot/dts/altera/Makefile b/arch/arm64/boot/dts/altera/Makefile
>> index 540bb5ae746b..a1a9ccba5334 100644
>> --- a/arch/arm64/boot/dts/altera/Makefile
>> +++ b/arch/arm64/boot/dts/altera/Makefile
>> @@ -1,5 +1,6 @@
>>   # SPDX-License-Identifier: GPL-2.0-only
>> -dtb-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga_stratix10_socdk.dtb \
>> +dtb-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga_agilex72_socdk.dtb \
>> +				socfpga_stratix10_socdk.dtb \
>>   				socfpga_stratix10_socdk_emmc.dtb \
>>   				socfpga_stratix10_socdk_nand.dtb \
>>   				socfpga_stratix10_swvp.dtb
>> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex72.dtsi b/arch/arm64/boot/dts/altera/socfpga_agilex72.dtsi
>> similarity index 98%
>> rename from arch/arm64/boot/dts/intel/socfpga_agilex72.dtsi
>> rename to arch/arm64/boot/dts/altera/socfpga_agilex72.dtsi
>> index c29c2afcaab7..354c775f577b 100644
>> --- a/arch/arm64/boot/dts/intel/socfpga_agilex72.dtsi
>> +++ b/arch/arm64/boot/dts/altera/socfpga_agilex72.dtsi
>> @@ -7,7 +7,7 @@
>>   #include <dt-bindings/interrupt-controller/irq.h>
>>   
>>   / {
>> -	compatible = "intel,socfpga-agilex72";
>> +	compatible = "altr,socfpga-agilex72";
> 
> And this is not fine. You are stuck with what you added, especially that
> you added it recently and this was conscious choice of using "intel"
> instead of "altr".
> 
Agreed — I'll keep the existing compatible strings and drop the change 
in v2.

> Best regards,
> Krzysztof


Thanks and best regards,
Evon

  reply	other threads:[~2026-09-04  9:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06  9:25 [PATCH 0/5] clk: socfpga: add Agilex72 clock manager support evon.chiam
2026-08-06  9:25 ` [PATCH 1/5] dt-bindings: arm: altera: fix Agilex72 compatible vendor prefix evon.chiam
2026-08-06  9:33   ` sashiko-bot
2026-08-12  2:49   ` Rob Herring
2026-08-14  8:18     ` Chiam, Evon
2026-08-14 17:35       ` Rob Herring
2026-08-18  8:19         ` Chiam, Evon
2026-08-18 15:13           ` Rob Herring
2026-08-06  9:25 ` [PATCH 2/5] dt-bindings: clock: altr,agilex72-clkmgr: add Agilex72 clock manager binding evon.chiam
2026-08-06  9:34   ` sashiko-bot
2026-08-18  8:23   ` Krzysztof Kozlowski
2026-09-04  9:48     ` Chiam, Evon
2026-08-06  9:25 ` [PATCH 3/5] clk: socfpga: agilex72: add clock manager driver for Agilex72 evon.chiam
2026-08-06  9:38   ` sashiko-bot
2026-08-10 17:42   ` Brian Masney
2026-09-02 10:26     ` Chiam, Evon
2026-08-27 14:38   ` Dinh Nguyen
2026-09-02 10:32     ` Chiam, Evon
2026-08-06  9:25 ` [PATCH 4/5] arm64: dts: altera: move Agilex72 DT and use altr prefix evon.chiam
2026-08-06  9:40   ` sashiko-bot
2026-08-18  8:27   ` Krzysztof Kozlowski
2026-09-04  9:49     ` Chiam, Evon [this message]
2026-08-06  9:25 ` [PATCH 5/5] arm64: dts: altera: agilex72: add clock manager support evon.chiam
2026-08-06  9:40   ` sashiko-bot

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=165fc53f-2218-4582-8b89-43f2ce7500f7@altera.com \
    --to=evon.chiam@altera.com \
    --cc=adrian.ho.yin.ng@altera.com \
    --cc=bmasney@redhat.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=l.rubusch@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=muhammad.nazim.amirul.nazle.asmade@altera.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=tzeyee.ng@altera.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