diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-05-03 14:32:48 -0700 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-24 11:06:55 +0200 |
commit | 12140be7e75a698f82126a97fa31ff46917acc3f (patch) | |
tree | fa8ed83df1197e4616157643cd3f07ce42e00214 | |
parent | 376729ba03802d544231e954795f2b6b575bd0fa (diff) |
ARM: dts: imx7s-colibri: add fsl,imx7d compatible string
The main i.MX 7 SoC compatible string is fsl,imx7d. By that compatible
string, the whole machine init in mach-imx7d.c is registered. While
some might not be necessary for i.MX 7Solo (e.g. SMP init), it seems
not to hurt. On the other hand, not using the i.MX 7 machine init
bypasses a lot of low level init such as PM or basic ethernet clocking.
So far it seemed not to have caused negative effects (likely since the
bootloader initialized those stuff already reasonable...).
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/imx7s-colibri.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s-colibri.dts b/arch/arm/boot/dts/imx7s-colibri.dts index 3c66d9ecf086..93c7e2009d7b 100644 --- a/arch/arm/boot/dts/imx7s-colibri.dts +++ b/arch/arm/boot/dts/imx7s-colibri.dts @@ -10,7 +10,7 @@ / { model = "Toradex Colibri iMX7S on Colibri Evaluation Board V3"; - compatible = "toradex,colibri_imx7s-eval", "toradex,colibri_imx7s", "fsl,imx7s"; + compatible = "toradex,colibri_imx7s-eval", "toradex,colibri_imx7s", "fsl,imx7s", "fsl,imx7d"; }; &usbotg2 { |