diff options
author | Gabriel Fernandez <gabriel.fernandez@stericsson.com> | 2013-03-01 14:38:07 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 14:07:11 +0200 |
commit | b1ba1439e319a2c648d6a3ff247f7bc6c1649624 (patch) | |
tree | 878ae32db3afb13aa9397c1a8baa0ed1582a79b8 /arch/arm/boot/dts/stuib.dtsi | |
parent | ARM: ux500: Add a VQMMC (level-shifting) regulator DT node for Snowball (diff) | |
download | linux-b1ba1439e319a2c648d6a3ff247f7bc6c1649624.tar.xz linux-b1ba1439e319a2c648d6a3ff247f7bc6c1649624.zip |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/stuib.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stuib.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi index 615392a75676..7fa10a730088 100644 --- a/arch/arm/boot/dts/stuib.dtsi +++ b/arch/arm/boot/dts/stuib.dtsi @@ -10,7 +10,7 @@ */ / { - soc-u9500 { + soc { i2c@80004000 { stmpe1601: stmpe1601@40 { compatible = "st,stmpe1601"; |