* [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
@ 2022-11-04 16:03 Marek Vasut
2022-11-04 16:03 ` [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar Marek Vasut
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Marek Vasut @ 2022-11-04 16:03 UTC (permalink / raw)
To: devicetree
Cc: Marek Vasut, Fabio Estevam, Jaroslav Kysela, Krzysztof Kozlowski,
Liam Girdwood, Mark Brown, Nicolin Chen, Rob Herring,
Shengjiu Wang, Takashi Iwai, Xiubo Li, alsa-devel
Describe existing used combinations of compatible strings on MX6UL
and MX7D, which are backward compatible with MX6SX. Add the missing
imx7d-sai compatible string which is used on i.MX7 .
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Nicolin Chen <nicoleotsuka@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Xiubo Li <Xiubo.Lee@gmail.com>
Cc: alsa-devel@alsa-project.org
To: devicetree@vger.kernel.org
---
.../devicetree/bindings/sound/fsl,sai.yaml | 24 ++++++++++++-------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
index 11aab891288d2..05bad828cc353 100644
--- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
@@ -18,15 +18,12 @@ description: |
properties:
compatible:
oneOf:
- - enum:
- - fsl,vf610-sai
- - fsl,imx6sx-sai
- - fsl,imx6ul-sai
- - fsl,imx7ulp-sai
- - fsl,imx8mq-sai
- - fsl,imx8qm-sai
- - fsl,imx8ulp-sai
- - fsl,imx93-sai
+ - items:
+ - enum:
+ - fsl,imx6ul-sai
+ - fsl,imx7d-sai
+ - const: fsl,imx6sx-sai
+
- items:
- enum:
- fsl,imx8mm-sai
@@ -34,6 +31,15 @@ properties:
- fsl,imx8mp-sai
- const: fsl,imx8mq-sai
+ - items:
+ - enum:
+ - fsl,imx6sx-sai
+ - fsl,imx7ulp-sai
+ - fsl,imx8mq-sai
+ - fsl,imx8qm-sai
+ - fsl,imx8ulp-sai
+ - fsl,vf610-sai
+
reg:
maxItems: 1
--
2.35.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
@ 2022-11-04 16:03 ` Marek Vasut
2022-11-07 20:59 ` Rob Herring
2022-11-04 16:03 ` [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties Marek Vasut
` (3 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2022-11-04 16:03 UTC (permalink / raw)
To: devicetree
Cc: Marek Vasut, Fabio Estevam, Jaroslav Kysela, Krzysztof Kozlowski,
Liam Girdwood, Mark Brown, Nicolin Chen, Rob Herring,
Shengjiu Wang, Takashi Iwai, Xiubo Li, alsa-devel
The i.MX8MN currently uses "bus", "mclk0", "mclk1", "mclk2", "mclk3"
clock, which adds up to 5 clock total. Use minItems 5 for this setup.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Nicolin Chen <nicoleotsuka@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Xiubo Li <Xiubo.Lee@gmail.com>
Cc: alsa-devel@alsa-project.org
To: devicetree@vger.kernel.org
---
Documentation/devicetree/bindings/sound/fsl,sai.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
index 05bad828cc353..59a13cd0887e9 100644
--- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
@@ -74,7 +74,7 @@ properties:
- const: mclk3
- const: pll8k
- const: pll11k
- minItems: 4
+ minItems: 5
- items:
- const: bus
- const: mclk1
--
2.35.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
2022-11-04 16:03 ` [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar Marek Vasut
@ 2022-11-04 16:03 ` Marek Vasut
2022-11-07 21:01 ` Rob Herring
2022-11-07 20:59 ` [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Rob Herring
` (2 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2022-11-04 16:03 UTC (permalink / raw)
To: devicetree
Cc: Marek Vasut, Fabio Estevam, Jaroslav Kysela, Krzysztof Kozlowski,
Liam Girdwood, Mark Brown, Nicolin Chen, Rob Herring,
Shengjiu Wang, Takashi Iwai, Xiubo Li, alsa-devel
Sort main section properties, no functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Nicolin Chen <nicoleotsuka@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Xiubo Li <Xiubo.Lee@gmail.com>
Cc: alsa-devel@alsa-project.org
To: devicetree@vger.kernel.org
---
.../devicetree/bindings/sound/fsl,sai.yaml | 72 +++++++++----------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
index 59a13cd0887e9..022da1f4583d6 100644
--- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
@@ -43,16 +43,6 @@ properties:
reg:
maxItems: 1
- interrupts:
- items:
- - description: receive and transmit interrupt
-
- dmas:
- maxItems: 2
-
- dma-names:
- maxItems: 2
-
clocks:
items:
- description: The ipg clock for register access
@@ -84,19 +74,37 @@ properties:
- const: pll11k
minItems: 4
- lsb-first:
- description: |
- Configures whether the LSB or the MSB is transmitted
- first for the fifo data. If this property is absent,
- the MSB is transmitted first as default, or the LSB
- is transmitted first.
- type: boolean
+ dmas:
+ maxItems: 2
+
+ dma-names:
+ maxItems: 2
+
+ interrupts:
+ items:
+ - description: receive and transmit interrupt
big-endian:
description: |
required if all the SAI registers are big-endian rather than little-endian.
type: boolean
+ fsl,dataline:
+ $ref: /schemas/types.yaml#/definitions/uint32-matrix
+ description: |
+ Configure the dataline. It has 3 value for each configuration
+ maxItems: 16
+ items:
+ items:
+ - description: format Default(0), I2S(1) or PDM(2)
+ enum: [0, 1, 2]
+ - description: dataline mask for 'rx'
+ - description: dataline mask for 'tx'
+
+ fsl,sai-mclk-direction-output:
+ description: SAI will output the SAI MCLK clock.
+ type: boolean
+
fsl,sai-synchronous-rx:
description: |
SAI will work in the synchronous mode (sync Tx with Rx) which means
@@ -115,26 +123,18 @@ properties:
of transmitter.
type: boolean
- fsl,dataline:
- $ref: /schemas/types.yaml#/definitions/uint32-matrix
- description: |
- Configure the dataline. It has 3 value for each configuration
- maxItems: 16
- items:
- items:
- - description: format Default(0), I2S(1) or PDM(2)
- enum: [0, 1, 2]
- - description: dataline mask for 'rx'
- - description: dataline mask for 'tx'
-
- fsl,sai-mclk-direction-output:
- description: SAI will output the SAI MCLK clock.
- type: boolean
-
fsl,shared-interrupt:
description: Interrupt is shared with other modules.
type: boolean
+ lsb-first:
+ description: |
+ Configures whether the LSB or the MSB is transmitted
+ first for the fifo data. If this property is absent,
+ the MSB is transmitted first as default, or the LSB
+ is transmitted first.
+ type: boolean
+
"#sound-dai-cells":
const: 0
description: optional, some dts node didn't add it.
@@ -175,11 +175,11 @@ allOf:
required:
- compatible
- reg
- - interrupts
- - dmas
- - dma-names
- clocks
- clock-names
+ - dmas
+ - dma-names
+ - interrupts
additionalProperties: false
--
2.35.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
2022-11-04 16:03 ` [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar Marek Vasut
2022-11-04 16:03 ` [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties Marek Vasut
@ 2022-11-07 20:59 ` Rob Herring
2022-11-10 21:36 ` Mark Brown
2022-12-08 2:21 ` Rob Herring
4 siblings, 0 replies; 9+ messages in thread
From: Rob Herring @ 2022-11-07 20:59 UTC (permalink / raw)
To: Marek Vasut
Cc: Mark Brown, Fabio Estevam, Liam Girdwood, Jaroslav Kysela,
Shengjiu Wang, Xiubo Li, Rob Herring, alsa-devel, Takashi Iwai,
Nicolin Chen, Krzysztof Kozlowski, devicetree
On Fri, 04 Nov 2022 17:03:13 +0100, Marek Vasut wrote:
> Describe existing used combinations of compatible strings on MX6UL
> and MX7D, which are backward compatible with MX6SX. Add the missing
> imx7d-sai compatible string which is used on i.MX7 .
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Nicolin Chen <nicoleotsuka@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Xiubo Li <Xiubo.Lee@gmail.com>
> Cc: alsa-devel@alsa-project.org
> To: devicetree@vger.kernel.org
> ---
> .../devicetree/bindings/sound/fsl,sai.yaml | 24 ++++++++++++-------
> 1 file changed, 15 insertions(+), 9 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar
2022-11-04 16:03 ` [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar Marek Vasut
@ 2022-11-07 20:59 ` Rob Herring
0 siblings, 0 replies; 9+ messages in thread
From: Rob Herring @ 2022-11-07 20:59 UTC (permalink / raw)
To: Marek Vasut
Cc: Fabio Estevam, Xiubo Li, alsa-devel, Jaroslav Kysela,
Takashi Iwai, Shengjiu Wang, Krzysztof Kozlowski, Liam Girdwood,
devicetree, Mark Brown, Nicolin Chen, Rob Herring
On Fri, 04 Nov 2022 17:03:14 +0100, Marek Vasut wrote:
> The i.MX8MN currently uses "bus", "mclk0", "mclk1", "mclk2", "mclk3"
> clock, which adds up to 5 clock total. Use minItems 5 for this setup.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Nicolin Chen <nicoleotsuka@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Xiubo Li <Xiubo.Lee@gmail.com>
> Cc: alsa-devel@alsa-project.org
> To: devicetree@vger.kernel.org
> ---
> Documentation/devicetree/bindings/sound/fsl,sai.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties
2022-11-04 16:03 ` [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties Marek Vasut
@ 2022-11-07 21:01 ` Rob Herring
0 siblings, 0 replies; 9+ messages in thread
From: Rob Herring @ 2022-11-07 21:01 UTC (permalink / raw)
To: Marek Vasut
Cc: Xiubo Li, Mark Brown, Liam Girdwood, Nicolin Chen, Shengjiu Wang,
Takashi Iwai, Krzysztof Kozlowski, Rob Herring, Jaroslav Kysela,
devicetree, Fabio Estevam, alsa-devel
On Fri, 04 Nov 2022 17:03:15 +0100, Marek Vasut wrote:
> Sort main section properties, no functional change.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Nicolin Chen <nicoleotsuka@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Xiubo Li <Xiubo.Lee@gmail.com>
> Cc: alsa-devel@alsa-project.org
> To: devicetree@vger.kernel.org
> ---
> .../devicetree/bindings/sound/fsl,sai.yaml | 72 +++++++++----------
> 1 file changed, 36 insertions(+), 36 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
` (2 preceding siblings ...)
2022-11-07 20:59 ` [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Rob Herring
@ 2022-11-10 21:36 ` Mark Brown
2022-12-08 2:21 ` Rob Herring
4 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2022-11-10 21:36 UTC (permalink / raw)
To: Marek Vasut, devicetree
Cc: Nicolin Chen, Krzysztof Kozlowski, Fabio Estevam, Takashi Iwai,
alsa-devel, Shengjiu Wang, Xiubo Li, Jaroslav Kysela, Rob Herring,
Liam Girdwood
On Fri, 4 Nov 2022 17:03:13 +0100, Marek Vasut wrote:
> Describe existing used combinations of compatible strings on MX6UL
> and MX7D, which are backward compatible with MX6SX. Add the missing
> imx7d-sai compatible string which is used on i.MX7 .
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
commit: 81b6c043e7ba41e5a585f0d33213a32308d484ca
[2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar
commit: ef55595548e13a5d61695bdf92e03df88c45994f
[3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties
commit: 3e4f964ddd1a9ab962cb524cbea750030de6acd0
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
` (3 preceding siblings ...)
2022-11-10 21:36 ` Mark Brown
@ 2022-12-08 2:21 ` Rob Herring
2022-12-08 3:54 ` Marek Vasut
4 siblings, 1 reply; 9+ messages in thread
From: Rob Herring @ 2022-12-08 2:21 UTC (permalink / raw)
To: Marek Vasut
Cc: devicetree, Fabio Estevam, Jaroslav Kysela, Krzysztof Kozlowski,
Liam Girdwood, Mark Brown, Nicolin Chen, Shengjiu Wang,
Takashi Iwai, Xiubo Li, alsa-devel
On Fri, Nov 04, 2022 at 05:03:13PM +0100, Marek Vasut wrote:
> Describe existing used combinations of compatible strings on MX6UL
> and MX7D, which are backward compatible with MX6SX. Add the missing
> imx7d-sai compatible string which is used on i.MX7 .
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Nicolin Chen <nicoleotsuka@gmail.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: Xiubo Li <Xiubo.Lee@gmail.com>
> Cc: alsa-devel@alsa-project.org
> To: devicetree@vger.kernel.org
> ---
> .../devicetree/bindings/sound/fsl,sai.yaml | 24 ++++++++++++-------
> 1 file changed, 15 insertions(+), 9 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> index 11aab891288d2..05bad828cc353 100644
> --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> @@ -18,15 +18,12 @@ description: |
> properties:
> compatible:
> oneOf:
> - - enum:
> - - fsl,vf610-sai
> - - fsl,imx6sx-sai
> - - fsl,imx6ul-sai
> - - fsl,imx7ulp-sai
> - - fsl,imx8mq-sai
> - - fsl,imx8qm-sai
> - - fsl,imx8ulp-sai
> - - fsl,imx93-sai
fsl,imx93-sai got lost in this patch.
(found checking for new undocumented compatibles in next with
scripts/dtc/dt-extract-compatibles)
> + - items:
> + - enum:
> + - fsl,imx6ul-sai
> + - fsl,imx7d-sai
> + - const: fsl,imx6sx-sai
> +
> - items:
> - enum:
> - fsl,imx8mm-sai
> @@ -34,6 +31,15 @@ properties:
> - fsl,imx8mp-sai
> - const: fsl,imx8mq-sai
>
> + - items:
> + - enum:
> + - fsl,imx6sx-sai
> + - fsl,imx7ulp-sai
> + - fsl,imx8mq-sai
> + - fsl,imx8qm-sai
> + - fsl,imx8ulp-sai
> + - fsl,vf610-sai
> +
> reg:
> maxItems: 1
>
> --
> 2.35.1
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings
2022-12-08 2:21 ` Rob Herring
@ 2022-12-08 3:54 ` Marek Vasut
0 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2022-12-08 3:54 UTC (permalink / raw)
To: Rob Herring
Cc: devicetree, Fabio Estevam, Jaroslav Kysela, Krzysztof Kozlowski,
Liam Girdwood, Mark Brown, Nicolin Chen, Shengjiu Wang,
Takashi Iwai, Xiubo Li, alsa-devel
On 12/8/22 03:21, Rob Herring wrote:
> On Fri, Nov 04, 2022 at 05:03:13PM +0100, Marek Vasut wrote:
>> Describe existing used combinations of compatible strings on MX6UL
>> and MX7D, which are backward compatible with MX6SX. Add the missing
>> imx7d-sai compatible string which is used on i.MX7 .
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> ---
>> Cc: Fabio Estevam <festevam@gmail.com>
>> Cc: Jaroslav Kysela <perex@perex.cz>
>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
>> Cc: Liam Girdwood <lgirdwood@gmail.com>
>> Cc: Mark Brown <broonie@kernel.org>
>> Cc: Nicolin Chen <nicoleotsuka@gmail.com>
>> Cc: Rob Herring <robh+dt@kernel.org>
>> Cc: Shengjiu Wang <shengjiu.wang@gmail.com>
>> Cc: Takashi Iwai <tiwai@suse.com>
>> Cc: Xiubo Li <Xiubo.Lee@gmail.com>
>> Cc: alsa-devel@alsa-project.org
>> To: devicetree@vger.kernel.org
>> ---
>> .../devicetree/bindings/sound/fsl,sai.yaml | 24 ++++++++++++-------
>> 1 file changed, 15 insertions(+), 9 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
>> index 11aab891288d2..05bad828cc353 100644
>> --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
>> +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
>> @@ -18,15 +18,12 @@ description: |
>> properties:
>> compatible:
>> oneOf:
>> - - enum:
>> - - fsl,vf610-sai
>> - - fsl,imx6sx-sai
>> - - fsl,imx6ul-sai
>> - - fsl,imx7ulp-sai
>> - - fsl,imx8mq-sai
>> - - fsl,imx8qm-sai
>> - - fsl,imx8ulp-sai
>> - - fsl,imx93-sai
>
> fsl,imx93-sai got lost in this patch.
>
> (found checking for new undocumented compatibles in next with
> scripts/dtc/dt-extract-compatibles)
Fix sent, thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-12-08 3:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 16:03 [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Marek Vasut
2022-11-04 16:03 ` [PATCH 2/3] ASoC: dt-bindings: fsl-sai: Use minItems 5 for i.MX8MN clock and similar Marek Vasut
2022-11-07 20:59 ` Rob Herring
2022-11-04 16:03 ` [PATCH 3/3] ASoC: dt-bindings: fsl-sai: Sort main section properties Marek Vasut
2022-11-07 21:01 ` Rob Herring
2022-11-07 20:59 ` [PATCH 1/3] ASoC: dt-bindings: fsl-sai: Fix mx6ul and mx7d compatible strings Rob Herring
2022-11-10 21:36 ` Mark Brown
2022-12-08 2:21 ` Rob Herring
2022-12-08 3:54 ` Marek Vasut
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).