[PATCH v3 0/2] Enable audio on qcs9075-evk board

Mohammad Rafi Shaik posted 2 patches 2 months, 1 week ago
.../boot/dts/qcom/qcs9075-iq-9075-evk.dts     | 52 ++++++++++++++++++
arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 54 +++++++++++++++++++
2 files changed, 106 insertions(+)
[PATCH v3 0/2] Enable audio on qcs9075-evk board
Posted by Mohammad Rafi Shaik 2 months, 1 week ago
Enable audio support on qcs9075-evk board.

Introduce HS (High-Speed) MI2S pin control support.
The I2S max98357a speaker amplifier is connected via HS0 and I2S
microphones utilize the HS2 interface.

DT-Binding link for sound compatible:
https://lore.kernel.org/linux-sound/20250519083244.4070689-3-mohammad.rafi.shaik@oss.qualcomm.com/

---
This patch series depends on patch series:
https://lore.kernel.org/linux-arm-msm/20250530092850.631831-1-quic_wasimn@quicinc.com/
---

changes in [v3]:
	- Updated link-name from HS0 MI2S to HS1 MI2S and sorted nodes in order.
	- Link to V2 : https://lore.kernel.org/linux-arm-msm/20250616070405.4113564-1-mohammad.rafi.shaik@oss.qualcomm.com/

changes in [v2]:
	- Updated commit message as suggested by Dmitry Baryshkov.
	- Link to V1 : https://lore.kernel.org/linux-arm-msm/20250525155356.2081362-1-mohammad.rafi.shaik@oss.qualcomm.com/

Mohammad Rafi Shaik (2):
  arm64: dts: qcom: sa8775p: Add gpr node
  arm64: dts: qcom: qcs9075-evk: Add sound card

 .../boot/dts/qcom/qcs9075-iq-9075-evk.dts     | 52 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 54 +++++++++++++++++++
 2 files changed, 106 insertions(+)


base-commit: a933d3dc1968fcfb0ab72879ec304b1971ed1b9a
prerequisite-patch-id: 853eaf437b81f6fa9bd6d36e6ed5350acaf73017
prerequisite-patch-id: 6d9fd3e0257f120cff342c287774454aad2be2e8
prerequisite-patch-id: 736cbcd47d5e7cfcc53fcaa7da920eac757ce487
prerequisite-patch-id: 4eddce6daeaa125f14380586c759f8cb8997c601
prerequisite-patch-id: baac180e8715b5cf2922f79346440d92569704f6
prerequisite-patch-id: 65730290d31f18e66e2ba0dfdeb1844d7442c272
-- 
2.34.1
Re: [PATCH v3 0/2] Enable audio on qcs9075-evk board
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Thu, Jul 24, 2025 at 09:26:30PM +0530, Mohammad Rafi Shaik wrote:
> Enable audio support on qcs9075-evk board.
> 
> Introduce HS (High-Speed) MI2S pin control support.
> The I2S max98357a speaker amplifier is connected via HS0 and I2S
> microphones utilize the HS2 interface.
> 
> DT-Binding link for sound compatible:
> https://lore.kernel.org/linux-sound/20250519083244.4070689-3-mohammad.rafi.shaik@oss.qualcomm.com/
> 
> ---
> This patch series depends on patch series:
> https://lore.kernel.org/linux-arm-msm/20250530092850.631831-1-quic_wasimn@quicinc.com/

Please resubmit once this is tested on a clean upstream branch.

Thanks,
Bjorn

