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/ccu9540.dts | |
parent | 383307c2be50bdb27c378c9aaf6b9eb72d54a19a (diff) | |
download | talos-op-linux-b1ba1439e319a2c648d6a3ff247f7bc6c1649624.tar.gz talos-op-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/ccu9540.dts')
-rw-r--r-- | arch/arm/boot/dts/ccu9540.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts index 04305463f00d..c72d7aa333e4 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 { uart@80120000 { status = "okay"; }; |