Skip to content

Commit

Permalink
ARM: dts: at91: sama5d27_som1_ek: add aliases for i2c
Browse files Browse the repository at this point in the history
Add aliases for i2c devices to not rely on probe order for i2c device
numbering.

Signed-off-by: Ludovic Desroches <[email protected]>
[[email protected]: remove i2c0, change subject]
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
ldesroches authored and alexandrebelloni committed Oct 10, 2017
1 parent 6011143 commit 55f4286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
serial0 = &uart1; /* DBGU */
serial1 = &uart4; /* mikro BUS 1 */
serial2 = &uart2; /* mikro BUS 2 */
i2c1 = &i2c1;
i2c2 = &i2c2;
};

chosen {
Expand Down

0 comments on commit 55f4286

Please sign in to comment.