On Thu, Dec 12, 2024 at 12:47:17AM +0000, Alexey Klimov wrote: > The rxmacro, txmacro, vamacro, soundwire nodes, lpass clock > controllers are required to support audio playback and > audio capture on sm6115 and its derivatives. > > Cc: Konrad Dybcio <konradybcio@xxxxxxxxxx> > Cc: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > Co-developed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm6115.dtsi | 132 +++++++++++++++++++++++++++ > 1 file changed, 132 insertions(+) > It does not look like you tested the DTS against bindings. Please run 'make dtbs_check W=1' (see Documentation/devicetree/bindings/writing-schema.rst or https://www.linaro.org/blog/tips-and-tricks-for-validating-devicetree-sources-with-the-devicetree-schema/ for instructions). See also Rob's report. Rest looks good, but you must check the DTS which did not happen here or happened insufficiently. Best regards, Krzysztof