diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-05-22 10:04:55 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 12:49:32 +0400 |
commit | 455f9fb4847d7194dfe4a8afd28afcc0f83926bc (patch) | |
tree | c744ef5d77e5de509b8266f99a65e8fb776e9c0d /arch/arm/boot/dts/imx6dl-gw54xx.dts | |
parent | b12d1e94a341a542ef89a894572eeb3ea54822c5 (diff) | |
download | linux-455f9fb4847d7194dfe4a8afd28afcc0f83926bc.tar.xz |
ARM: dts: imx6: ventana: update model to reflect Dual/Solo CPU types
The imx6dl dts supports both DualLite and Solo CPU variants
The imx6q dts supports both Dual and Quad CPU variants
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-gw54xx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-gw54xx.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-gw54xx.dts b/arch/arm/boot/dts/imx6dl-gw54xx.dts index ab38b6770a06..be915412f852 100644 --- a/arch/arm/boot/dts/imx6dl-gw54xx.dts +++ b/arch/arm/boot/dts/imx6dl-gw54xx.dts @@ -14,6 +14,6 @@ #include "imx6qdl-gw54xx.dtsi" / { - model = "Gateworks Ventana i.MX6 DualLite GW54XX"; + model = "Gateworks Ventana i.MX6 DualLite/Solo GW54XX"; compatible = "gw,imx6dl-gw54xx", "gw,ventana", "fsl,imx6dl"; }; |