diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-05-21 23:04:55 -0700 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:49:32 +0800 |
commit | 455f9fb4847d7194dfe4a8afd28afcc0f83926bc (patch) | |
tree | c744ef5d77e5de509b8266f99a65e8fb776e9c0d /arch/arm/boot/dts/imx6dl-gw51xx.dts | |
parent | b12d1e94a341a542ef89a894572eeb3ea54822c5 (diff) | |
download | blackbird-obmc-linux-455f9fb4847d7194dfe4a8afd28afcc0f83926bc.tar.gz blackbird-obmc-linux-455f9fb4847d7194dfe4a8afd28afcc0f83926bc.zip |
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-gw51xx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-gw51xx.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-gw51xx.dts b/arch/arm/boot/dts/imx6dl-gw51xx.dts index 4bd055f4c930..b2bd022fc6be 100644 --- a/arch/arm/boot/dts/imx6dl-gw51xx.dts +++ b/arch/arm/boot/dts/imx6dl-gw51xx.dts @@ -14,6 +14,6 @@ #include "imx6qdl-gw51xx.dtsi" / { - model = "Gateworks Ventana i.MX6 DualLite GW51XX"; + model = "Gateworks Ventana i.MX6 DualLite/Solo GW51XX"; compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl"; }; |