Commit f5432f01 authored by Sekhar Nori's avatar Sekhar Nori Committed by Tony Lindgren

ARM: dts: am57xx-idk: tpic2810 is on I2C bus, not SPI

commit 50e95b6b ("ARM: dts: am57xx-idk: Add Industrial
output support") added the TPIC2810 device-tree node under
SPI bus instead of I2C1.

Fix it. Tested on AM572x IDK by driving on-board LEDs
connected to TPIC2810

Fixes: 50e95b6b ("ARM: dts: am57xx-idk: Add Industrial output support")
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Acked-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 715e82cf
...@@ -311,6 +311,13 @@ extcon_usb2: tps659038_usb { ...@@ -311,6 +311,13 @@ extcon_usb2: tps659038_usb {
/* ID & VBUS GPIOs provided in board dts */ /* ID & VBUS GPIOs provided in board dts */
}; };
}; };
tpic2810: tpic2810@60 {
compatible = "ti,tpic2810";
reg = <0x60>;
gpio-controller;
#gpio-cells = <2>;
};
}; };
&mcspi3 { &mcspi3 {
...@@ -326,13 +333,6 @@ sn65hvs882: sn65hvs882@0 { ...@@ -326,13 +333,6 @@ sn65hvs882: sn65hvs882@0 {
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
spi-cpol; spi-cpol;
}; };
tpic2810: tpic2810@60 {
compatible = "ti,tpic2810";
reg = <0x60>;
gpio-controller;
#gpio-cells = <2>;
};
}; };
&uart3 { &uart3 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment