On 9/3/25 5:13 PM, Mohammad Rafi Shaik wrote: > Add nodes for WSA8830 speakers and WCD9370 headset codec > on qcm6490-idp board and enable lpass macros along with > audio support pin controls. > > Co-developed-by: Prasad Kumpatla <quic_pkumpatl@xxxxxxxxxxx> > Signed-off-by: Prasad Kumpatla <quic_pkumpatl@xxxxxxxxxxx> > Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@xxxxxxxxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 123 +++++++++++++++++++++++ > arch/arm64/boot/dts/qcom/sc7280.dtsi | 12 +++ > 2 files changed, 135 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts > index 8ed6e28b0c29..379ee346a33a 100644 > --- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts > +++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts > @@ -18,6 +18,7 @@ > #include "pm7325.dtsi" > #include "pm8350c.dtsi" > #include "pmk8350.dtsi" > +#include "qcs6490-audioreach.dtsi" > > /delete-node/ &ipa_fw_mem; > /delete-node/ &rmtfs_mem; > @@ -169,6 +170,30 @@ vph_pwr: vph-pwr-regulator { > regulator-min-microvolt = <3700000>; > regulator-max-microvolt = <3700000>; > }; > + > + wcd9370: audio-codec-0 { nit: the trailing -0 is unnecessary, as there's only one codec Konrad