Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Michal Vokáč and committed by
Shawn Guo
cbe63a83 e0d7856e

+1 -1
+1 -1
arch/arm/boot/dts/imx6dl-yapp4-ursa.dts
··· 38 38 }; 39 39 40 40 &switch_ports { 41 - /delete-node/ port@2; 41 + /delete-node/ port@3; 42 42 }; 43 43 44 44 &touchscreen {