From patchwork Wed Jan 18 10:52:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Schenker X-Patchwork-Id: 13106139 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C91DAC32793 for ; Wed, 18 Jan 2023 10:54:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=JcwBFP55UPrb3e2YIjds92YcpEUojq2KJ1xf6wdHazY=; b=b2EeULZz4eR685 eiMoloN741vCGODUdenZAs6NdS775mr4AfTk5QY4Qow73/xu9sZzNakZ1CQ6Y/d8q2OrBxdT1tQNv IBT0d42zAsZVw9vvzQzlW6+nHd5bmscTr56rLYy5Ew607zZfa4qDpO8poCviJIvdNxLY/XtVt+ELC QbdrTLplbwp85HeNrFSTYaSGrNUSShT4xxbS3gEmnM/8ZTdUOY6e6+A1SmANsyteXlRNRMhkaCXyz fgMWIAnXW8nqNQeDc2QsTt8u6pAxOTEM0sb9aXHAyURRHyWMCf/p5V0n6F6oBGpisOsJBz5phlxLO WHN79PS4dKf9tPiY10Iw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pI64M-000QBp-Hu; Wed, 18 Jan 2023 10:53:26 +0000 Received: from smtp-8fae.mail.infomaniak.ch ([2001:1600:4:17::8fae]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pI64B-000Q9g-3o for linux-arm-kernel@lists.infradead.org; Wed, 18 Jan 2023 10:53:17 +0000 Received: from smtp-2-0001.mail.infomaniak.ch (unknown [10.5.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4NxjKB72wpzMr8gW; Wed, 18 Jan 2023 11:53:02 +0100 (CET) Received: from unknown by smtp-2-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4NxjK91Q24zMpxwQ; Wed, 18 Jan 2023 11:53:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pschenker.ch; s=20220412; t=1674039182; bh=azzQVRfh2ssB7jTVxN2Jl5CzMmOtv/JXZkTC0wNRDYo=; h=From:To:Cc:Subject:Date:From; b=YoZ/fwdJBwKGVqyGM7M8u+tbFuaJ9Kg1Lf42vt5kqfySdL7afRkF9rRN4WP89jhBK IQ2f+Dx9nUzrEhC2taw9z5i6P+F97BKxKmR7CIBcoaJ85c+OFKrW2QEH8Q/0c7pUos beekTaUWaUsYWrEi8ZXeg9j7DUnxZpBlTHL5po+U= From: Philippe Schenker To: devicetree@vger.kernel.org Cc: 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 , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] arm64: dts: (imx8mm|imx8mp)-verdin-dev: Do not include dahlia dtsi Date: Wed, 18 Jan 2023 11:52:49 +0100 Message-Id: <20230118105251.6035-1-dev@pschenker.ch> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-Infomaniak-Routing: alpha X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230118_025315_620485_F5A7FC3B X-CRM114-Status: GOOD ( 10.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 .../boot/dts/freescale/imx8mm-verdin-dev.dtsi | 96 ++++++++++++++- .../boot/dts/freescale/imx8mp-verdin-dev.dtsi | 116 +++++++++++++++++- 2 files changed, 208 insertions(+), 4 deletions(-)