Skip to content

Commit

Permalink
ARM: dts: uniphier: add system-bus-controller nodes
Browse files Browse the repository at this point in the history
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: Masahiro Yamada <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
masahir0y authored and olofj committed Oct 31, 2015
1 parent 980bbff commit 1b38b0e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,9 @@
clock-frequency = <100000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

usb0: usb@5a800100 {
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-ph1-pro4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,9 @@
clock-frequency = <400000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

usb2: usb@5a800100 {
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-ph1-pro5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,9 @@
clock-frequency = <400000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

pinctrl: pinctrl@5f801000 {
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-ph1-sld3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,9 @@
clock-frequency = <400000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

usb0: usb@5a800100 {
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-ph1-sld8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,9 @@
clock-frequency = <100000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

usb0: usb@5a800100 {
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/uniphier-proxstream2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,9 @@
clock-frequency = <400000>;
};

system-bus-controller-misc@59800000 {
compatible = "socionext,uniphier-system-bus-controller-misc",
"syscon";
reg = <0x59800000 0x2000>;
system-bus-controller@58c00000 {
compatible = "socionext,uniphier-system-bus-controller";
reg = <0x58c00000 0x400>, <0x59800000 0x2000>;
};

pinctrl: pinctrl@5f801000 {
Expand Down

0 comments on commit 1b38b0e

Please sign in to comment.