diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-18 02:17:57 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-03-28 02:56:08 +0300 |
commit | a5bad2c7c9ee0f5e188b97baeb383753fad53c86 (patch) | |
tree | d2b4eb91d68146dfb3b7a9b8bec9648309d8b99a /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | 203f0ef865303412a9d03a88a2f845db682ac628 (diff) | |
download | linux-a5bad2c7c9ee0f5e188b97baeb383753fad53c86.tar.xz |
ARM: dts: lager: 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/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index a5828721ab7c..823a119cb1b4 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -176,11 +176,10 @@ 1800000 0>; }; - audio_clock: clock { + audio_clock: audio_clock { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <11289600>; - clock-output-names = "audio_clock"; }; rsnd_ak4643: sound { |