aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-04-03 06:08:08 -0400
committerSimon Horman <horms+renesas@verge.net.au>2017-04-05 14:16:34 -0400
commiteb77d7260c4c25206e2a455be0dbe6443e0856b5 (patch)
treec42397f4aed4ba916d1d5e16f908e810b922125a
parent5b476a9610910a6ac5222bee4ae83a8d41800dbd (diff)
ARM: dts: r8a7791: Drop _clk suffix from external CAN clock node name
The current practice is to not add _clk suffixes to clock node names in DT, as these names are used as the actual clock names. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/r8a7791.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index a6478ca3f4ca..4d0c2ce59900 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1126,7 +1126,7 @@
1126 }; 1126 };
1127 1127
1128 /* External CAN clock */ 1128 /* External CAN clock */
1129 can_clk: can_clk { 1129 can_clk: can {
1130 compatible = "fixed-clock"; 1130 compatible = "fixed-clock";
1131 #clock-cells = <0>; 1131 #clock-cells = <0>;
1132 /* This value must be overridden by the board. */ 1132 /* This value must be overridden by the board. */