From: Trevor Wu <trevor.wu@mediatek.com>
To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>,
<matthias.bgg@gmail.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
cychiang@google.com, bicycle.tsai@mediatek.com,
linux-kernel@vger.kernel.org, jiaxin.yu@mediatek.com,
linux-mediatek@lists.infradead.org, trevor.wu@mediatek.com,
aaronyu@google.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 8/8] dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1019-rt5682 document
Date: Tue, 29 Jun 2021 09:47:36 +0800 [thread overview]
Message-ID: <20210629014736.31153-9-trevor.wu@mediatek.com> (raw)
In-Reply-To: <20210629014736.31153-1-trevor.wu@mediatek.com>
This patch adds document for mt8195 board with mt6359, rt1019 and rt5682
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
---
.../sound/mt8195-mt6359-rt1019-rt5682.yaml | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
new file mode 100644
index 000000000000..246c0875e64e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt8195-mt6359-rt1019-rt5682.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek MT8195 with MT6359, RT1019 and RT5682 ASoC sound card driver
+
+maintainers:
+ - Trevor Wu <trevor.wu@mediatek.com>
+
+description:
+ This binding describes the MT8195 sound card.
+
+properties:
+ compatible:
+ const: mediatek,mt8195_mt6359_rt1019_rt5682
+
+ mediatek,platform:
+ $ref: "/schemas/types.yaml#/definitions/phandle"
+ description: The phandle of MT8195 ASoC platform.
+
+additionalProperties: false
+
+required:
+ - compatible
+ - mediatek,platform
+
+examples:
+ - |
+
+ sound: mt8195-sound {
+ compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
+ mediatek,platform = <&afe>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&aud_pins_default>;
+ };
+
+...
--
2.18.0
WARNING: multiple messages have this Message-ID (diff)
From: Trevor Wu <trevor.wu@mediatek.com>
To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>,
<matthias.bgg@gmail.com>
Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>,
<linux-mediatek@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<bicycle.tsai@mediatek.com>, <jiaxin.yu@mediatek.com>,
<cychiang@google.com>, <aaronyu@google.com>
Subject: [PATCH v2 8/8] dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1019-rt5682 document
Date: Tue, 29 Jun 2021 09:47:36 +0800 [thread overview]
Message-ID: <20210629014736.31153-9-trevor.wu@mediatek.com> (raw)
In-Reply-To: <20210629014736.31153-1-trevor.wu@mediatek.com>
This patch adds document for mt8195 board with mt6359, rt1019 and rt5682
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
---
.../sound/mt8195-mt6359-rt1019-rt5682.yaml | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
new file mode 100644
index 000000000000..246c0875e64e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt8195-mt6359-rt1019-rt5682.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek MT8195 with MT6359, RT1019 and RT5682 ASoC sound card driver
+
+maintainers:
+ - Trevor Wu <trevor.wu@mediatek.com>
+
+description:
+ This binding describes the MT8195 sound card.
+
+properties:
+ compatible:
+ const: mediatek,mt8195_mt6359_rt1019_rt5682
+
+ mediatek,platform:
+ $ref: "/schemas/types.yaml#/definitions/phandle"
+ description: The phandle of MT8195 ASoC platform.
+
+additionalProperties: false
+
+required:
+ - compatible
+ - mediatek,platform
+
+examples:
+ - |
+
+ sound: mt8195-sound {
+ compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
+ mediatek,platform = <&afe>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&aud_pins_default>;
+ };
+
+...
--
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Trevor Wu <trevor.wu@mediatek.com>
To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>,
<matthias.bgg@gmail.com>
Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>,
<linux-mediatek@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<bicycle.tsai@mediatek.com>, <jiaxin.yu@mediatek.com>,
<cychiang@google.com>, <aaronyu@google.com>
Subject: [PATCH v2 8/8] dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1019-rt5682 document
Date: Tue, 29 Jun 2021 09:47:36 +0800 [thread overview]
Message-ID: <20210629014736.31153-9-trevor.wu@mediatek.com> (raw)
In-Reply-To: <20210629014736.31153-1-trevor.wu@mediatek.com>
This patch adds document for mt8195 board with mt6359, rt1019 and rt5682
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
---
.../sound/mt8195-mt6359-rt1019-rt5682.yaml | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
new file mode 100644
index 000000000000..246c0875e64e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt8195-mt6359-rt1019-rt5682.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek MT8195 with MT6359, RT1019 and RT5682 ASoC sound card driver
+
+maintainers:
+ - Trevor Wu <trevor.wu@mediatek.com>
+
+description:
+ This binding describes the MT8195 sound card.
+
+properties:
+ compatible:
+ const: mediatek,mt8195_mt6359_rt1019_rt5682
+
+ mediatek,platform:
+ $ref: "/schemas/types.yaml#/definitions/phandle"
+ description: The phandle of MT8195 ASoC platform.
+
+additionalProperties: false
+
+required:
+ - compatible
+ - mediatek,platform
+
+examples:
+ - |
+
+ sound: mt8195-sound {
+ compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
+ mediatek,platform = <&afe>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&aud_pins_default>;
+ };
+
+...
--
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Trevor Wu <trevor.wu@mediatek.com>
To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>,
<matthias.bgg@gmail.com>
Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>,
<linux-mediatek@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<bicycle.tsai@mediatek.com>, <jiaxin.yu@mediatek.com>,
<cychiang@google.com>, <aaronyu@google.com>
Subject: [PATCH v2 8/8] dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1019-rt5682 document
Date: Tue, 29 Jun 2021 09:47:36 +0800 [thread overview]
Message-ID: <20210629014736.31153-9-trevor.wu@mediatek.com> (raw)
In-Reply-To: <20210629014736.31153-1-trevor.wu@mediatek.com>
This patch adds document for mt8195 board with mt6359, rt1019 and rt5682
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
---
.../sound/mt8195-mt6359-rt1019-rt5682.yaml | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
diff --git a/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
new file mode 100644
index 000000000000..246c0875e64e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt8195-mt6359-rt1019-rt5682.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt8195-mt6359-rt1019-rt5682.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek MT8195 with MT6359, RT1019 and RT5682 ASoC sound card driver
+
+maintainers:
+ - Trevor Wu <trevor.wu@mediatek.com>
+
+description:
+ This binding describes the MT8195 sound card.
+
+properties:
+ compatible:
+ const: mediatek,mt8195_mt6359_rt1019_rt5682
+
+ mediatek,platform:
+ $ref: "/schemas/types.yaml#/definitions/phandle"
+ description: The phandle of MT8195 ASoC platform.
+
+additionalProperties: false
+
+required:
+ - compatible
+ - mediatek,platform
+
+examples:
+ - |
+
+ sound: mt8195-sound {
+ compatible = "mediatek,mt8195_mt6359_rt1019_rt5682";
+ mediatek,platform = <&afe>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&aud_pins_default>;
+ };
+
+...
--
2.18.0
next prev parent reply other threads:[~2021-06-29 1:49 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-29 1:47 [PATCH v2 0/8] ASoC: mediatek: Add support for MT8195 SoC Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 1/8] ASoC: mediatek: mt8195: update mediatek common driver Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 2/8] ASoC: mediatek: mt8195: support etdm in platform driver Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 3/8] ASoC: mediatek: mt8195: support adda " Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 4/8] ASoC: mediatek: mt8195: support pcm " Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 5/8] ASoC: mediatek: mt8195: add " Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-07-12 6:57 ` Chen-Yu Tsai
2021-07-12 6:57 ` Chen-Yu Tsai
2021-07-12 6:57 ` Chen-Yu Tsai
2021-07-12 6:57 ` Chen-Yu Tsai
2021-07-12 15:09 ` Trevor Wu
2021-07-12 15:09 ` Trevor Wu
2021-07-12 15:09 ` Trevor Wu
2021-07-12 15:09 ` Trevor Wu
2021-07-13 6:00 ` Chen-Yu Tsai
2021-07-13 6:00 ` Chen-Yu Tsai
2021-07-13 6:00 ` Chen-Yu Tsai
2021-07-13 6:00 ` Chen-Yu Tsai
2021-07-15 11:05 ` Trevor Wu
2021-07-15 11:05 ` Trevor Wu
2021-07-15 11:05 ` Trevor Wu
2021-07-15 11:05 ` Trevor Wu
2021-07-19 10:05 ` Chen-Yu Tsai
2021-07-19 10:05 ` Chen-Yu Tsai
2021-07-19 10:05 ` Chen-Yu Tsai
2021-07-19 10:05 ` Chen-Yu Tsai
2021-07-22 8:56 ` Trevor Wu
2021-07-22 8:56 ` Trevor Wu
2021-07-22 8:56 ` Trevor Wu
2021-07-22 8:56 ` Trevor Wu
2021-07-23 6:27 ` Chen-Yu Tsai
2021-07-23 6:27 ` Chen-Yu Tsai
2021-07-23 6:27 ` Chen-Yu Tsai
2021-07-23 6:27 ` Chen-Yu Tsai
2021-07-26 14:31 ` Trevor Wu
2021-07-26 14:31 ` Trevor Wu
2021-07-26 14:31 ` Trevor Wu
2021-07-26 14:31 ` Trevor Wu
2021-08-02 10:21 ` Chen-Yu Tsai
2021-08-02 10:21 ` Chen-Yu Tsai
2021-08-02 10:21 ` Chen-Yu Tsai
2021-08-02 10:21 ` Chen-Yu Tsai
2021-08-03 10:12 ` Trevor Wu
2021-08-03 10:12 ` Trevor Wu
2021-08-03 10:12 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 6/8] dt-bindings: mediatek: mt8195: add audio afe document Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-07-01 20:18 ` Rob Herring
2021-07-01 20:18 ` Rob Herring
2021-07-01 20:18 ` Rob Herring
2021-07-01 20:18 ` Rob Herring
2021-07-05 7:01 ` Trevor Wu
2021-07-05 7:01 ` Trevor Wu
2021-07-05 7:01 ` Trevor Wu
2021-07-05 7:01 ` Trevor Wu
2021-06-29 1:47 ` [PATCH v2 7/8] ASoC: mediatek: mt8195: add machine driver with mt6359, rt1019 and rt5682 Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu [this message]
2021-06-29 1:47 ` [PATCH v2 8/8] dt-bindings: mediatek: mt8195: add mt8195-mt6359-rt1019-rt5682 document Trevor Wu
2021-06-29 1:47 ` Trevor Wu
2021-06-29 1:47 ` Trevor Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210629014736.31153-9-trevor.wu@mediatek.com \
--to=trevor.wu@mediatek.com \
--cc=aaronyu@google.com \
--cc=alsa-devel@alsa-project.org \
--cc=bicycle.tsai@mediatek.com \
--cc=broonie@kernel.org \
--cc=cychiang@google.com \
--cc=devicetree@vger.kernel.org \
--cc=jiaxin.yu@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.