diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-08-03 04:10:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-08 06:55:10 -0400 |
commit | c6eac8a36a845e52ba520060a807044964ad9de5 (patch) | |
tree | df1c55474854cdef7b3a2b0e392f3c32c9493a3d /Documentation | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
ASoC: rockchip: Add machine driver for RK3399 GRU Boards
Because we need to support the multiple codecs (MAX98357A/RT5514/DA7219)
on the RK3399 GRU boards, this patch can help us to support these codecs.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip,rk3399-gru-sound.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip,rk3399-gru-sound.txt b/Documentation/devicetree/bindings/sound/rockchip,rk3399-gru-sound.txt new file mode 100644 index 000000000000..f19b6c830a34 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rockchip,rk3399-gru-sound.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | ROCKCHIP with MAX98357A/RT5514/DA7219 codecs on GRU boards | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: "rockchip,rk3399-gru-sound" | ||
5 | - rockchip,cpu: The phandle of the Rockchip I2S controller that's | ||
6 | connected to the codecs | ||
7 | - rockchip,codec: The phandle of the MAX98357A/RT5514/DA7219 codecs | ||
8 | |||
9 | Example: | ||
10 | |||
11 | sound { | ||
12 | compatible = "rockchip,rk3399-gru-sound"; | ||
13 | rockchip,cpu = <&i2s0>; | ||
14 | rockchip,codec = <&max98357a &rt5514 &da7219>; | ||
15 | }; | ||