Commit 6f9fe6a6 authored by Simon Horman's avatar Simon Horman

ARM: dts: r7s72100: 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.

As per updates for R-Car Gen2 SoCs by Geert Uytterhoeven.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f7255d1f
...@@ -30,11 +30,6 @@ aliases { ...@@ -30,11 +30,6 @@ aliases {
spi4 = &spi4; spi4 = &spi4;
}; };
clocks {
ranges;
#address-cells = <1>;
#size-cells = <1>;
/* External clocks */ /* External clocks */
extal_clk: extal { extal_clk: extal {
#clock-cells = <0>; #clock-cells = <0>;
...@@ -86,7 +81,6 @@ p0_clk: p0 { ...@@ -86,7 +81,6 @@ p0_clk: p0 {
clock-mult = <1>; clock-mult = <1>;
clock-div = <12>; clock-div = <12>;
}; };
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
......
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