diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-04-03 13:08:08 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-04-05 21:16:34 +0300 |
commit | eb77d7260c4c25206e2a455be0dbe6443e0856b5 (patch) | |
tree | c42397f4aed4ba916d1d5e16f908e810b922125a /arch/arm/boot/dts/r8a7791.dtsi | |
parent | 5b476a9610910a6ac5222bee4ae83a8d41800dbd (diff) | |
download | linux-eb77d7260c4c25206e2a455be0dbe6443e0856b5.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 2 |
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 @@ }; /* External CAN clock */ - can_clk: can_clk { + can_clk: can { compatible = "fixed-clock"; #clock-cells = <0>; /* This value must be overridden by the board. */ |