All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Chiam, Evon" <evon.chiam@altera.com>
To: Rob Herring <robh@kernel.org>
Cc: 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>,
	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 1/5] dt-bindings: arm: altera: fix Agilex72 compatible vendor prefix
Date: Fri, 14 Aug 2026 16:18:59 +0800	[thread overview]
Message-ID: <b027b8cf-a97b-4670-a57c-1585feccb21e@altera.com> (raw)
In-Reply-To: <20260812024937.GA616612-robh@kernel.org>



On 12/8/2026 10:49 am, Rob Herring wrote:
> On Thu, Aug 06, 2026 at 05:25:01PM +0800, evon.chiam@altera.com wrote:
>> From: "Chiam, Evon" <evon.chiam@altera.com>
>>
>> Altera has separated from Intel. Update the Agilex72 SoC and board
>> compatible strings to use the Altera vendor prefix instead of intel.
> 
> Sorry, without better reasoning, you are stuck with them as sashiko
> pointed out.
> 
Sashiko’s comment on the DTS still using the intel compatible strings 
was based on reviewing patch 1/5 alone. Patch 4/5 moves the Agilex72 DT 
from arch/arm64/boot/dts/intel/ to arch/arm64/boot/dts/altera/ and 
updates the compatible strings to altr. With both patches applied, the 
bindings and DTS remain consistent.

Would you prefer that I combine the patches 1/5 and 4/5 into a single 
patch so the binding and DTS updates land together?

>>
>> Signed-off-by: Chiam, Evon <evon.chiam@altera.com>
>> ---
>>   Documentation/devicetree/bindings/arm/altera.yaml | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml
>> index 3030cf46fe74..2ab53cade2fe 100644
>> --- a/Documentation/devicetree/bindings/arm/altera.yaml
>> +++ b/Documentation/devicetree/bindings/arm/altera.yaml
>> @@ -119,8 +119,8 @@ properties:
>>         - description: Agilex72 boards
>>           items:
>>             - enum:
>> -              - intel,socfpga-agilex72-socdk
>> -          - const: intel,socfpga-agilex72
>> +              - altr,socfpga-agilex72-socdk
>> +          - const: altr,socfpga-agilex72
>>   
>>         - description: Agilex7m boards
>>           items:
>> -- 
>> 2.43.7
>>


  reply	other threads:[~2026-08-14  8:19 UTC|newest]

Thread overview: 22+ 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 [this message]
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-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-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=b027b8cf-a97b-4670-a57c-1585feccb21e@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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.