]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: socfpga: agilex3: set alias for i3c controller
authorAdrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Tue, 5 May 2026 05:15:17 +0000 (13:15 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 5 May 2026 16:11:35 +0000 (11:11 -0500)
Agilex3 SoCFPGA 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.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dts

index 14b299f19f3a5f2e011c86a8ac88c2109563ba1f..25e17df0cbdbdc1f732019651fa2c4c5affdb19a 100644 (file)
@@ -12,6 +12,8 @@
        aliases {
                serial0 = &uart0;
                ethernet2 = &gmac2;
+               i3c0 = &i3c0;
+               i3c1 = &i3c1;
        };
 
        chosen {