Skip to content

Commit 9617e10

Browse files
committed
ARM: dts: at91: sama5d2_xplained: Fix the flx4 i2c label numbering
A better version of this has already been sent to mainline, do not port this from a release to another. The sama5d2 SoC has the following IPs: [uart0, uart4], {spi0, spi1}, {i2c0, i2c1}. The flexcom functions should be labeled in order: flx0: uart5, spi2, i2c2 flx1: uart6, spi3, i2c3 flx2: uart7, spi4, i2c4 flx3: uart8, spi5, i2c5 flx4: uart9, spi6, i2c6 Fix the label number for flx4 i2c. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent d2484cf commit 9617e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
379379
status = "okay";
380380

381-
i2c2: i2c@600 {
381+
i2c6: i2c@600 {
382382
compatible = "atmel,sama5d2-i2c";
383383
reg = <0x600 0x200>;
384384
interrupts = <23 IRQ_TYPE_LEVEL_HIGH 7>;

0 commit comments

Comments
 (0)