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

ARM: dts: imx6dl-pico: fix board compatibles

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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
5cad0388 a913e88f

+4 -4
+1 -1
arch/arm/boot/dts/imx6dl-pico-dwarf.dts
··· 13 13 14 14 / { 15 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard"; 16 - compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; 16 + compatible = "technexion,imx6dl-pico-dwarf", "fsl,imx6dl"; 17 17 };
+1 -1
arch/arm/boot/dts/imx6dl-pico-hobbit.dts
··· 13 13 14 14 / { 15 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Hobbit baseboard"; 16 - compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; 16 + compatible = "technexion,imx6dl-pico-hobbit", "fsl,imx6dl"; 17 17 };
+1 -1
arch/arm/boot/dts/imx6dl-pico-nymph.dts
··· 13 13 14 14 / { 15 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and Nymph baseboard"; 16 - compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; 16 + compatible = "technexion,imx6dl-pico-nymph", "fsl,imx6dl"; 17 17 };
+1 -1
arch/arm/boot/dts/imx6dl-pico-pi.dts
··· 13 13 14 14 / { 15 15 model = "TechNexion PICO-IMX6 DualLite/Solo Board and PI baseboard"; 16 - compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; 16 + compatible = "technexion,imx6dl-pico-pi", "fsl,imx6dl"; 17 17 };