Commit 1b38b0e3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Olof Johansson

ARM: dts: uniphier: add system-bus-controller nodes

The System Bus Controller block has two register regions,
but having only the second one in a separate node was not nice.

Replace it with a new node with two register regions in it.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 980bbff0
...@@ -200,10 +200,9 @@ i2c3: i2c@58580000 { ...@@ -200,10 +200,9 @@ i2c3: i2c@58580000 {
clock-frequency = <100000>; clock-frequency = <100000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
usb0: usb@5a800100 { usb0: usb@5a800100 {
......
...@@ -232,10 +232,9 @@ i2c6: i2c@58786000 { ...@@ -232,10 +232,9 @@ i2c6: i2c@58786000 {
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
usb2: usb@5a800100 { usb2: usb@5a800100 {
......
...@@ -241,10 +241,9 @@ i2c6: i2c@58786000 { ...@@ -241,10 +241,9 @@ i2c6: i2c@58786000 {
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
pinctrl: pinctrl@5f801000 { pinctrl: pinctrl@5f801000 {
......
...@@ -216,10 +216,9 @@ i2c4: i2c@58600000 { ...@@ -216,10 +216,9 @@ i2c4: i2c@58600000 {
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
usb0: usb@5a800100 { usb0: usb@5a800100 {
......
...@@ -200,10 +200,9 @@ i2c3: i2c@58580000 { ...@@ -200,10 +200,9 @@ i2c3: i2c@58580000 {
clock-frequency = <100000>; clock-frequency = <100000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
usb0: usb@5a800100 { usb0: usb@5a800100 {
......
...@@ -251,10 +251,9 @@ i2c6: i2c@58786000 { ...@@ -251,10 +251,9 @@ i2c6: i2c@58786000 {
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
system-bus-controller-misc@59800000 { system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller-misc", compatible = "socionext,uniphier-system-bus-controller";
"syscon"; reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
reg = <0x59800000 0x2000>;
}; };
pinctrl: pinctrl@5f801000 { pinctrl: pinctrl@5f801000 {
......
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