All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
@ 2021-01-10 15:19 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 6+ messages in thread
From: Katsuhiro Suzuki @ 2021-01-10 15:19 UTC (permalink / raw)
  To: Heiko Stuebner, linux-rockchip
  Cc: linux-arm-kernel, linux-kernel, Katsuhiro Suzuki

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
@ 2021-01-10 15:19 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 6+ messages in thread
From: Katsuhiro Suzuki @ 2021-01-10 15:19 UTC (permalink / raw)
  To: Heiko Stuebner, linux-rockchip
  Cc: Katsuhiro Suzuki, linux-kernel, linux-arm-kernel

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


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
@ 2021-01-10 15:19 ` Katsuhiro Suzuki
  0 siblings, 0 replies; 6+ messages in thread
From: Katsuhiro Suzuki @ 2021-01-10 15:19 UTC (permalink / raw)
  To: Heiko Stuebner, linux-rockchip
  Cc: Katsuhiro Suzuki, linux-kernel, linux-arm-kernel

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
  2021-01-10 15:19 ` Katsuhiro Suzuki
  (?)
@ 2021-01-26 14:02   ` Heiko Stuebner
  -1 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2021-01-26 14:02 UTC (permalink / raw)
  To: Katsuhiro Suzuki, linux-rockchip
  Cc: Heiko Stuebner, linux-arm-kernel, linux-kernel

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
@ 2021-01-26 14:02   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2021-01-26 14:02 UTC (permalink / raw)
  To: Katsuhiro Suzuki, linux-rockchip
  Cc: Heiko Stuebner, linux-arm-kernel, linux-kernel

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>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
@ 2021-01-26 14:02   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2021-01-26 14:02 UTC (permalink / raw)
  To: Katsuhiro Suzuki, linux-rockchip
  Cc: Heiko Stuebner, linux-arm-kernel, linux-kernel

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>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-26 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10 15:19 [PATCH] arm64: dts: rockchip: more user friendly name of sound nodes Katsuhiro Suzuki
2021-01-10 15:19 ` Katsuhiro Suzuki
2021-01-10 15:19 ` Katsuhiro Suzuki
2021-01-26 14:02 ` Heiko Stuebner
2021-01-26 14:02   ` Heiko Stuebner
2021-01-26 14:02   ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.