mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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:
parent
1ff701b3e0
commit
22d8f69c8d
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user