mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
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>
This commit is contained in:
committed by
Dinh Nguyen
parent
1aa4ee5338
commit
5e7235d122
@@ -239,7 +239,8 @@
|
||||
};
|
||||
|
||||
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>;
|
||||
@@ -249,7 +250,8 @@
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user