From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 561DCC3DA7A for ; Mon, 2 Jan 2023 15:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232596AbjABPSA (ORCPT ); Mon, 2 Jan 2023 10:18:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232791AbjABPRx (ORCPT ); Mon, 2 Jan 2023 10:17:53 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31A4A1A1; Mon, 2 Jan 2023 07:17:53 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DB03DB80D6E; Mon, 2 Jan 2023 15:17:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FF86C433EF; Mon, 2 Jan 2023 15:17:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672672670; bh=mfhBW/C2IWmFe9h/eJYL9IdzGPL6NogFGe45WS96J7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z7rwt0Nyjyr/zK7P5nU1QDTi28q9FWC9V7gDZ1/fW+a04WfEe4QMjUiYXk/7gVuV4 Z3qBsDVvUC7qkZiiXUWkPdihuwdlgQne/VOQvB+fwjd/vlWW5AvPJXICA3duyULwUZ uf490cMqMSiC3JFAyVDodGE58FXIgGHufcwILMOSDeAemjDfa/9g9yShealOC/ru5B PMr9zwAgQ4FD4X87Dj9e7yzqww2syNCfPcFqOdvW2U8EJ6t9g4ln6ISRPwqg3qdl/k mmBdoiMRuanaPY1o8IfFxxAy8vih2URpXOabOeQ5Vi2Q3LlxNYKPIIl5Mu4LUZaC6c ESScQM/S8ZvBw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pCMZj-0007v0-Rp; Mon, 02 Jan 2023 16:18:07 +0100 Date: Mon, 2 Jan 2023 16:18:07 +0100 From: Johan Hovold To: Krzysztof Kozlowski Cc: Johan Hovold , Bjorn Andersson , Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6] arm64: dts: qcom: sm8250-mtp: fix wcd938x codec node Message-ID: References: <20230102105038.8074-1-johan+linaro@kernel.org> <20230102105038.8074-6-johan+linaro@kernel.org> <1a8226ef-b16c-e713-94bd-807ca356ef8b@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, Jan 02, 2023 at 04:09:14PM +0100, Krzysztof Kozlowski wrote: > On 02/01/2023 16:03, Johan Hovold wrote: > > 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 > >>> --- > >>> 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. > > So you need to update your tree/rebase as this is already in Qualcomm > tree. There was no linux-next release since a week, so that's not a > solution. As I wrote above, it's not in the qcom tree either. Johan