summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@de.bosch.com>2011-12-08 08:22:01 +0100
committerShawn Guo <shawn.guo@linaro.org>2011-12-14 21:25:46 +0800
commit752baf5647d40dc67dc1b74125fa693ac2137563 (patch)
tree6cbd3f3018e305344f2a101f8be2b6ad1db1093c /arch/arm
parent477fce49aef4096639ca169556435c1f9068ce33 (diff)
downloadop-kernel-dev-752baf5647d40dc67dc1b74125fa693ac2137563.zip
op-kernel-dev-752baf5647d40dc67dc1b74125fa693ac2137563.tar.gz
arm/imx6q: Rename Sabreauto to Armadillo2
The Sabreauto board was renamed to Armadillo2 recently. To avoid confusion, rename Sabreauto to Armadillo2/arm2. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/imx6q-arm2.dts (renamed from arch/arm/boot/dts/imx6q-sabreauto.dts)4
-rw-r--r--arch/arm/mach-imx/mach-imx6q.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-arm2.dts
index eef6d64..c3977e0 100644
--- a/arch/arm/boot/dts/imx6q-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6q-arm2.dts
@@ -14,8 +14,8 @@
/include/ "imx6q.dtsi"
/ {
- model = "Freescale i.MX6 Quad SABRE Automotive Board";
- compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
+ model = "Freescale i.MX6 Quad Armadillo2 Board";
+ compatible = "fsl,imx6q-arm2", "fsl,imx6q";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk3p3 rootwait";
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index b2c3f69..bee6334 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -93,7 +93,7 @@ static struct sys_timer imx6q_timer = {
};
static const char *imx6q_dt_compat[] __initdata = {
- "fsl,imx6q-sabreauto",
+ "fsl,imx6q-arm2",
"fsl,imx6q-sabrelite",
NULL,
};
OpenPOWER on IntegriCloud