mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
ASoC: dt-bindings: qcom: q6dsp: add support for lpi mi2s ports 5-6
There are 7 internal MI2S ports per direction found on devices with the internal sound card for Snapdragon 660. This is similar to the LPI MI2S ports, and the LPI MI2S bindings can be reused for internal MI2S. Extend the bindings for LPI MI2S ports to accommodate the internal MI2S ports. Signed-off-by: Richard Acayan <mailingradian@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260730174353.108023-3-mailingradian@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c143608b56
commit
96591d7030
|
|
@ -127,7 +127,7 @@ patternProperties:
|
|||
contains:
|
||||
# MI2S DAI ID range PRIMARY_MI2S_RX - QUATERNARY_MI2S_TX and
|
||||
# QUINARY_MI2S_RX - QUINARY_MI2S_TX and
|
||||
# LPI_MI2S_RX_0 - SENARY_MI2S_TX
|
||||
# LPI_MI2S_RX_0 - LPI_MI2S_TX_6
|
||||
items:
|
||||
oneOf:
|
||||
- minimum: 16
|
||||
|
|
@ -135,7 +135,7 @@ patternProperties:
|
|||
- minimum: 127
|
||||
maximum: 128
|
||||
- minimum: 137
|
||||
maximum: 148
|
||||
maximum: 152
|
||||
then:
|
||||
required:
|
||||
- qcom,sd-lines
|
||||
|
|
|
|||
|
|
@ -152,6 +152,10 @@
|
|||
#define LPI_MI2S_TX_4 146
|
||||
#define SENARY_MI2S_RX 147
|
||||
#define SENARY_MI2S_TX 148
|
||||
#define LPI_MI2S_RX_5 149
|
||||
#define LPI_MI2S_TX_5 150
|
||||
#define LPI_MI2S_RX_6 151
|
||||
#define LPI_MI2S_TX_6 152
|
||||
|
||||
#define LPASS_CLK_ID_PRI_MI2S_IBIT 1
|
||||
#define LPASS_CLK_ID_PRI_MI2S_EBIT 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user