On 10/12/2024 07:51, Yuanfang Zhang wrote: > Add coresight components: Funnel, ETE and ETF for SM8650. > > Signed-off-by: Yuanfang Zhang <quic_yuanfang@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8650.dtsi | 187 +++++++++++++++++++++++++++++++++++ > 1 file changed, 187 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). Please read carefully DTS coding style and follow it in your DTS submissions. Best regards, Krzysztof