linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection
@ 2020-03-17  8:46 Michal Vokáč
  2020-04-14 13:59 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Vokáč @ 2020-03-17  8:46 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo
  Cc: Mark Rutland, Fabio Estevam, devicetree, linux-kernel,
	Michal Vokáč,
	stable

The Y Soft yapp4 platform supports up to two Ethernet ports.
The Ursa board though has only one Ethernet port populated and that is
the port@2. Since the introduction of this platform into mainline a wrong
port was deleted and the Ethernet could never work. Fix this by deleting
the correct port node.

Fixes: 87489ec3a77f ("ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards")
Cc: stable@vger.kernel.org
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
---
 arch/arm/boot/dts/imx6dl-yapp4-ursa.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts b/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts
index 0d594e4bd559..a1173bf5bff5 100644
--- a/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts
+++ b/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts
@@ -38,7 +38,7 @@
 };
 
 &switch_ports {
-	/delete-node/ port@2;
+	/delete-node/ port@3;
 };
 
 &touchscreen {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection
  2020-03-17  8:46 [PATCH] ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection Michal Vokáč
@ 2020-04-14 13:59 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-04-14 13:59 UTC (permalink / raw)
  To: Michal Vokáč
  Cc: Rob Herring, Mark Rutland, Fabio Estevam, devicetree,
	linux-kernel, stable

On Tue, Mar 17, 2020 at 09:46:28AM +0100, Michal Vokáč wrote:
> The Y Soft yapp4 platform supports up to two Ethernet ports.
> The Ursa board though has only one Ethernet port populated and that is
> the port@2. Since the introduction of this platform into mainline a wrong
> port was deleted and the Ethernet could never work. Fix this by deleting
> the correct port node.
> 
> Fixes: 87489ec3a77f ("ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards")
> Cc: stable@vger.kernel.org
> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  8:46 [PATCH] ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection Michal Vokáč
2020-04-14 13:59 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).