From patchwork Mon Aug 15 08:28:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 12943252 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 6F513C00140 for ; Mon, 15 Aug 2022 08:29:52 +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=Dz5Jz5HLWFNM6gfHH+XGVawDdaoIJjs5EdPyohljcLk=; b=1aD/xJHaNMXImH 0o4hplCvXoZTj93u8fgRRcEK968zsJqVatBPP2U1SJPGNlUoLRLPyhLTkeOjxQT3mGC5uOLdBeeiZ aytHSSSv0jkfdaMb33728NOPKdyspnvi5eO/jJkIBWkUUr0dAjYq6oDrK1JbIAYP7FRpqU1xGj8Ry lLAVHDGugtJdtgATuZr8jBZ2u8IbqNZZcXKol6fGDm6gTx1jEkVuRUdLU587C8lZ9iayHdAFcYbKN 8t7deOMSSPkd9LlrCZTlHImSh9yBfH5ORTQUEdzoIvq539AgsVg7LLLuUJjQWXf5etCAVZcxro1si k31oVbOrQQdZpqgk6q4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNVSk-00DAwJ-Hg; Mon, 15 Aug 2022 08:28:43 +0000 Received: from mail.fris.de ([116.203.77.234]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNVSe-00DAgx-5H for linux-arm-kernel@lists.infradead.org; Mon, 15 Aug 2022 08:28:38 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E393FBFADB; Mon, 15 Aug 2022 10:28:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1660552100; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=zj3e45wE4VaaixX25Yhb3oPW7wVrr1tETt65ii38iRQ=; b=QFC3+N8y5nSoOQ5LTNqHHDMYGCf1cm9blxBA6e6Sp87YVd+UiWIWKNMmmA0G8w04TiAaNI UscwJd/C4GEA/XS8FlMbIkz44mMAGUKbmROdd72J3Jh5WAWN71NnKg12TMA2pE+PJnvr+u GWzaJBFRM+ZpoRiYDDoF409SpGvTaUsjBDgTIdPXlJPVVbhVdsQTLRLZLNFPOd2S/w7JrW qLYoOvQTEG26ITVpoK4hAwz5Et/z8h00Witn7pvGfCLlXF0q6PKBfe4x1EVzehllabgObS rs7Ev89LWXjU1dg/4XiiWneiDOCXxSUQSAwYIc0PkByaXLx1lERVCDzGaqyCRA== From: Frieder Schrempf To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Li Yang , Shawn Guo Cc: Frieder Schrempf , Arnd Bergmann , Krzysztof Kozlowski , Olof Johansson , Rob Herring , Sascha Hauer , soc@kernel.org Subject: [PATCH v3 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees Date: Mon, 15 Aug 2022 10:28:09 +0200 Message-Id: <20220815082814.27651-1-frieder@fris.de> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220815_012836_758498_0F0C983C X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. 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: Frieder Schrempf This series contains some simplifications to the devicetree file structure and updates the model names, compatibles and devicetree file names to match what is used officially by the Kontron marketing. This is a somewhat breaking change (for out-of-tree devicetrees that include the SoM files) but it reduces the complexity quite a bit, makes things easier to read and lets people discover the devicetree matching their hardware more easily. The first patch also updates the bindings to match up with the changes applied in the following patches. --- Changes in v3: * Add A-b tag from Krzysztof (thanks!) * Improve diff for patch 2 * Improve commit messages and cover letter Changes in v2: * Also rename compatibles to get rid of N6xxx notation * Also rename devicetree files for consistency * Squash model renaming patch into patch 2 * Move part of Makefile changes to patch 2 Frieder Schrempf (3): dt-bindings: arm: fsl: imx6ul-kontron: Update bindings ARM: dts: imx6ul-kontron: Simplify devicetree structure ARM: dts: imx6ul-kontron: Add imx6ull-kontron-bl to Makefile .../devicetree/bindings/arm/fsl.yaml | 31 ++++++-------- arch/arm/boot/dts/Makefile | 5 ++- ...6310-s-43.dts => imx6ul-kontron-bl-43.dts} | 8 ++-- ...x-s.dtsi => imx6ul-kontron-bl-common.dtsi} | 0 ...tron-n6310-s.dts => imx6ul-kontron-bl.dts} | 9 ++--- .../boot/dts/imx6ul-kontron-n6311-som.dtsi | 40 ------------------- ...mon.dtsi => imx6ul-kontron-sl-common.dtsi} | 15 +++++++ ...-n6310-som.dtsi => imx6ul-kontron-sl.dtsi} | 33 ++------------- ...ron-n6411-s.dts => imx6ull-kontron-bl.dts} | 9 ++--- .../boot/dts/imx6ull-kontron-n6411-som.dtsi | 40 ------------------- ...on-n6311-s.dts => imx6ull-kontron-sl.dtsi} | 11 ++--- 11 files changed, 49 insertions(+), 152 deletions(-) rename arch/arm/boot/dts/{imx6ul-kontron-n6310-s-43.dts => imx6ul-kontron-bl-43.dts} (93%) rename arch/arm/boot/dts/{imx6ul-kontron-n6x1x-s.dtsi => imx6ul-kontron-bl-common.dtsi} (100%) rename arch/arm/boot/dts/{imx6ul-kontron-n6310-s.dts => imx6ul-kontron-bl.dts} (52%) delete mode 100644 arch/arm/boot/dts/imx6ul-kontron-n6311-som.dtsi rename arch/arm/boot/dts/{imx6ul-kontron-n6x1x-som-common.dtsi => imx6ul-kontron-sl-common.dtsi} (90%) rename arch/arm/boot/dts/{imx6ul-kontron-n6310-som.dtsi => imx6ul-kontron-sl.dtsi} (28%) rename arch/arm/boot/dts/{imx6ull-kontron-n6411-s.dts => imx6ull-kontron-bl.dts} (43%) delete mode 100644 arch/arm/boot/dts/imx6ull-kontron-n6411-som.dtsi rename arch/arm/boot/dts/{imx6ul-kontron-n6311-s.dts => imx6ull-kontron-sl.dtsi} (41%)