[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <76d281f3-4349-47c0-aa76-2e9716ba53f6@altera.com>
Date: Wed, 12 Nov 2025 08:34:13 +0800
From: Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: Dinh Nguyen <dinguyen@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: intel: Add Agilex3 SoCFPGA board
On 11/11/2025 3:51 pm, Krzysztof Kozlowski wrote:
> On Tue, Nov 11, 2025 at 02:17:38PM +0800, niravkumarlaxmidas.rabara@...era.com wrote:
>> From: Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
>>
>> Add compatible string for Agilex3 SoCFPGA board, which shares the same
>> architecture as Agilex5 but with two fewer CPU cores.
>>
>> Signed-off-by: Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
>> ---
>>
>> v2 changes:
>> - Add separate agilex3 compatible instead of using agilex5 context.
>>
>> v1 link:
>> https://lore.kernel.org/all/51ecc7f4eb7e419c00ee51fc26156e25686dfece.1762756191.git.niravkumarlaxmidas.rabara@altera.com/
>>
>> Documentation/devicetree/bindings/arm/intel,socfpga.yaml | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
>> index cf7a91dfec8a..e5a8141dc6cb 100644
>> --- a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
>> +++ b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml
>> @@ -21,6 +21,11 @@ properties:
>> - intel,socfpga-agilex-n6000
>> - intel,socfpga-agilex-socdk
>> - const: intel,socfpga-agilex
>> + - description: Agilex3 boards
>> + items:
>> + - enum:
>> + - intel,socfpga-agilex3-socdk
>> + - const: intel,socfpga-agilex3
>
> This is confusing, where is the fallback? You said this is fully
> compatible with Agilex5, no?
>
> Best regards,
> Krzysztof
>
Yes, I should have "const: intel,socfpga-agilex5" as well for the fallback.
+ - description: Agilex3 boards
+ items:
+ - enum:
+ - intel,socfpga-agilex3-socdk
+ - const: intel,socfpga-agilex3
+ - const: intel,socfpga-agilex5
I will add this in v3.
Thanks,
Nirav
Powered by blists - more mailing lists