]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
authorAdrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Tue, 4 Nov 2025 07:29:07 +0000 (15:29 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 12 Nov 2025 18:57:02 +0000 (12:57 -0600)
Add the "altr,agilex5-dw-i3c-master" compatible string to the
I3C controller nodes on the Agilex5 SoCFPGA platform.

Signed-off-by: Adrian Ng Ho Yin <adrianhoyin.ng@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index bf7128adddde8d3058bb861d1cc383af9b146884..a5c2025a616e896e25335b8403143f4edcac7d02 100644 (file)
                };
 
                i3c0: i3c@10da0000 {
-                       compatible = "snps,dw-i3c-master-1.00a";
+                       compatible = "altr,agilex5-dw-i3c-master",
+                                    "snps,dw-i3c-master-1.00a";
                        reg = <0x10da0000 0x1000>;
                        #address-cells = <3>;
                        #size-cells = <0>;
                };
 
                i3c1: i3c@10da1000 {
-                       compatible = "snps,dw-i3c-master-1.00a";
+                       compatible = "altr,agilex5-dw-i3c-master",
+                                    "snps,dw-i3c-master-1.00a";
                        reg = <0x10da1000 0x1000>;
                        #address-cells = <3>;
                        #size-cells = <0>;