ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node

TQMa6UL1 has only one FEC which needs to be disabled as one of the last
steps.
imx6ul-tqma6ul2.dtsi can't be included in imx6ul-tqma6ul1.dtsi as the
defaults from imx6ul.dtsi will be applied again.

Fixes: 7b8861d8e6 ("ARM: dts: imx6ul: add TQ-Systems MBa6ULx device trees")
Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Max Merchel 2025-02-25 15:44:35 +01:00 committed by Shawn Guo
parent 1ff701b3e0
commit 22d8f69c8d
2 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,9 @@
/dts-v1/;
#include "imx6ul-tqma6ul1.dtsi"
#include "imx6ul-tqma6ul2.dtsi"
#include "mba6ulx.dtsi"
#include "imx6ul-tqma6ul1.dtsi"
/ {
model = "TQ-Systems TQMa6UL1 SoM on MBa6ULx board";

View File

@ -4,8 +4,6 @@
* Author: Markus Niebel <Markus.Niebel@tq-group.com>
*/
#include "imx6ul-tqma6ul2.dtsi"
/ {
model = "TQ-Systems TQMa6UL1 SoM";
compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";