mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: stm32: Swap PHY reset GPIO and TSC2004 IRQ on DHCOM SOM
On the production revision of the SoM, 587-200, the PHY reset GPIO and
touchscreen IRQs are swapped to prevent collision between EXTi IRQs,
reflect that in DT.
Fixes: 34e0c7847d
("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
862f5c7ebc
commit
9ad98319e9
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
||||||
max-speed = <100>;
|
max-speed = <100>;
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
st,eth-ref-clk-sel;
|
st,eth-ref-clk-sel;
|
||||||
phy-reset-gpios = <&gpioh 15 GPIO_ACTIVE_LOW>;
|
phy-reset-gpios = <&gpioh 3 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
mdio0 {
|
mdio0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
compatible = "ti,tsc2004";
|
compatible = "ti,tsc2004";
|
||||||
reg = <0x49>;
|
reg = <0x49>;
|
||||||
vio-supply = <&v3v3>;
|
vio-supply = <&v3v3>;
|
||||||
interrupts-extended = <&gpioh 3 IRQ_TYPE_EDGE_FALLING>;
|
interrupts-extended = <&gpioh 15 IRQ_TYPE_EDGE_FALLING>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom@50 {
|
eeprom@50 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue