Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tim Harvey and committed by
Shawn Guo
455f9fb4 b12d1e94

+8 -8
+1 -1
arch/arm/boot/dts/imx6dl-gw51xx.dts
··· 14 14 #include "imx6qdl-gw51xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 DualLite GW51XX"; 17 + model = "Gateworks Ventana i.MX6 DualLite/Solo GW51XX"; 18 18 compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl"; 19 19 };
+1 -1
arch/arm/boot/dts/imx6dl-gw52xx.dts
··· 14 14 #include "imx6qdl-gw52xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 DualLite GW52XX"; 17 + model = "Gateworks Ventana i.MX6 DualLite/Solo GW52XX"; 18 18 compatible = "gw,imx6dl-gw52xx", "gw,ventana", "fsl,imx6dl"; 19 19 };
+1 -1
arch/arm/boot/dts/imx6dl-gw53xx.dts
··· 14 14 #include "imx6qdl-gw53xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 DualLite GW53XX"; 17 + model = "Gateworks Ventana i.MX6 DualLite/Solo GW53XX"; 18 18 compatible = "gw,imx6dl-gw53xx", "gw,ventana", "fsl,imx6dl"; 19 19 };
+1 -1
arch/arm/boot/dts/imx6dl-gw54xx.dts
··· 14 14 #include "imx6qdl-gw54xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 DualLite GW54XX"; 17 + model = "Gateworks Ventana i.MX6 DualLite/Solo GW54XX"; 18 18 compatible = "gw,imx6dl-gw54xx", "gw,ventana", "fsl,imx6dl"; 19 19 };
+1 -1
arch/arm/boot/dts/imx6q-gw51xx.dts
··· 14 14 #include "imx6qdl-gw51xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 Quad GW51XX"; 17 + model = "Gateworks Ventana i.MX6 Dual/Quad GW51XX"; 18 18 compatible = "gw,imx6q-gw51xx", "gw,ventana", "fsl,imx6q"; 19 19 };
+1 -1
arch/arm/boot/dts/imx6q-gw52xx.dts
··· 14 14 #include "imx6qdl-gw52xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 Quad GW52XX"; 17 + model = "Gateworks Ventana i.MX6 Dual/Quad GW52XX"; 18 18 compatible = "gw,imx6q-gw52xx", "gw,ventana", "fsl,imx6q"; 19 19 }; 20 20
+1 -1
arch/arm/boot/dts/imx6q-gw53xx.dts
··· 14 14 #include "imx6qdl-gw53xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 Quad GW53XX"; 17 + model = "Gateworks Ventana i.MX6 Dual/Quad GW53XX"; 18 18 compatible = "gw,imx6q-gw53xx", "gw,ventana", "fsl,imx6q"; 19 19 }; 20 20
+1 -1
arch/arm/boot/dts/imx6q-gw54xx.dts
··· 14 14 #include "imx6qdl-gw54xx.dtsi" 15 15 16 16 / { 17 - model = "Gateworks Ventana i.MX6 Quad GW54XX"; 17 + model = "Gateworks Ventana i.MX6 Dual/Quad GW54XX"; 18 18 compatible = "gw,imx6q-gw54xx", "gw,ventana", "fsl,imx6q"; 19 19 }; 20 20