Re: [PATCH v2 1/2] arm64: dts: intel: set alias for i3c controllers for agilex5 variants
From: Dinh Nguyen
Date: Mon May 04 2026 - 23:39:34 EST
Sorry if I was unclear, the commit header should be:
arm64: dts: socfpga: agilex5: set alias for i3c controllers
For future reference, please run a 'git log' on the files you're changing as an example.
On 5/4/26 22:30, Adrian Ng Ho Yin wrote:
From: Adrian Ng Ho Yin <adrianhoyin.ng@xxxxxxxxxx>
Agilex5 SoCFPGA variants and derivities 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.
Dinh