summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-pico-hobbit.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-11-10 21:50:34 +0300
committerShawn Guo <shawnguo@kernel.org>2020-11-16 11:02:56 +0300
commit1186a522c302e01f1737b28e353bac137c47aca8 (patch)
tree98c99cd96bc970ac5231b2d7dd39d229751162ac /arch/arm/boot/dts/imx6q-pico-hobbit.dts
parentd1f1858f51be4d7900fe2bac6394c8dfc641f2c4 (diff)
downloadlinux-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.dts2
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";
};