Commit 80e1a5f3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: dts: r8a7790: 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 58d6c357
...@@ -1061,16 +1061,11 @@ jpu: jpeg-codec@fe980000 { ...@@ -1061,16 +1061,11 @@ jpu: jpeg-codec@fe980000 {
power-domains = <&sysc R8A7790_PD_ALWAYS_ON>; power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
}; };
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";
#clock-cells = <0>; #clock-cells = <0>;
/* This value must be overriden by the board. */ /* This value must be overridden by the board. */
clock-frequency = <0>; clock-frequency = <0>;
}; };
...@@ -1082,8 +1077,9 @@ pcie_bus_clk: pcie_bus { ...@@ -1082,8 +1077,9 @@ pcie_bus_clk: pcie_bus {
}; };
/* /*
* 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";
...@@ -1132,7 +1128,6 @@ cpg: clock-controller@e6150000 { ...@@ -1132,7 +1128,6 @@ cpg: clock-controller@e6150000 {
#clock-cells = <2>; #clock-cells = <2>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
}; };
};
prr: chipid@ff000044 { prr: chipid@ff000044 {
compatible = "renesas,prr"; compatible = "renesas,prr";
......
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