Quoting Doug Anderson (2022-01-24 12:33:06) > Hi, > > On Mon, Jan 24, 2022 at 8:58 AM Taniya Das <tdas@xxxxxxxxxxxxxx> wrote: > > > > Add the low pass audio clock controller device nodes. > > > > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > > --- > > Dependent onLPASS clock controller change: https://lkml.org/lkml/2022/1/24/772 > > > > arch/arm64/boot/dts/qcom/sc7280.dtsi | 43 ++++++++++++++++++++++++++++ > > 1 file changed, 43 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi > > index 937c2e0e93eb..0aa834ce6b61 100644 > > --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi > > +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi > > @@ -8,6 +8,8 @@ > > #include <dt-bindings/clock/qcom,dispcc-sc7280.h> > > #include <dt-bindings/clock/qcom,gcc-sc7280.h> > > #include <dt-bindings/clock/qcom,gpucc-sc7280.h> > > +#include <dt-bindings/clock/qcom,lpassaudiocc-sc7280.h> > > +#include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h> > > Presumably using these two include files means a dependency on things > landing in the clk tree [1]. Unless Stephen and Bjorn want to work > something out, I'd guess you'll need to re-post with just hardcoded > numbers for now? > Bjorn will apply both patches so the dts patch can live atop the clk one.