Re: [PATCH v2 06/14] arm64: dts: qcom: qrb4210-rb2: add wcd937x codec support
From: Krzysztof Kozlowski
Date: Thu Dec 12 2024 - 02:44:05 EST
On Thu, Dec 12, 2024 at 12:47:19AM +0000, Alexey Klimov wrote:
> wcd937x codec contains soundwire RX and TX slave devices
> and can convert digital audio to analog audio and vice versa.
> The codec node also requires description of reset pin/gpio.
>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 47 ++++++++++++++++++++++++
> 1 file changed, 47 insertions(+)
>
Your patchset has incorrect order. You cannot have DTS before drivers.
It suggests dependency which would be a NAK.
Please re-order the patches to correct (standard) style, to indicate
clearly that nothing depends on DTS.
Best regards,
Krzysztof