* [PATCH] ARM: ux500: DT: Rename root node "soc-u9500" into "soc-ux500"
@ 2013-04-15 10:41 Linus Walleij
2013-04-15 11:00 ` Lee Jones
2013-04-15 16:32 ` Stephen Warren
0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2013-04-15 10:41 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
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";
--
1.7.11.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: ux500: DT: Rename root node "soc-u9500" into "soc-ux500"
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
2013-04-15 16:32 ` Stephen Warren
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2013-04-15 11:00 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: ux500: DT: Rename root node "soc-u9500" into "soc-ux500"
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
@ 2013-04-15 16:32 ` Stephen Warren
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-04-15 16:32 UTC (permalink / raw)
To: linux-arm-kernel
On 04/15/2013 04:41 AM, 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.
> diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts
> - soc-u9500 {
> + soc-ux500 {
Shouldn't this just be "soc" then; nodes are usually named based on type
of object rather than identity.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-15 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-04-15 16:32 ` Stephen Warren
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).