From: Rob Herring <robh@kernel.org>
To: Sebastian Reichel <sre@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>,
Dong Aisheng <aisheng.dong@nxp.com>,
Linus Walleij <linus.walleij@linaro.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 03/14] dt-bindings: sound: fsl,imx-asrc: convert to YAML
Date: Mon, 12 Feb 2024 07:41:19 -0600 [thread overview]
Message-ID: <20240212134119.GA37175-robh@kernel.org> (raw)
In-Reply-To: <20240210012114.489102-4-sre@kernel.org>
On Sat, Feb 10, 2024 at 02:18:07AM +0100, Sebastian Reichel wrote:
> Convert the i.MX ASRC DT binding to YAML.
>
> Signed-off-by: Sebastian Reichel <sre@kernel.org>
> ---
> .../devicetree/bindings/sound/fsl,asrc.txt | 80 ---------
> .../bindings/sound/fsl,imx-asrc.yaml | 159 ++++++++++++++++++
> 2 files changed, 159 insertions(+), 80 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/fsl,asrc.txt
> create mode 100644 Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml
> diff --git a/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml b/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml
> new file mode 100644
> index 000000000000..bc1607ecf345
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml
> @@ -0,0 +1,159 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/sound/fsl,imx-asrc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Freescale Asynchronous Sample Rate Converter (ASRC) Controller
> +
> +description:
> + The Asynchronous Sample Rate Converter (ASRC) converts the sampling rate of
> + a signal associated with an input clock into a signal associated with a
> + different output clock. The driver currently works as a Front End of DPCM
> + with other Back Ends Audio controller such as ESAI, SSI and SAI. It has
> + three pairs to support three substreams within totally 10 channels.
> +
> +maintainers:
> + - Shawn Guo <shawnguo@kernel.org>
> + - Sascha Hauer <s.hauer@pengutronix.de>
> +
> +properties:
> + compatible:
> + oneOf:
> + - enum:
> + - fsl,imx35-asrc
> + - fsl,imx53-asrc
> + - fsl,imx8qm-asrc
> + - fsl,imx8qxp-asrc
> + - items:
> + - enum:
> + - fsl,imx6sx-asrc
> + - fsl,imx6ul-asrc
> + - const: fsl,imx53-asrc
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + dmas:
> + maxItems: 6
> +
> + dma-names:
> + items:
> + - const: rxa
> + - const: rxb
> + - const: rxc
> + - const: txa
> + - const: txb
> + - const: txc
> +
> + clocks:
> + maxItems: 19
> +
> + clock-names:
> + items:
> + - const: mem
> + - const: ipg
> + - const: asrck_0
> + - const: asrck_1
> + - const: asrck_2
> + - const: asrck_3
> + - const: asrck_4
> + - const: asrck_5
> + - const: asrck_6
> + - const: asrck_7
> + - const: asrck_8
> + - const: asrck_9
> + - const: asrck_a
> + - const: asrck_b
> + - const: asrck_c
> + - const: asrck_d
> + - const: asrck_e
> + - const: asrck_f
> + - const: spba
> +
> + fsl,asrc-rate:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description: The mutual sample rate used by DPCM Back Ends
> +
> + fsl,asrc-width:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description: The mutual sample width used by DPCM Back Ends
Constraints?
> +
> + fsl,asrc-clk-map:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Defines clock map used in driver
> + <0> - select the map for asrc0 in imx8qm/imx8qxp
> + <1> - select the map for asrc1 in imx8qm/imx8qxp
Looks like constraints.
> +
> + big-endian:
> + type: boolean
> + description:
> + If this property is absent, the little endian mode will be in use as
> + default. Otherwise, the big endian mode will be in use for all the
> + device registers.
> +
> + fsl,asrc-format:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Defines a mutual sample format used by DPCM Back Ends, which can
> + replace the fsl,asrc-width. The value is 2 (S16_LE), or 6 (S24_LE).
Looks like constraints.
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - dmas
> + - dma-names
> + - clocks
> + - clock-names
> + - fsl,asrc-rate
> + - fsl,asrc-width
> +
> +allOf:
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - fsl,imx8qm-asrc
> + - fsl,imx8qxp-asrc
> + then:
> + required:
> + - fsl,asrc-clk-map
> + else:
> + properties:
> + fsl,asrc-clk-map: false
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> + #include <dt-bindings/clock/imx6qdl-clock.h>
> + asrc: asrc@2034000 {
> + compatible = "fsl,imx53-asrc";
> + reg = <0x02034000 0x4000>;
> + interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks IMX6QDL_CLK_ASRC_IPG>,
> + <&clks IMX6QDL_CLK_ASRC_MEM>, <&clks 0>,
> + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
> + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
> + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
> + <&clks IMX6QDL_CLK_ASRC>, <&clks 0>, <&clks 0>,
> + <&clks IMX6QDL_CLK_SPBA>;
> + clock-names = "mem", "ipg", "asrck_0",
> + "asrck_1", "asrck_2", "asrck_3", "asrck_4",
> + "asrck_5", "asrck_6", "asrck_7", "asrck_8",
> + "asrck_9", "asrck_a", "asrck_b", "asrck_c",
> + "asrck_d", "asrck_e", "asrck_f", "spba";
> + dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>,
> + <&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>;
> + dma-names = "rxa", "rxb", "rxc",
> + "txa", "txb", "txc";
> + fsl,asrc-rate = <48000>;
> + fsl,asrc-width = <16>;
> + };
> --
> 2.43.0
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-02-12 13:41 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-10 1:18 [PATCH v1 00/14] UNI-T UTi260B support Sebastian Reichel
2024-02-10 1:18 ` [PATCH v1 01/14] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML Sebastian Reichel
2024-02-10 1:18 ` [PATCH v1 02/14] dt-bindings: bus: imx-weim: " Sebastian Reichel
2024-02-10 11:29 ` Rob Herring
2024-02-11 12:31 ` Krzysztof Kozlowski
2024-02-12 13:16 ` Rob Herring
2024-02-12 23:22 ` Sebastian Reichel
2024-02-10 1:18 ` [PATCH v1 03/14] dt-bindings: sound: fsl,imx-asrc: " Sebastian Reichel
2024-02-10 12:28 ` Mark Brown
2024-02-12 13:41 ` Rob Herring [this message]
2024-02-10 1:18 ` [PATCH v1 04/14] dt-bindings: input: touchscreen: fsl,imx6ul-tsc " Sebastian Reichel
2024-02-11 12:46 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 05/14] dt-bindings: soc: imx: fsl,imx-anatop: add binding Sebastian Reichel
2024-02-11 12:39 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 06/14] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6 Sebastian Reichel
2024-02-11 12:47 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 07/14] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL Sebastian Reichel
2024-02-11 12:48 ` Krzysztof Kozlowski
2024-02-12 19:20 ` Stefan Wahren
2024-02-12 23:10 ` Sebastian Reichel
2024-02-13 8:57 ` Stefan Wahren
2024-02-10 1:18 ` [PATCH v1 08/14] dt-bindings: fsl-imx-sdma: fix HDMI audio index Sebastian Reichel
2024-02-11 12:48 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 09/14] ARM: dts: imx6ull: fix pinctrl node name Sebastian Reichel
2024-02-13 8:44 ` Linus Walleij
2024-02-10 1:18 ` [PATCH v1 10/14] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1 Sebastian Reichel
2024-02-10 1:18 ` [PATCH v1 11/14] ARM: dts: imx6ul: add missing #thermal-sensor-cells Sebastian Reichel
2024-02-10 1:18 ` [PATCH v1 12/14] dt-bindings: vendor-prefixes: add UNI-T Sebastian Reichel
2024-02-11 12:33 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 13/14] dt-bindings: arm: add UNI-T UTi260b Sebastian Reichel
2024-02-11 12:34 ` Krzysztof Kozlowski
2024-02-10 1:18 ` [PATCH v1 14/14] ARM: dts: imx6ull-uti260b: Add board Sebastian Reichel
2024-02-12 18:28 ` Stefan Wahren
2024-02-12 23:00 ` Sebastian Reichel
2024-02-13 8:52 ` Stefan Wahren
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=20240212134119.GA37175-robh@kernel.org \
--to=robh@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=sre@kernel.org \
/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 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).