On 22/12/2022 10:42, Srinivasa Rao Mandadapu wrote: > Disable legacy path clock nodes to avoid conflicts with audioreach > clock node. > > Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx> > Tested-by: Mohammad Rafi Shaik <quic_mohs@xxxxxxxxxxx> > --- > .../boot/dts/qcom/sc7280-herobrine-audioreach-wcd9385.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-audioreach-wcd9385.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine-audioreach-wcd9385.dtsi > index a0061ef..dce0114 100644 > --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-audioreach-wcd9385.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-audioreach-wcd9385.dtsi > @@ -162,6 +162,18 @@ > status = "okay"; > }; > > +&lpass_core { > + status = "disabled"; > +}; > + > +&lpass_aon { > + status = "disabled"; > +}; > + > +&lpass_audiocc { > + status = "disabled"; > +}; Keep nodes sorted. Best regards, Krzysztof