mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
arm64: dts: socfpga: agilex5: set alias for i3c controllers
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. Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
b5a0814a2c
commit
5b80089b47
|
|
@ -13,6 +13,8 @@ aliases {
|
|||
ethernet0 = &gmac0;
|
||||
ethernet1 = &gmac1;
|
||||
ethernet2 = &gmac2;
|
||||
i3c0 = &i3c0;
|
||||
i3c1 = &i3c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ / {
|
|||
aliases {
|
||||
serial0 = &uart0;
|
||||
ethernet2 = &gmac2;
|
||||
i3c0 = &i3c0;
|
||||
i3c1 = &i3c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ / {
|
|||
aliases {
|
||||
serial0 = &uart0;
|
||||
ethernet2 = &gmac2;
|
||||
i3c0 = &i3c0;
|
||||
i3c1 = &i3c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ / {
|
|||
aliases {
|
||||
serial0 = &uart0;
|
||||
ethernet0 = &gmac0;
|
||||
i3c0 = &i3c0;
|
||||
i3c1 = &i3c1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user