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 73E4EC53210 for ; Mon, 2 Jan 2023 15:03:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236230AbjABPDk (ORCPT ); Mon, 2 Jan 2023 10:03:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236225AbjABPDW (ORCPT ); Mon, 2 Jan 2023 10:03:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 407669FE7; Mon, 2 Jan 2023 07:03:13 -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 dfw.source.kernel.org (Postfix) with ESMTPS id D47B260C3D; Mon, 2 Jan 2023 15:03:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3248EC433D2; Mon, 2 Jan 2023 15:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672671792; bh=ixEErj1PmOp79p6hqvocUDN/0XEUzSbRiIdOFnrZi8c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R453quSS5C9cujJbZQJqlYFQ5QKc3774J4n+1YYUVz3WO5lW0rgfpQcECHS03uZud YzHbsdh3Pb9cmFzWunC0/2DS0Ac4jSeZX59lAz1jR4YFgIr5uT3bdzzF+XDd8bBu1O 8/xSPINePRsSPF7Gs9tQiG65seiqdsFI4GVSFQsKiS4N3B4bK+Lc31ZVoxrKT/j9tj 2T8aUu+vUN1amgbsExlNt6ASvdWDtyGma2C9s3uwZ3eRPJPwzhNFa5kHv0k2s07KPT 8jwZuR3sTqswBC0+3PlI69HALymgCP9Fv5SrptCcX9wzJrcW87gTPGt1ovlcw3SbXF I+IlVQO9br32g== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pCMLZ-0007if-9F; Mon, 02 Jan 2023 16:03:29 +0100 Date: Mon, 2 Jan 2023 16:03:29 +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: <1a8226ef-b16c-e713-94bd-807ca356ef8b@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Johan