> ---
> 
> changes in [v3]:
> 	- Updated link-name from HS0 MI2S to HS1 MI2S and sorted nodes in order.
> 	- Link to V2 : https://lore.kernel.org/linux-arm-msm/20250616070405.4113564-1-mohammad.rafi.shaik@oss.qualcomm.com/
> 
> changes in [v2]:
> 	- Updated commit message as suggested by Dmitry Baryshkov.
> 	- Link to V1 : https://lore.kernel.org/linux-arm-msm/20250525155356.2081362-1-mohammad.rafi.shaik@oss.qualcomm.com/
> 
> Mohammad Rafi Shaik (2):
>   arm64: dts: qcom: sa8775p: Add gpr node
>   arm64: dts: qcom: qcs9075-evk: Add sound card
> 
>  .../boot/dts/qcom/qcs9075-iq-9075-evk.dts     | 52 ++++++++++++++++++
>  arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 54 +++++++++++++++++++
>  2 files changed, 106 insertions(+)
> 
> 
> base-commit: a933d3dc1968fcfb0ab72879ec304b1971ed1b9a
> prerequisite-patch-id: 853eaf437b81f6fa9bd6d36e6ed5350acaf73017
> prerequisite-patch-id: 6d9fd3e0257f120cff342c287774454aad2be2e8
> prerequisite-patch-id: 736cbcd47d5e7cfcc53fcaa7da920eac757ce487
> prerequisite-patch-id: 4eddce6daeaa125f14380586c759f8cb8997c601
> prerequisite-patch-id: baac180e8715b5cf2922f79346440d92569704f6
> prerequisite-patch-id: 65730290d31f18e66e2ba0dfdeb1844d7442c272
> -- 
> 2.34.1
>
Re: [PATCH v3 0/2] Enable audio on qcs9075-evk board
Posted by Mohammad Rafi Shaik 1 month, 3 weeks ago

On 8/12/2025 7:54 AM, Bjorn Andersson wrote:
> On Thu, Jul 24, 2025 at 09:26:30PM +0530, Mohammad Rafi Shaik wrote:
>> Enable audio support on qcs9075-evk board.
>>
>> Introduce HS (High-Speed) MI2S pin control support.
>> The I2S max98357a speaker amplifier is connected via HS0 and I2S
>> microphones utilize the HS2 interface.
>>
>> DT-Binding link for sound compatible:
>> https://lore.kernel.org/linux-sound/20250519083244.4070689-3-mohammad.rafi.shaik@oss.qualcomm.com/
>>
>> ---
>> This patch series depends on patch series:
>> https://lore.kernel.org/linux-arm-msm/20250530092850.631831-1-quic_wasimn@quicinc.com/
> 
> Please resubmit once this is tested on a clean upstream branch.
> 
ACK,

sure, will resubmit on top of clean upstream branch.

Thanks & Regards,
Rafi.


> Thanks,
> Bjorn
> 
>> ---
>>
>> changes in [v3]:
>> 	- Updated link-name from HS0 MI2S to HS1 MI2S and sorted nodes in order.
>> 	- Link to V2 : https://lore.kernel.org/linux-arm-msm/20250616070405.4113564-1-mohammad.rafi.shaik@oss.qualcomm.com/
>>
>> changes in [v2]:
>> 	- Updated commit message as suggested by Dmitry Baryshkov.
>> 	- Link to V1 : https://lore.kernel.org/linux-arm-msm/20250525155356.2081362-1-mohammad.rafi.shaik@oss.qualcomm.com/
>>
>> Mohammad Rafi Shaik (2):
>>    arm64: dts: qcom: sa8775p: Add gpr node
>>    arm64: dts: qcom: qcs9075-evk: Add sound card
>>
>>   .../boot/dts/qcom/qcs9075-iq-9075-evk.dts     | 52 ++++++++++++++++++
>>   arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 54 +++++++++++++++++++
>>   2 files changed, 106 insertions(+)
>>
>>
>> base-commit: a933d3dc1968fcfb0ab72879ec304b1971ed1b9a
>> prerequisite-patch-id: 853eaf437b81f6fa9bd6d36e6ed5350acaf73017
>> prerequisite-patch-id: 6d9fd3e0257f120cff342c287774454aad2be2e8
>> prerequisite-patch-id: 736cbcd47d5e7cfcc53fcaa7da920eac757ce487
>> prerequisite-patch-id: 4eddce6daeaa125f14380586c759f8cb8997c601
>> prerequisite-patch-id: baac180e8715b5cf2922f79346440d92569704f6
>> prerequisite-patch-id: 65730290d31f18e66e2ba0dfdeb1844d7442c272
>> -- 
>> 2.34.1
>>