Commit 6bc651af authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

ARM: shmobile: lager: use CCF for audio clock

Because of historical reason, audio clock didn't use CCF.
Let's use it now.
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c19c84ff
...@@ -174,6 +174,13 @@ vccq_sdhi2: regulator@4 { ...@@ -174,6 +174,13 @@ vccq_sdhi2: regulator@4 {
1800000 0>; 1800000 0>;
}; };
audio_clock: clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <11289600>;
clock-output-names = "audio_clock";
};
rsnd_ak4643: sound { rsnd_ak4643: sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
...@@ -187,7 +194,7 @@ sndcpu: simple-audio-card,cpu { ...@@ -187,7 +194,7 @@ sndcpu: simple-audio-card,cpu {
sndcodec: simple-audio-card,codec { sndcodec: simple-audio-card,codec {
sound-dai = <&ak4643>; sound-dai = <&ak4643>;
system-clock-frequency = <11289600>; clocks = <&audio_clock>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment