diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-02-04 19:09:16 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-02-10 19:25:47 +0400 |
commit | 7c1da5854f3a4af7e44c059fdde750119c05f1a4 (patch) | |
tree | affe02e4032dec77f675336257b1761f9a2a1164 /arch/arm/boot/dts/imx6q-arm2.dts | |
parent | 4bacf2a3fc07a89b4c0dca5a90e68eace9ea8813 (diff) | |
download | linux-7c1da5854f3a4af7e44c059fdde750119c05f1a4.tar.xz |
ARM: dts: add dtsi for imx6q and imx6dl
Add dtsi for imx6q and imx6dl with non-common blocks moved into there.
Major differences between imx6dl and imx6q:
* Dual vs. Quad cores
* single vs. dual IPU
* 128 vs. 256 KB OCRAM
* imx6q: ECSPI5, OpenVG (GC355), SATA
* imx6dl: I2C4, PXP, EPDC, LCDIF
* iomuxc/pads definition
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-arm2.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-arm2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts index cd5813da1cee..53eb241fa5ad 100644 --- a/arch/arm/boot/dts/imx6q-arm2.dts +++ b/arch/arm/boot/dts/imx6q-arm2.dts @@ -11,7 +11,7 @@ */ /dts-v1/; -/include/ "imx6qdl.dtsi" +/include/ "imx6q.dtsi" / { model = "Freescale i.MX6 Quad Armadillo2 Board"; |