Message ID | 20231129113014.38837-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 0bfa20b18acbcdd133d41e04e07a2d78bcc04bc5 |
Headers | show |
Series | [1/4] ASoC: dt-bindings: qcom,lpass-rx-macro: Add SM8650 LPASS RX | expand |
On Wed, 29 Nov 2023 12:30:12 +0100, Krzysztof Kozlowski wrote: > Add bindings for Qualcomm SM8650 Low Power Audio SubSystem (LPASS) TX > macro codec, which looks like compatible with earlier SM8550. > > Cc: Neil Armstrong <neil.armstrong@linaro.org> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../bindings/sound/qcom,lpass-tx-macro.yaml | 23 +++++++++++-------- > 1 file changed, 14 insertions(+), 9 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 29 Nov 2023 12:30:11 +0100, Krzysztof Kozlowski wrote: > Add bindings for Qualcomm SM8650 Low Power Audio SubSystem (LPASS) RX > macro codec, which looks like compatible with earlier SM8550. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: dt-bindings: qcom,lpass-rx-macro: Add SM8650 LPASS RX commit: 0bfa20b18acbcdd133d41e04e07a2d78bcc04bc5 [2/4] ASoC: dt-bindings: qcom,lpass-tx-macro: Add SM8650 LPASS TX commit: 5a5085c9ce381f92399c755be6deaf1d76ad57e8 [3/4] ASoC: dt-bindings: qcom,lpass-va-macro: Add SM8650 LPASS VA commit: f243ef746d0ace20fe092fc1ee9987ecf003f7a4 [4/4] ASoC: dt-bindings: qcom,lpass-wsa-macro: Add SM8650 LPASS WSA commit: ab8921e1da8fdca14192c44775151f50c1cdb763 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
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml index ec4b0ac8ad68..cbc36646100f 100644 --- a/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml @@ -11,12 +11,16 @@ maintainers: properties: compatible: - enum: - - qcom,sc7280-lpass-rx-macro - - qcom,sm8250-lpass-rx-macro - - qcom,sm8450-lpass-rx-macro - - qcom,sm8550-lpass-rx-macro - - qcom,sc8280xp-lpass-rx-macro + oneOf: + - enum: + - qcom,sc7280-lpass-rx-macro + - qcom,sm8250-lpass-rx-macro + - qcom,sm8450-lpass-rx-macro + - qcom,sm8550-lpass-rx-macro + - qcom,sc8280xp-lpass-rx-macro + - items: + - const: qcom,sm8650-lpass-rx-macro + - const: qcom,sm8550-lpass-rx-macro reg: maxItems: 1 @@ -96,8 +100,9 @@ allOf: - if: properties: compatible: - enum: - - qcom,sm8550-lpass-rx-macro + contains: + enum: + - qcom,sm8550-lpass-rx-macro then: properties: clocks:
Add bindings for Qualcomm SM8650 Low Power Audio SubSystem (LPASS) RX macro codec, which looks like compatible with earlier SM8550. Cc: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../bindings/sound/qcom,lpass-rx-macro.yaml | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-)