summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6dl-pico-hobbit.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-30 21:01:39 +0200
committerShawn Guo <shawnguo@kernel.org>2020-10-30 14:49:47 +0800
commit5cad03883f1b96f4736027a5ee56a14e52cdfbc1 (patch)
tree7ff90b7e183abc0731b1d9eb7ad02d4079cd4cee /arch/arm/boot/dts/imx6dl-pico-hobbit.dts
parenta913e88ffb90800d531feba45025382aabf680bb (diff)
downloadlinux-5cad03883f1b96f4736027a5ee56a14e52cdfbc1.tar.bz2
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-hobbit.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-pico-hobbit.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-pico-hobbit.dts b/arch/arm/boot/dts/imx6dl-pico-hobbit.dts
index d7403c5c4337..08fedcbcc91b 100644
--- a/arch/arm/boot/dts/imx6dl-pico-hobbit.dts
+++ b/arch/arm/boot/dts/imx6dl-pico-hobbit.dts
@@ -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";
};