Skip to content

Commit 18281de

Browse files
Sergei Shtylyovhorms
authored andcommitted
arm64: dts: renesas: r8a779{7|8}0: move CAN clock node
The CAN clock node should precede the "cpus" node in the R8A779{7|8}0 device trees, according to the alphanumeric node sorting rule... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent f14bfab commit 18281de

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

arch/arm64/boot/dts/renesas/r8a77970.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
i2c4 = &i2c4;
2525
};
2626

27+
/* External CAN clock - to be overridden by boards that provide it */
28+
can_clk: can {
29+
compatible = "fixed-clock";
30+
#clock-cells = <0>;
31+
clock-frequency = <0>;
32+
};
33+
2734
cpus {
2835
#address-cells = <1>;
2936
#size-cells = <0>;
@@ -82,13 +89,6 @@
8289
method = "smc";
8390
};
8491

85-
/* External CAN clock - to be overridden by boards that provide it */
86-
can_clk: can {
87-
compatible = "fixed-clock";
88-
#clock-cells = <0>;
89-
clock-frequency = <0>;
90-
};
91-
9292
/* External SCIF clock - to be overridden by boards that provide it */
9393
scif_clk: scif {
9494
compatible = "fixed-clock";

arch/arm64/boot/dts/renesas/r8a77980.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
i2c5 = &i2c5;
2626
};
2727

28+
/* External CAN clock - to be overridden by boards that provide it */
29+
can_clk: can {
30+
compatible = "fixed-clock";
31+
#clock-cells = <0>;
32+
clock-frequency = <0>;
33+
};
34+
2835
cpus {
2936
#address-cells = <1>;
3037
#size-cells = <0>;
@@ -77,13 +84,6 @@
7784
};
7885
};
7986

80-
/* External CAN clock - to be overridden by boards that provide it */
81-
can_clk: can {
82-
compatible = "fixed-clock";
83-
#clock-cells = <0>;
84-
clock-frequency = <0>;
85-
};
86-
8787
extal_clk: extal {
8888
compatible = "fixed-clock";
8989
#clock-cells = <0>;

0 commit comments

Comments
 (0)