diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-18 08:17:57 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-03-28 08:56:04 +0900 |
commit | 45e4f51311f3d4551326bfa43547f86b00af0a94 (patch) | |
tree | b4f84f1fbd8302faa72c9aee588607c474db7af2 /arch/arm/boot/dts/r8a7793-gose.dts | |
parent | 337f6bef6dd8dd9d2621980e2d34150d2014909c (diff) | |
download | blackbird-obmc-linux-45e4f51311f3d4551326bfa43547f86b00af0a94.tar.gz blackbird-obmc-linux-45e4f51311f3d4551326bfa43547f86b00af0a94.zip |
ARM: dts: gose: Remove unnecessary clock-output-names properties
* Fixed rate and fixed factor clocks do not require an
clock-output-names property.
* Since 07705583e920fef6 ("clk: shmobile: div6: Make clock-output-names
optional") Renesas div6 clocks do not require a clock-output-names
property.
In the above cases there is only one clock output and its name is taken
from that of the clock node. Accordingly, remove the unnecessary
clock-output-names properties and as necessary update the node names.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm/boot/dts/r8a7793-gose.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7793-gose.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index c61df8b316ee..3cd1c804621f 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -158,11 +158,10 @@ }; }; - audio_clock: clock { + audio_clock: audio_clock { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <11289600>; - clock-output-names = "audio_clock"; }; rsnd_ak4643: sound { |