Commit c67e243c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: dts: r8a7793: Stop grouping clocks under a "clocks" subnode

The current practice is to not group clocks under a "clocks" subnode,
but just put them together with the other on-SoC devices.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 80e1a5f3
...@@ -972,11 +972,6 @@ can1: can@e6e88000 { ...@@ -972,11 +972,6 @@ can1: can@e6e88000 {
status = "disabled"; status = "disabled";
}; };
clocks {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* External root clock */ /* External root clock */
extal_clk: extal { extal_clk: extal {
compatible = "fixed-clock"; compatible = "fixed-clock";
...@@ -986,8 +981,9 @@ extal_clk: extal { ...@@ -986,8 +981,9 @@ extal_clk: extal {
}; };
/* /*
* The external audio clocks are configured as 0 Hz fixed frequency clocks by * The external audio clocks are configured as 0 Hz fixed frequency
* default. Boards that provide audio clocks should override them. * clocks by default.
* Boards that provide audio clocks should override them.
*/ */
audio_clk_a: audio_clk_a { audio_clk_a: audio_clk_a {
compatible = "fixed-clock"; compatible = "fixed-clock";
...@@ -1037,7 +1033,6 @@ cpg: clock-controller@e6150000 { ...@@ -1037,7 +1033,6 @@ cpg: clock-controller@e6150000 {
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
}; };
};
rst: reset-controller@e6160000 { rst: reset-controller@e6160000 {
compatible = "renesas,r8a7793-rst"; compatible = "renesas,r8a7793-rst";
......
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