Re: [PATCH 5/6] arm64: dts: qcom: sm8250-mtp: fix wcd938x codec node

From: Johan Hovold
Date: Mon Jan 02 2023 - 10:03:41 EST


On Mon, Jan 02, 2023 at 01:20:03PM +0100, Krzysztof Kozlowski wrote:
> On 02/01/2023 11:50, Johan Hovold wrote:
> > The wcd938x codec is not a memory-mapped device and does not belong
> > under the soc node.
> >
> > Move the node to the root node to avoid DT validation failures.
> >
> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/sm8250-mtp.dts | 40 ++++++++++++-------------
> > 1 file changed, 19 insertions(+), 21 deletions(-)
>
> Don't you base on some older tree? It was alreadt moved. Maybe other
> changes were also implemented...

If you've moved this node is hasn't made it into linux-next (or the qcom
tree) yet.

Johan