linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] dt-bindings: mediatek: update audio binding documentation
@ 2021-08-13 12:19 Kansho Nishida
  2021-08-13 12:19 ` [PATCH 1/1] " Kansho Nishida
  0 siblings, 1 reply; 2+ messages in thread
From: Kansho Nishida @ 2021-08-13 12:19 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Jiaxin Yu, Rob Herring, devicetree, linux-mediatek, Eddie Huang,
	linux-arm-kernel, LKML, Kansho Nishida, Chun-Jie Chen,
	Fabien Parent, Stephen Boyd


Hi Matthias,

Thank you for your merging! This patch updates the binding description.

Regards,
Kansho



Kansho Nishida (1):
  dt-bindings: mediatek: update audio binding documentation

 .../devicetree/bindings/arm/mediatek/mediatek,audsys.txt      | 4 ++--
 arch/arm64/boot/dts/mediatek/mt7622.dtsi                      | 4 ++--
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.33.0.rc1.237.g0d66db33f3-goog


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

* [PATCH 1/1] dt-bindings: mediatek: update audio binding documentation
  2021-08-13 12:19 [PATCH 0/1] dt-bindings: mediatek: update audio binding documentation Kansho Nishida
@ 2021-08-13 12:19 ` Kansho Nishida
  0 siblings, 0 replies; 2+ messages in thread
From: Kansho Nishida @ 2021-08-13 12:19 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Jiaxin Yu, Rob Herring, devicetree, linux-mediatek, Eddie Huang,
	linux-arm-kernel, LKML, Kansho Nishida, Chun-Jie Chen,
	Fabien Parent, Stephen Boyd

This patch updates audio binding documentation.
And change audio node names in dts files in the same manner.

Signed-off-by: Kansho Nishida <kansho@chromium.org>
---

 .../devicetree/bindings/arm/mediatek/mediatek,audsys.txt      | 4 ++--
 arch/arm64/boot/dts/mediatek/mt7622.dtsi                      | 4 ++--
 arch/arm64/boot/dts/mediatek/mt8183.dtsi                      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
index 699776be1dd3..409a425cbdd3 100644
--- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
+++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
@@ -28,12 +28,12 @@ For common binding part and usage, refer to
 
 Example:
 
-	audsys: clock-controller@11220000 {
+	audsys: audio-controller@11220000 {
 		compatible = "mediatek,mt7622-audsys", "syscon";
 		reg = <0 0x11220000 0 0x2000>;
 		#clock-cells = <1>;
 
-		afe: audio-controller {
+		afe: mt7622-audio {
 			...
 		};
 	};
diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
index 890a942ec608..a54c9cc2063d 100644
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@ -590,12 +590,12 @@ uart4: serial@11019000 {
 		status = "disabled";
 	};
 
-	audsys: clock-controller@11220000 {
+	audsys: audio-controller@11220000 {
 		compatible = "mediatek,mt7622-audsys", "syscon";
 		reg = <0 0x11220000 0 0x2000>;
 		#clock-cells = <1>;
 
-		afe: audio-controller {
+		afe: mt7622-audio {
 			compatible = "mediatek,mt7622-audio";
 			interrupts =  <GIC_SPI 144 IRQ_TYPE_LEVEL_LOW>,
 				      <GIC_SPI 145 IRQ_TYPE_LEVEL_LOW>;
diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 9ea4c5001b1e..189e3545226e 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -1119,7 +1119,7 @@ audiosys: audio-controller@11220000 {
 			compatible = "mediatek,mt8183-audiosys", "syscon";
 			reg = <0 0x11220000 0 0x1000>;
 			#clock-cells = <1>;
-			afe: mt8183-afe-pcm {
+			afe: mt8183-audio {
 				compatible = "mediatek,mt8183-audio";
 				interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_LOW>;
 				resets = <&watchdog MT8183_TOPRGU_AUDIO_SW_RST>;
-- 
2.33.0.rc1.237.g0d66db33f3-goog


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

end of thread, other threads:[~2021-08-13 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 12:19 [PATCH 0/1] dt-bindings: mediatek: update audio binding documentation Kansho Nishida
2021-08-13 12:19 ` [PATCH 1/1] " Kansho Nishida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).