Mailing List Archive

[PATCH] 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>
---
arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
index 58097245994a..5ab0b9edfc88 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
@@ -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>;
};

--
2.29.2
Re: [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes [ In reply to ]
On Mon, 11 Jan 2021 00:19:13 +0900, Katsuhiro Suzuki wrote:
> This patch changes device name to more user friendly name of
> Analog and SPDIF sound nodes for rk3399-rockpro64.

Applied, thanks!

[1/1] arm64: dts: rockchip: more user friendly name of sound nodes
commit: 5b295839ba3cd78f4142699b8bebc1f23af9a49d

Best regards,
--
Heiko Stuebner <heiko@sntech.de>