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>
This commit is contained in:
parent
a913e88ffb
commit
5cad03883f
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue