linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: ux500: DT: Rename root node "soc-u9500" into "soc-ux500"
Date: Mon, 15 Apr 2013 12:00:07 +0100	[thread overview]
Message-ID: <20130415110007.GD6512@gmail.com> (raw)
In-Reply-To: <1366022492-8701-1-git-send-email-linus.walleij@stericsson.com>

On Mon, 15 Apr 2013, Linus Walleij wrote:

> From: Gabriel Fernandez <gabriel.fernandez@stericsson.com>
> 
> This root node is used in the whole family of chips, the a9500
> is just one particular instance.
> 
> Cc: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@stericsson.com>
> Reviewed-by: Philippe Langlais <philippe.langlais@stericsson.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>


Looks good to me:

Acked-by: Lee Jones <lee.jones@linaro.org>

>  arch/arm/boot/dts/ccu9540.dts     | 2 +-
>  arch/arm/boot/dts/dbx5x0.dtsi     | 2 +-
>  arch/arm/boot/dts/href.dtsi       | 2 +-
>  arch/arm/boot/dts/hrefprev60.dts  | 2 +-
>  arch/arm/boot/dts/hrefv60plus.dts | 2 +-
>  arch/arm/boot/dts/snowball.dts    | 2 +-
>  arch/arm/boot/dts/stuib.dtsi      | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts
> index 0430546..bd69305 100644
> --- a/arch/arm/boot/dts/ccu9540.dts
> +++ b/arch/arm/boot/dts/ccu9540.dts
> @@ -20,7 +20,7 @@
>  		reg = <0x00000000 0x20000000>;
>  	};
>  
> -	soc-u9500 {
> +	soc-ux500 {
>  		uart at 80120000 {
>  			status = "okay";
>  		};
> diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
> index d765c38..76eba0a 100644
> --- a/arch/arm/boot/dts/dbx5x0.dtsi
> +++ b/arch/arm/boot/dts/dbx5x0.dtsi
> @@ -12,7 +12,7 @@
>  /include/ "skeleton.dtsi"
>  
>  / {
> -	soc-u9500 {
> +	soc-ux500 {
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  		compatible = "stericsson,db8500";
> diff --git a/arch/arm/boot/dts/href.dtsi b/arch/arm/boot/dts/href.dtsi
> index f2c0f66..527755f 100644
> --- a/arch/arm/boot/dts/href.dtsi
> +++ b/arch/arm/boot/dts/href.dtsi
> @@ -27,7 +27,7 @@
>  		};
>  	};
>  
> -	soc-u9500 {
> +	soc-ux500 {
>  		uart at 80120000 {
>  			status = "okay";
>  		};
> diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts
> index c2d2748..3d4a64e 100644
> --- a/arch/arm/boot/dts/hrefprev60.dts
> +++ b/arch/arm/boot/dts/hrefprev60.dts
> @@ -24,7 +24,7 @@
>  		};
>  	};
>  
> -	soc-u9500 {
> +	soc-ux500 {
>  		prcmu at 80157000 {
>  			ab8500 at 5 {
>  				ab8500-gpio {
> diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
> index 55f4191..916bb91 100644
> --- a/arch/arm/boot/dts/hrefv60plus.dts
> +++ b/arch/arm/boot/dts/hrefv60plus.dts
> @@ -24,7 +24,7 @@
>  		};
>  	};
>  
> -	soc-u9500 {
> +	soc-ux500 {
>  		i2c at 80110000 {
>  			bu21013_tp at 0x5c {
>  				reset-gpio = <&gpio4 15 0x4>;
> diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
> index 5fcd7a8..4bb8f11 100644
> --- a/arch/arm/boot/dts/snowball.dts
> +++ b/arch/arm/boot/dts/snowball.dts
> @@ -82,7 +82,7 @@
>  		};
>  	};
>  
> -	soc-u9500 {
> +	soc-ux500 {
>  
>  		sound {
>  			compatible = "stericsson,snd-soc-mop500";
> diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi
> index 615392a..1be4ec9 100644
> --- a/arch/arm/boot/dts/stuib.dtsi
> +++ b/arch/arm/boot/dts/stuib.dtsi
> @@ -10,7 +10,7 @@
>   */
>  
>  / {
> -	soc-u9500 {
> +	soc-ux500 {
>  		i2c at 80004000 {
>  			stmpe1601: stmpe1601 at 40 {
>  				compatible = "st,stmpe1601";

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2013-04-15 11:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15 10:41 [PATCH] ARM: ux500: DT: Rename root node "soc-u9500" into "soc-ux500" Linus Walleij
2013-04-15 11:00 ` Lee Jones [this message]
2013-04-15 16:32 ` Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130415110007.GD6512@gmail.com \
    --to=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).