mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: koelsch: use CCF for audio clock
Because of historical reason, audio clock didn't use CCF. Let's use it now. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
8614daf299
commit
c19c84ff3a
|
@ -242,6 +242,13 @@ vccq_sdhi2: regulator@5 {
|
|||
1800000 0>;
|
||||
};
|
||||
|
||||
audio_clock: clock {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <11289600>;
|
||||
clock-output-names = "audio_clock";
|
||||
};
|
||||
|
||||
rsnd_ak4643: sound {
|
||||
compatible = "simple-audio-card";
|
||||
|
||||
|
@ -255,7 +262,7 @@ sndcpu: simple-audio-card,cpu {
|
|||
|
||||
sndcodec: simple-audio-card,codec {
|
||||
sound-dai = <&ak4643>;
|
||||
system-clock-frequency = <11289600>;
|
||||
clocks = <&audio_clock>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue