mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7791: 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: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
362b334b17
commit
580aa7cb47
|
@ -1097,22 +1097,18 @@ jpu: jpeg-codec@fe980000 {
|
||||||
power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
|
power-domains = <&sysc R8A7791_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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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";
|
||||||
|
@ -1168,7 +1164,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,r8a7791-rst";
|
compatible = "renesas,r8a7791-rst";
|
||||||
|
|
Loading…
Reference in New Issue