diff options
author | Ludovic Desroches <[email protected]> | 2017-10-10 13:09:40 +0300 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2017-10-10 15:26:19 +0200 |
commit | 55f4286b484a96e061d06a97a4146190a43e6b12 (patch) | |
tree | 15562b8ea84702b6c1d81a8c026fdd88b242489e | |
parent | 6011143681b75f49821c6f3f0f4e86a72b275b11 (diff) |
ARM: dts: at91: sama5d27_som1_ek: add aliases for i2c
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]>
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts index 6e85a96cc813..4fcfc2ae662f 100644 --- a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts @@ -57,6 +57,8 @@ serial0 = &uart1; /* DBGU */ serial1 = &uart4; /* mikro BUS 1 */ serial2 = &uart2; /* mikro BUS 2 */ + i2c1 = &i2c1; + i2c2 = &i2c2; }; chosen { |