arm64: dts: rockchip: rk3308-evb-*: add spdifrx sound

Change-Id: I90a91f9d3364d8eeb3f1c8e757a682fe079c8150
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2018-07-31 17:42:28 +08:00
committed by Tao Huang
parent 065f1b01c9
commit 1c6a0b6fde
2 changed files with 24 additions and 0 deletions

View File

@@ -125,6 +125,18 @@
rockchip,wait-card-locked = <0>;
};
spdif_rx_sound: spdif-rx-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,spdif-rx-sound";
simple-audio-card,cpu {
sound-dai = <&spdif_rx>;
};
simple-audio-card,codec {
sound-dai = <&dummy_codec>;
};
};
spdif_tx_sound: spdif-tx-sound {
status = "disabled";
compatible = "simple-audio-card";

View File

@@ -110,6 +110,18 @@
rockchip,wait-card-locked = <0>;
};
spdif_rx_sound: spdif-rx-sound {
status = "disabled";
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,spdif-rx-sound";
simple-audio-card,cpu {
sound-dai = <&spdif_rx>;
};
simple-audio-card,codec {
sound-dai = <&dummy_codec>;
};
};
spdif_tx_sound: spdif-tx-sound {
status = "disabled";
compatible = "simple-audio-card";