diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-05-22 10:04:53 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-06-17 17:11:19 +0400 |
commit | 27fe8945e42e5fa64a8bca65e8c99a4c4989b6f2 (patch) | |
tree | 3bdd8c4beb71e1b46b7a3489bbec1211416eccc6 /arch/arm/boot/dts/imx6q-gw51xx.dts | |
parent | 8c562a1ef8a1f7c74323d5d664a40c6a4317ae4e (diff) | |
download | linux-27fe8945e42e5fa64a8bca65e8c99a4c4989b6f2.tar.xz |
ARM: dts: imx6: ventana: fix include typo
Fix typo and include the right dtsi file for the gw51xx board.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-gw51xx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-gw51xx.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-gw51xx.dts b/arch/arm/boot/dts/imx6q-gw51xx.dts index af4929aee075..0e1406e58eff 100644 --- a/arch/arm/boot/dts/imx6q-gw51xx.dts +++ b/arch/arm/boot/dts/imx6q-gw51xx.dts @@ -11,7 +11,7 @@ /dts-v1/; #include "imx6q.dtsi" -#include "imx6qdl-gw54xx.dtsi" +#include "imx6qdl-gw51xx.dtsi" / { model = "Gateworks Ventana i.MX6 Quad GW51XX"; |