summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-sld3.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-16 17:00:22 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:15 +0900
commit0f5fb8ce408eb790f9fc33c4545757782aaa790b (patch)
tree60df143412ebcd3beb384a67c52d6d17004b557f /arch/arm/dts/uniphier-ph1-sld3.dtsi
parent50dc8677d769be6e2b34f49b6c43ad1e977bdc51 (diff)
downloadblackbird-obmc-uboot-0f5fb8ce408eb790f9fc33c4545757782aaa790b.tar.gz
blackbird-obmc-uboot-0f5fb8ce408eb790f9fc33c4545757782aaa790b.zip
ARM: dts: uniphier: rework System Bus nodes
Follow the changes of DTS in Linux. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld3.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ph1-sld3.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3.dtsi b/arch/arm/dts/uniphier-ph1-sld3.dtsi
index 85dde66f07..e01bd30345 100644
--- a/arch/arm/dts/uniphier-ph1-sld3.dtsi
+++ b/arch/arm/dts/uniphier-ph1-sld3.dtsi
@@ -62,12 +62,6 @@
ranges;
interrupt-parent = <&intc>;
- extbus: extbus {
- compatible = "simple-bus";
- #address-cells = <2>;
- #size-cells = <1>;
- };
-
timer@20000200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0x20000200 0x20>;
@@ -172,10 +166,16 @@
clock-frequency = <400000>;
};
- system-bus-controller-misc@59800000 {
- compatible = "socionext,uniphier-system-bus-controller-misc",
- "syscon";
- reg = <0x59800000 0x2000>;
+ system_bus: system-bus@58c00000 {
+ compatible = "socionext,uniphier-system-bus";
+ reg = <0x58c00000 0x400>;
+ #address-cells = <2>;
+ #size-cells = <1>;
+ };
+
+ smpctrl@59800000 {
+ compatible = "socionext,uniphier-smpctrl";
+ reg = <0x59801000 0x400>;
};
mio: mioctrl@59810000 {
OpenPOWER on IntegriCloud