arm64: dts: rockchip: more user friendly name of sound nodes

This patch changes device name to more user friendly name of
Analog and SPDIF sound nodes for rk3399-rockpro64.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
Link: https://lore.kernel.org/r/20210110151913.3615326-1-katsuhiro@katsuster.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Katsuhiro Suzuki 2021-01-11 00:19:13 +09:00 committed by Heiko Stuebner
parent 060b65d260
commit 7582ad63c9

View File

@ -72,13 +72,13 @@ sdio_pwrseq: sdio-pwrseq {
sound {
compatible = "audio-graph-card";
label = "rockchip,rk3399";
label = "Analog";
dais = <&i2s1_p0>;
};
sound-dit {
compatible = "audio-graph-card";
label = "rockchip,rk3399";
label = "SPDIF";
dais = <&spdif_p0>;
};