projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ad213
)
ASoC: dt-bindings: fsl-esai: Add power-domains for fsl,imx8qm-esai
author
Frank Li
<Frank.Li@nxp.com>
Fri, 27 Sep 2024 20:56:18 +0000
(16:56 -0400)
committer
Mark Brown
<broonie@kernel.org>
Sun, 29 Sep 2024 23:10:57 +0000
(
01:10
+0200)
i.MX8QM's esai require power-domains property. Keep the same restriction
for other compatible string.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link:
https://patch.msgid.link/20240927205618.4093591-1-Frank.Li@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/fsl,esai.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/sound/fsl,esai.yaml
b/Documentation/devicetree/bindings/sound/fsl,esai.yaml
index
f99ed20
..
d1b4e23
100644
(file)
--- a/
Documentation/devicetree/bindings/sound/fsl,esai.yaml
+++ b/
Documentation/devicetree/bindings/sound/fsl,esai.yaml
@@
-65,6
+65,9
@@
properties:
- const: rx
- const: tx
+ power-domains:
+ maxItems: 1
+
fsl,fifo-depth:
$ref: /schemas/types.yaml#/definitions/uint32
default: 64
@@
-101,6
+104,17
@@
unevaluatedProperties: false
allOf:
- $ref: dai-common.yaml#
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: fsl,imx8qm-esai
+ then:
+ required:
+ - power-domains
+ else:
+ properties:
+ power-domains: false
examples:
- |