ARM: dts: imx6ull-phytec-tauri: Fix compatible
authorFabio Estevam <festevam@denx.de>
Thu, 14 Sep 2023 19:40:27 +0000 (16:40 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 02:53:00 +0000 (10:53 +0800)
Per fsl.yaml, the order of the compatible strings are not correct for
imx6ull-phytec-tauri-emmc and imx6ull-phytec-tauri-nand.

Fix them accordingly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-emmc.dts
arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri-nand.dts

index 14adb87da9111a80bfd48baac5bf323786082467..1610f3892d9e08fec7c4f40cd58a2a504a6d5265 100644 (file)
@@ -9,8 +9,8 @@
 
 / {
        model = "PHYTEC phyGate-Tauri i.MX6 UltraLite";
-       compatible = "phytec,imx6ull-phygate-tauri",
-                    "phytec,imx6ull-phygate-tauri-emmc",
+       compatible = "phytec,imx6ull-phygate-tauri-emmc",
+                    "phytec,imx6ull-phygate-tauri",
                     "phytec,imx6ull-pcl063", "fsl,imx6ull";
 };
 
index ae396ac63443b3777bf226dbde363afad6d536dc..92e7d38d56377ede30babb07d73f790a2ef05f23 100644 (file)
@@ -9,8 +9,8 @@
 
 / {
        model = "PHYTEC phyGate-Tauri i.MX6 UltraLite";
-       compatible = "phytec,imx6ull-phygate-tauri",
-                    "phytec,imx6ull-phygate-tauri-nand",
+       compatible = "phytec,imx6ull-phygate-tauri-nand",
+                    "phytec,imx6ull-phygate-tauri",
                     "phytec,imx6ull-pcl063", "fsl,imx6ull";
 };