* [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support
@ 2025-03-06 17:10 Frank Li
2025-03-07 15:56 ` Conor Dooley
2025-03-17 12:58 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2025-03-06 17:10 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shengjiu Wang,
open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: imx
Add compatible string "fsl,imx94-sai" for the i.MX94 chip, which is
backward compatible with i.MX95. Set it to fall back to "fsl,imx95-sai".
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
index 5c95508ee7075..0d733e5b08a4e 100644
--- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
@@ -41,6 +41,10 @@ properties:
- fsl,imx93-sai
- fsl,imx95-sai
- fsl,vf610-sai
+ - items:
+ - enum:
+ - fsl,imx94-sai
+ - const: fsl,imx95-sai
reg:
maxItems: 1
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support
2025-03-06 17:10 [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support Frank Li
@ 2025-03-07 15:56 ` Conor Dooley
2025-03-17 12:58 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-03-07 15:56 UTC (permalink / raw)
To: Frank Li
Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shengjiu Wang,
open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, imx
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
On Thu, Mar 06, 2025 at 12:10:13PM -0500, Frank Li wrote:
> Add compatible string "fsl,imx94-sai" for the i.MX94 chip, which is
> backward compatible with i.MX95. Set it to fall back to "fsl,imx95-sai".
Acked-by: Conor Dooley <conor.dooley@microchip.com>
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/sound/fsl,sai.yaml b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> index 5c95508ee7075..0d733e5b08a4e 100644
> --- a/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> +++ b/Documentation/devicetree/bindings/sound/fsl,sai.yaml
> @@ -41,6 +41,10 @@ properties:
> - fsl,imx93-sai
> - fsl,imx95-sai
> - fsl,vf610-sai
> + - items:
> + - enum:
> + - fsl,imx94-sai
> + - const: fsl,imx95-sai
>
> reg:
> maxItems: 1
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support
2025-03-06 17:10 [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support Frank Li
2025-03-07 15:56 ` Conor Dooley
@ 2025-03-17 12:58 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2025-03-17 12:58 UTC (permalink / raw)
To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shengjiu Wang, linux-sound, devicetree, linux-kernel, Frank Li
Cc: imx
On Thu, 06 Mar 2025 12:10:13 -0500, Frank Li wrote:
> Add compatible string "fsl,imx94-sai" for the i.MX94 chip, which is
> backward compatible with i.MX95. Set it to fall back to "fsl,imx95-sai".
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: fsl,sai: Add i.MX94 support
commit: 3c423a68643cceb69c4e4244b5b4d09df2a19c79
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] 3+ messages in thread
end of thread, other threads:[~2025-03-17 12:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 17:10 [PATCH] ASoC: dt-bindings: fsl,sai: Add i.MX94 support Frank Li
2025-03-07 15:56 ` Conor Dooley
2025-03-17 12:58 ` Mark Brown
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).