diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-30 22:01:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 09:49:47 +0300 |
commit | 5cad03883f1b96f4736027a5ee56a14e52cdfbc1 (patch) | |
tree | 7ff90b7e183abc0731b1d9eb7ad02d4079cd4cee /arch/arm/boot/dts/imx6dl-pico-pi.dts | |
parent | a913e88ffb90800d531feba45025382aabf680bb (diff) | |
download | linux-5cad03883f1b96f4736027a5ee56a14e52cdfbc1.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-pico-pi.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-pico-pi.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-pico-pi.dts b/arch/arm/boot/dts/imx6dl-pico-pi.dts index b7b1c07f96f3..4590e8ad9a91 100644 --- a/arch/arm/boot/dts/imx6dl-pico-pi.dts +++ b/arch/arm/boot/dts/imx6dl-pico-pi.dts @@ -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"; }; |