aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTudor Ambarus <[email protected]>2020-05-18 11:49:21 +0000
committerAlexandre Belloni <[email protected]>2020-05-18 16:51:58 +0200
commit88d801aec6e971c15a0bfb4d46d02476dde9e8aa (patch)
tree0f70fa783299f077c894086cbb6f5b8e65159701
parentc5a28380257327bb7b89974919a3695047277ba5 (diff)
ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs
The sama5d2 SoC has two dedicated I2C IPs that are enabled on sama5d2_xplained. Add alias for the i2c devices to not rely on probe order for the i2c device numbering. Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r--arch/arm/boot/dts/at91-sama5d2_xplained.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 851b8587068b..a927165ea7c2 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -18,6 +18,8 @@
aliases {
serial0 = &uart1; /* DBGU */
+ i2c0 = &i2c0;
+ i2c1 = &i2c1;
i2c2 = &i2c2; /* XPRO EXT2 */
};