[PATCH v3 0/2] arm64: dts: intel: set alias for i3c controllers for agilex5 variants and derivatives

Adrian Ng Ho Yin posted 2 patches 1 month, 1 week ago
arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts         | 2 ++
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts         | 2 ++
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts    | 2 ++
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts | 2 ++
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts    | 2 ++
5 files changed, 10 insertions(+)
[PATCH v3 0/2] arm64: dts: intel: set alias for i3c controllers for agilex5 variants and derivatives
Posted by Adrian Ng Ho Yin 1 month, 1 week ago
Agilex5 SoCFPGA variants and derivatives have 2 i3c controllers, a main
master and a secondary master. Setting the alias for both i3c controllers
to prevent bus id contention when both controllers are enabled which
results in driver probe failures.

---
changelog
v1->v2
* Simplify commit titles

v2->v3
* Update commit titles for clarity
---

Adrian Ng Ho Yin (2):
  arm64: dts: socfpga: agilex5: set alias for i3c controllers
  arm64: dts: socfpga: agilex3: set alias for i3c controller

 arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts         | 2 ++
 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts         | 2 ++
 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_013b.dts    | 2 ++
 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_modular.dts | 2 ++
 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts    | 2 ++
 5 files changed, 10 insertions(+)

-- 
2.49.GIT
Re: [PATCH v3 0/2] arm64: dts: intel: set alias for i3c controllers for agilex5 variants and derivatives
Posted by Dinh Nguyen 1 month, 1 week ago
Hi Adrian,

On 5/5/26 00:15, Adrian Ng Ho Yin wrote:
> Agilex5 SoCFPGA variants and derivatives have 2 i3c controllers, a main
> master and a secondary master. Setting the alias for both i3c controllers
> to prevent bus id contention when both controllers are enabled which
> results in driver probe failures.
> 
> ---
> changelog
> v1->v2
> * Simplify commit titles
> 
> v2->v3
> * Update commit titles for clarity
> ---
> 
> Adrian Ng Ho Yin (2):
>    arm64: dts: socfpga: agilex5: set alias for i3c controllers
>    arm64: dts: socfpga: agilex3: set alias for i3c controller
> 

I've applied both patches.

Nit: I'm getting this checkpatch warning:

WARNING: From:/Signed-off-by: email address mismatch: 'From: Adrian Ng 
Ho Yin <adrianhoyin.ng@altera.com>' != 'Signed-off-by: Adrian Ng Ho Yin 
<adrian.ho.yin.ng@altera.com>'

Please try to fix this up for future submissions.

Thanks,
Dinh
Re: [PATCH v3 0/2] arm64: dts: intel: set alias for i3c controllers for agilex5 variants and derivatives
Posted by Ng, Adrian Ho Yin 1 month, 1 week ago
On 5/6/2026 12:09 AM, Dinh Nguyen wrote:
> Hi Adrian,
> 
> On 5/5/26 00:15, Adrian Ng Ho Yin wrote:
>> Agilex5 SoCFPGA variants and derivatives have 2 i3c controllers, a main
>> master and a secondary master. Setting the alias for both i3c controllers
>> to prevent bus id contention when both controllers are enabled which
>> results in driver probe failures.
>>
>> ---
>> changelog
>> v1->v2
>> * Simplify commit titles
>>
>> v2->v3
>> * Update commit titles for clarity
>> ---
>>
>> Adrian Ng Ho Yin (2):
>>    arm64: dts: socfpga: agilex5: set alias for i3c controllers
>>    arm64: dts: socfpga: agilex3: set alias for i3c controller
>>
> 
> I've applied both patches.
> 
> Nit: I'm getting this checkpatch warning:
> 
> WARNING: From:/Signed-off-by: email address mismatch: 'From: Adrian Ng 
> Ho Yin <adrianhoyin.ng@altera.com>' != 'Signed-off-by: Adrian Ng Ho Yin 
> <adrian.ho.yin.ng@altera.com>'
> 
> Please try to fix this up for future submissions.
> 
> Thanks,
> Dinh
Hi Dinh,

Thanks for the feedback. Will fix in the future submissions.

Thank You
Adrian