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 3C9F2C54EED for ; Thu, 26 Jan 2023 08:06:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236097AbjAZIG3 (ORCPT ); Thu, 26 Jan 2023 03:06:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229730AbjAZIG0 (ORCPT ); Thu, 26 Jan 2023 03:06:26 -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 658585C0E9; Thu, 26 Jan 2023 00:06:24 -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 0A389B817C1; Thu, 26 Jan 2023 08:06:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 327F0C433D2; Thu, 26 Jan 2023 08:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674720381; bh=MdqLJZqyVBrelG7lv4TaPZFi7gyG8a4VUrUwlrtKvvk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RnKqaLM04nfR9VfnKd8u2zZOM8z8cB73mIjp/YfA65UNtgfLmusbTDpa6L5CIr4Aj zWmGps1yVNWe5qRrZoc5dVpmJ9WryPPpPyGqVi52lSs4jELYYkK/oBO+ABV49fPCSn 2xjxpwGmicOFSFo4rdXHO+hkGJ2DY+BDV/rwSDI5iLpQG1FpewEI119USQ4TrQ4WPE ZNtKlUkGObWpLUv31QmQhGsyWs8SE0l1v7bB4SvCji46mK7ouhOYcgDMXzYKMjmY4S CKK/FWh44yRDekga4kjJvlB8MOTQaQvB3RCOd1FuAG4BZpkd/DBelIB8h1YuXxjQ0U 0aYeUhHkerJLA== Date: Thu, 26 Jan 2023 16:06:13 +0800 From: Shawn Guo To: Philippe Schenker Cc: devicetree@vger.kernel.org, Rob Herring , Philippe Schenker , Emanuele Ghidoli , Fabio Estevam , Francesco Dolcini , Krzysztof Kozlowski , Laurent Pinchart , Marcel Ziswiler , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] arm64: dts: (imx8mm|imx8mp)-verdin-dev: Do not include dahlia dtsi Message-ID: <20230126080611.GC20713@T480> References: <20230118105251.6035-1-dev@pschenker.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230118105251.6035-1-dev@pschenker.ch> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 18, 2023 at 11:52:49AM +0100, Philippe Schenker wrote: > From: Philippe Schenker > > > We so far included the Dahlia device-tree in the development board > devicetree in order to try to minimize code duplication. > > This mainly gets rid of ''status = "okay"' lines. Plus we saw that some > settings in the audio-codec of verdin-imx8mm are inherited that are > wrong for the development board. Those did also lead to the DT Schema > checker to fail on multiple settings. > > We decided to remove this include in order to get the audio-codec > settings correct and make the DT Schema checker return less warnings. > This introduces some code duplication which we consider being mostly > only configuration of the actual development/dahlia boards. > > This series of two patches removes the include for both Verdin boards we > have at the moment. > > This issue was spotted by Rob Herring. [1] > > [1] https://lore.kernel.org/all/167182349408.373865.10339766752503211557.robh@kernel.org/ > > > Philippe Schenker (2): > arm64: dts: imx8mm-verdin-dev: Do not include dahlia dtsi > arm64: dts: imx8mp-verdin-dev: Do not include dahlia dtsi Applied both, thanks!