diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-06-12 00:44:04 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:58:27 -0400 |
commit | 0d3dbde84a45977cdd7d85115cd5ea1b4ede312e (patch) | |
tree | 50b71835a6d183d1b62ca2696640f483d3519b90 | |
parent | 7df2fd572b9f159657a145f3fdd700d3e00760d9 (diff) |
ARM: shmobile: r8a7791: add audio clock on DTSI
audio_clk_a/b/c are required from sound driver
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index b639006da7e1..f3b6219cc09e 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi | |||
@@ -532,6 +532,29 @@ | |||
532 | clock-output-names = "extal"; | 532 | clock-output-names = "extal"; |
533 | }; | 533 | }; |
534 | 534 | ||
535 | /* | ||
536 | * The external audio clocks are configured as 0 Hz fixed frequency clocks by | ||
537 | * default. Boards that provide audio clocks should override them. | ||
538 | */ | ||
539 | audio_clk_a: audio_clk_a { | ||
540 | compatible = "fixed-clock"; | ||
541 | #clock-cells = <0>; | ||
542 | clock-frequency = <0>; | ||
543 | clock-output-names = "audio_clk_a"; | ||
544 | }; | ||
545 | audio_clk_b: audio_clk_b { | ||
546 | compatible = "fixed-clock"; | ||
547 | #clock-cells = <0>; | ||
548 | clock-frequency = <0>; | ||
549 | clock-output-names = "audio_clk_b"; | ||
550 | }; | ||
551 | audio_clk_c: audio_clk_c { | ||
552 | compatible = "fixed-clock"; | ||
553 | #clock-cells = <0>; | ||
554 | clock-frequency = <0>; | ||
555 | clock-output-names = "audio_clk_c"; | ||
556 | }; | ||
557 | |||
535 | /* Special CPG clocks */ | 558 | /* Special CPG clocks */ |
536 | cpg_clocks: cpg_clocks@e6150000 { | 559 | cpg_clocks: cpg_clocks@e6150000 { |
537 | compatible = "renesas,r8a7791-cpg-clocks", | 560 | compatible = "renesas,r8a7791-cpg-clocks", |