diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-10 21:50:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-16 11:02:56 +0300 |
commit | 1186a522c302e01f1737b28e353bac137c47aca8 (patch) | |
tree | 98c99cd96bc970ac5231b2d7dd39d229751162ac /arch/arm/boot/dts/imx6q-pico-hobbit.dts | |
parent | d1f1858f51be4d7900fe2bac6394c8dfc641f2c4 (diff) | |
download | linux-1186a522c302e01f1737b28e353bac137c47aca8.tar.xz |
ARM: dts: imx6q-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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-pico-hobbit.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-pico-hobbit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-pico-hobbit.dts b/arch/arm/boot/dts/imx6q-pico-hobbit.dts index 7a666507b456..b767131068f5 100644 --- a/arch/arm/boot/dts/imx6q-pico-hobbit.dts +++ b/arch/arm/boot/dts/imx6q-pico-hobbit.dts @@ -13,5 +13,5 @@ / { model = "TechNexion PICO-IMX6 Quad Board and Hobbit baseboard"; - compatible = "technexion,imx6q-pico", "fsl,imx6q"; + compatible = "technexion,imx6q-pico-hobbit", "fsl,imx6q"; }; |