Commit b1ba1439 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Linus Walleij

ARM: ux500: DT: Rename root node "soc-u9500" into "soc"

This root node is used in the whole family of chips, the a9500
is just one particular instance. Nodes should be named after
the type of object rather than identity.
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@stericsson.com>
Reviewed-by: default avatarPhilippe Langlais <philippe.langlais@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 383307c2
......@@ -20,7 +20,7 @@ memory {
reg = <0x00000000 0x20000000>;
};
soc-u9500 {
soc {
uart@80120000 {
status = "okay";
};
......
......@@ -12,7 +12,7 @@
/include/ "skeleton.dtsi"
/ {
soc-u9500 {
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "stericsson,db8500";
......
......@@ -27,7 +27,7 @@ button@1 {
};
};
soc-u9500 {
soc {
uart@80120000 {
status = "okay";
};
......
......@@ -24,7 +24,7 @@ button@1 {
};
};
soc-u9500 {
soc {
prcmu@80157000 {
ab8500@5 {
ab8500-gpio {
......
......@@ -24,7 +24,7 @@ button@1 {
};
};
soc-u9500 {
soc {
i2c@80110000 {
bu21013_tp@0x5c {
reset-gpio = <&gpio4 15 0x4>;
......
......@@ -82,7 +82,7 @@ used-led {
};
};
soc-u9500 {
soc {
sound {
compatible = "stericsson,snd-soc-mop500";
......
......@@ -10,7 +10,7 @@
*/
/ {
soc-u9500 {
soc {
i2c@80004000 {
stmpe1601: stmpe1601@40 {
compatible = "st,stmpe1601";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment