Skip to content

Commit 13116ca

Browse files
committed
ARM: dts: at91: sama5d27_wlsom1: Add alias for i2c0
wlsom1 has an ATECC608A-TNGTLS Secure Element connected on the i2c0 bus. Add alias for the i2c device to not rely on probe order for the i2c device numbering. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20200413140922.154886-1-tudor.ambarus@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit e1e2662) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 4bb224a commit 13116ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
model = "Microchip SAMA5D27 WLSOM1";
1818
compatible = "microchip,sama5d27-wlsom1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
1919

20+
aliases {
21+
i2c0 = &i2c0;
22+
};
23+
2024
clocks {
2125
slow_xtal {
2226
clock-frequency = <32768>;

0 commit comments

Comments
 (0)