ARM: dts: imx6dl-pico: fix board compatibles
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 30 Sep 2020 19:01:39 +0000 (21:01 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 30 Oct 2020 06:49:47 +0000 (14:49 +0800)
There are four flavors of TechNexion PICO-IMX6 boards.  They have their
own DTSes, even though in Dwarf, Nymph and Pi are exactly the same.
They also have their own bindings so adjust the compatibles to match the
bindings.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-pico-dwarf.dts
arch/arm/boot/dts/imx6dl-pico-hobbit.dts
arch/arm/boot/dts/imx6dl-pico-nymph.dts
arch/arm/boot/dts/imx6dl-pico-pi.dts

index 659a8e8714ea85fc08df795b40ef44002ac7f811..d85b15a8c1272cc34dc4f2916faef975a2546997 100644 (file)
@@ -13,5 +13,5 @@
 
 / {
        model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard";
-       compatible = "technexion,imx6dl-pico", "fsl,imx6dl";
+       compatible = "technexion,imx6dl-pico-dwarf", "fsl,imx6dl";
 };
index d7403c5c43373135d188cadb44251c62da232c81..08fedcbcc91b609736172e3d20143854accf2d03 100644 (file)
@@ -13,5 +13,5 @@
 
 / {
        model = "TechNexion PICO-IMX6 DualLite/Solo Board and Hobbit baseboard";
-       compatible = "technexion,imx6dl-pico", "fsl,imx6dl";
+       compatible = "technexion,imx6dl-pico-hobbit", "fsl,imx6dl";
 };
index b282dbf953aa1629764f769eacf5ff99a57e02ab..32ccfc5d41cee354295284af5eb5f4ae3e87a498 100644 (file)
@@ -13,5 +13,5 @@
 
 / {
        model = "TechNexion PICO-IMX6 DualLite/Solo Board and Nymph baseboard";
-       compatible = "technexion,imx6dl-pico", "fsl,imx6dl";
+       compatible = "technexion,imx6dl-pico-nymph", "fsl,imx6dl";
 };
index b7b1c07f96f322c9f36dd0ceb5f8d7e5f0679c7d..4590e8ad9a91b3d803f2de57449db241506493be 100644 (file)
@@ -13,5 +13,5 @@
 
 / {
        model = "TechNexion PICO-IMX6 DualLite/Solo Board and PI baseboard";
-       compatible = "technexion,imx6dl-pico", "fsl,imx6dl";
+       compatible = "technexion,imx6dl-pico-pi", "fsl,imx6dl";
 };