diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-01-06 22:41:28 -0500 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-23 03:45:38 -0500 |
| commit | 868a49d6f9d915a16f4fa223083eab6fbcbefcbf (patch) | |
| tree | 7e88b17d2478d7650bee593710d0b2cac7e781b9 | |
| parent | 10bd03fa896ee5e25fa3548a3d1112b9beb76943 (diff) | |
arm64: dts: renesas: r8a77990-ebisu: use simple-audio-card
Current Ebisu board is using simple-scu-audio-card
which is used for Sampling Rate Convert, or MIXer, etc.
But, Ebisu is not using such feature.
Then, simple-audio-card is very enough.
This patch fixup it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
| -rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index 8b66ee86e7bb..e0590c0af4c4 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | |||
| @@ -169,16 +169,13 @@ | |||
| 169 | }; | 169 | }; |
| 170 | 170 | ||
| 171 | rsnd_ak4613: sound { | 171 | rsnd_ak4613: sound { |
| 172 | compatible = "simple-scu-audio-card"; | 172 | compatible = "simple-audio-card"; |
| 173 | 173 | ||
| 174 | simple-audio-card,name = "rsnd-ak4613"; | 174 | simple-audio-card,name = "rsnd-ak4613"; |
| 175 | simple-audio-card,format = "left_j"; | 175 | simple-audio-card,format = "left_j"; |
| 176 | simple-audio-card,bitclock-master = <&sndcpu>; | 176 | simple-audio-card,bitclock-master = <&sndcpu>; |
| 177 | simple-audio-card,frame-master = <&sndcpu>; | 177 | simple-audio-card,frame-master = <&sndcpu>; |
| 178 | 178 | ||
| 179 | simple-audio-card,prefix = "ak4613"; | ||
| 180 | simple-audio-card,routing = "ak4613 Playback", "DAI0 Playback", | ||
| 181 | "DAI0 Capture", "ak4613 Capture"; | ||
| 182 | sndcpu: simple-audio-card,cpu { | 179 | sndcpu: simple-audio-card,cpu { |
| 183 | sound-dai = <&rcar_sound>; | 180 | sound-dai = <&rcar_sound>; |
| 184 | }; | 181 | }; |
