diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-30 21:01:39 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 07:49:47 +0100 |
commit | 5cad03883f1b96f4736027a5ee56a14e52cdfbc1 (patch) | |
tree | 7ff90b7e183abc0731b1d9eb7ad02d4079cd4cee /arch/arm/boot/dts/imx6dl-pico-hobbit.dts | |
parent | ARM: dts: vf: align watchdog node name with dtschema (diff) | |
download | linux-5cad03883f1b96f4736027a5ee56a14e52cdfbc1.tar.xz linux-5cad03883f1b96f4736027a5ee56a14e52cdfbc1.zip |
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.dts | 2 |
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"; }; |