mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ARM: dts: r8a7794: 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
c67e243ccf
commit
9fb1c8ff4c
1 changed files with 54 additions and 60 deletions
|
@ -982,16 +982,11 @@
|
||||||
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";
|
||||||
#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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1047,7 +1042,6 @@
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
rst: reset-controller@e6160000 {
|
rst: reset-controller@e6160000 {
|
||||||
compatible = "renesas,r8a7794-rst";
|
compatible = "renesas,r8a7794-rst";
|
||||||
|
|
Loading…
Add table
Reference in a new issue