aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-kizbox3-hs.dts
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2020-05-14 05:03:07 +0000
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-05-15 16:49:34 +0200
commitf1f2212eaddf4857728167ce9e582e530183cf4b (patch)
tree8cf5b38cf7361f0c4965c3e079a0f849681e8f4f /arch/arm/boot/dts/at91-kizbox3-hs.dts
parentARM: dts: at91: sama5d27_wlsom1: Add alias for i2c0 (diff)
downloadlinux-dev-f1f2212eaddf4857728167ce9e582e530183cf4b.tar.xz
linux-dev-f1f2212eaddf4857728167ce9e582e530183cf4b.zip
ARM: dts: at91: sama5d2: Fix the label numbering for flexcom functions
The sama5d2 SoC has the following IPs: [uart0, uart4], {spi0, spi1}, {i2c0, i2c1}. Label the flexcom functions in order: flx0: uart5, spi2, i2c2 flx1: uart6, spi3, i2c3 flx2: uart7, spi4, i2c4 flx3: uart8, spi5, i2c5 flx4: uart9, spi6, i2c6 Some boards respected this scheme, others not. Fix the ones that didn't. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20200514050301.147442-2-tudor.ambarus@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-kizbox3-hs.dts')
-rw-r--r--arch/arm/boot/dts/at91-kizbox3-hs.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox3-hs.dts b/arch/arm/boot/dts/at91-kizbox3-hs.dts
index 8734e7f8939e..0da1f0557eaf 100644
--- a/arch/arm/boot/dts/at91-kizbox3-hs.dts
+++ b/arch/arm/boot/dts/at91-kizbox3-hs.dts
@@ -283,7 +283,7 @@
&flx3 {
status = "okay";
- uart6: serial@200 {
+ uart8: serial@200 {
status = "okay";
};
};
@@ -291,7 +291,7 @@
&flx4 {
status = "okay";
- i2c2: i2c@600 {
+ i2c6: i2c@600 {
status = "okay";
};
};