All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2
@ 2011-12-08  7:22 Dirk Behme
  2011-12-13 14:24 ` Dirk Behme
  2011-12-14  6:26 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Dirk Behme @ 2011-12-08  7:22 UTC (permalink / raw)
  To: linux-arm-kernel

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>
CC: Shawn Guo <shawn.guo@linaro.org>
---
Changes in v2: Rebase against the recent mainline

 Documentation/devicetree/bindings/arm/fsl.txt      |    4 ++--
 .../dts/{imx6q-sabreauto.dts => imx6q-arm2.dts}    |    4 ++--
 arch/arm/mach-imx/mach-imx6q.c                     |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename arch/arm/boot/dts/{imx6q-sabreauto.dts => imx6q-arm2.dts} (91%)

diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
index c9848ad..1b81e99 100644
--- a/Documentation/devicetree/bindings/arm/fsl.txt
+++ b/Documentation/devicetree/bindings/arm/fsl.txt
@@ -21,6 +21,6 @@ i.MX53 Smart Mobile Reference Design Board
 Required root node properties:
     - compatible = "fsl,imx53-smd", "fsl,imx53";
 
-i.MX6 Quad SABRE Automotive Board
+i.MX6 Quad Armadillo2 Board
 Required root node properties:
-    - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
+    - compatible = "fsl,imx6q-arm2", "fsl,imx6q";
diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-arm2.dts
similarity index 91%
rename from arch/arm/boot/dts/imx6q-sabreauto.dts
rename to arch/arm/boot/dts/imx6q-arm2.dts
index 072974e..b078b91 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 9cd860a..a62e568 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -71,7 +71,7 @@ static struct sys_timer imx6q_timer = {
 };
 
 static const char *imx6q_dt_compat[] __initdata = {
-	"fsl,imx6q-sabreauto",
+	"fsl,imx6q-arm2",
 	NULL,
 };
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2
  2011-12-08  7:22 [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2 Dirk Behme
@ 2011-12-13 14:24 ` Dirk Behme
  2011-12-13 14:48   ` Shawn Guo
  2011-12-14  6:26 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Dirk Behme @ 2011-12-13 14:24 UTC (permalink / raw)
  To: linux-arm-kernel

Shawn,

On 08.12.2011 08:22, Dirk Behme wrote:
> 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>
> CC: Shawn Guo <shawn.guo@linaro.org>
> ---
> Changes in v2: Rebase against the recent mainline
> 
>  Documentation/devicetree/bindings/arm/fsl.txt      |    4 ++--
>  .../dts/{imx6q-sabreauto.dts => imx6q-arm2.dts}    |    4 ++--
>  arch/arm/mach-imx/mach-imx6q.c                     |    2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
>  rename arch/arm/boot/dts/{imx6q-sabreauto.dts => imx6q-arm2.dts} (91%)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
> index c9848ad..1b81e99 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.txt
> +++ b/Documentation/devicetree/bindings/arm/fsl.txt
> @@ -21,6 +21,6 @@ i.MX53 Smart Mobile Reference Design Board
>  Required root node properties:
>      - compatible = "fsl,imx53-smd", "fsl,imx53";
>  
> -i.MX6 Quad SABRE Automotive Board
> +i.MX6 Quad Armadillo2 Board
>  Required root node properties:
> -    - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
> +    - compatible = "fsl,imx6q-arm2", "fsl,imx6q";
> diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-arm2.dts
> similarity index 91%
> rename from arch/arm/boot/dts/imx6q-sabreauto.dts
> rename to arch/arm/boot/dts/imx6q-arm2.dts
> index 072974e..b078b91 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 9cd860a..a62e568 100644
> --- a/arch/arm/mach-imx/mach-imx6q.c
> +++ b/arch/arm/mach-imx/mach-imx6q.c
> @@ -71,7 +71,7 @@ static struct sys_timer imx6q_timer = {
>  };
>  
>  static const char *imx6q_dt_compat[] __initdata = {
> -	"fsl,imx6q-sabreauto",
> +	"fsl,imx6q-arm2",
>  	NULL,
>  };
>  

Do you like to pick this through your tree? Or should I put it into 
rmk's patch system?

Thanks

Dirk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2
  2011-12-13 14:24 ` Dirk Behme
@ 2011-12-13 14:48   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2011-12-13 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 13, 2011 at 03:24:06PM +0100, Dirk Behme wrote:
> Do you like to pick this through your tree? Or should I put it into
> rmk's patch system?
> 
I will pick it up.

-- 
Regards,
Shawn

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2
  2011-12-08  7:22 [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2 Dirk Behme
  2011-12-13 14:24 ` Dirk Behme
@ 2011-12-14  6:26 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2011-12-14  6:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 08, 2011 at 08:22:01AM +0100, Dirk Behme wrote:
> 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>
> CC: Shawn Guo <shawn.guo@linaro.org>
> ---
> Changes in v2: Rebase against the recent mainline
> 
>  Documentation/devicetree/bindings/arm/fsl.txt      |    4 ++--
>  .../dts/{imx6q-sabreauto.dts => imx6q-arm2.dts}    |    4 ++--
>  arch/arm/mach-imx/mach-imx6q.c                     |    2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
>  rename arch/arm/boot/dts/{imx6q-sabreauto.dts => imx6q-arm2.dts} (91%)

Applied, thanks.

-- 
Regards,
Shawn

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-14  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08  7:22 [PATCH v2] arm/imx6q: Rename Sabreauto to Armadillo2 Dirk Behme
2011-12-13 14:24 ` Dirk Behme
2011-12-13 14:48   ` Shawn Guo
2011-12-14  6:26 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.