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 EFD9DC25B06 for ; Wed, 10 Aug 2022 08:18:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231626AbiHJISu (ORCPT ); Wed, 10 Aug 2022 04:18:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231514AbiHJISr (ORCPT ); Wed, 10 Aug 2022 04:18:47 -0400 Received: from mail.fris.de (mail.fris.de [116.203.77.234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 758AB83F3D; Wed, 10 Aug 2022 01:18:46 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AD0E9C010E; Wed, 10 Aug 2022 10:18:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1660119523; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=FnhAaCJj1LfrfmWPWI224zJGw++9nfoQ3otxs6xa9sk=; b=expopMW6lTTRTWKJgkWkHMOZdxUEPMG5+b2CHBxTapdhP0reEruuL+EChoNl/NM0fu/gOh Q+mVilMmiddGMlx/KlKMRUWTw6pZ361Tvgehg75QqR1HQHBKMVDgqGtxoL5bRSw7QHNDdm NO5jf6ZqmwdmW2GO74jPMVhwnzNVElNoJ625cUy6dm4KG80snqhnmHEOmRz1zmPyR0GCWw DblkRvsuYJ78qZUK6nVgsLSXEIasm49exRMii1QuS4SzVs1McYikqFA2Ltr3hdfn3cKn4s u4wf0DSNs4V9TlyPDIyJdq4cOJDEAdcn2a0xM4SWuPj9c91An8sOO89YQBkUVQ== 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 v2 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees Date: Wed, 10 Aug 2022 10:18:20 +0200 Message-Id: <20220810081825.19051-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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. This series doesn't contain any functional changes. --- 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-n6310-som.dtsi | 41 ------------------- arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts | 16 -------- .../boot/dts/imx6ul-kontron-n6311-som.dtsi | 40 ------------------ ...mon.dtsi => imx6ul-kontron-sl-common.dtsi} | 15 +++++++ arch/arm/boot/dts/imx6ul-kontron-sl.dtsi | 14 +++++++ arch/arm/boot/dts/imx6ull-kontron-bl.dts | 15 +++++++ arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts | 16 -------- .../boot/dts/imx6ull-kontron-n6411-som.dtsi | 40 ------------------ arch/arm/boot/dts/imx6ull-kontron-sl.dtsi | 13 ++++++ 14 files changed, 80 insertions(+), 183 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-n6310-som.dtsi delete mode 100644 arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts 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%) create mode 100644 arch/arm/boot/dts/imx6ul-kontron-sl.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-kontron-bl.dts delete mode 100644 arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts delete mode 100644 arch/arm/boot/dts/imx6ull-kontron-n6411-som.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-kontron-sl.dtsi -- 2.37.1 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 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 C723EC00140 for ; Wed, 10 Aug 2022 08:20:00 +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=HLjKZ4fnhYzoxu4kn3ygAcAeINTKZbuRpjSKHQUlCf4=; b=THHsc3lxrGnX1P a32mEs2YSfLsNimHyaaCjO5iPhCSbXYpvPCHpah540mTVM7/X1PV9+sxQoDEp2UQ9OTfreKqy5Gam +r/1dwPlf3zrrmo+iMGdS3k4IQiIiQryZYOjVv5ckfAJZekLu2FTfJrfNgCWtvaUMgX9WybbEeT+6 t77mJ+MO5nYV6+Leec79r7Ss4OSwIZ77fE0rZLfxGbmHuRGkOn6d4b6SONLjjIvDodCElAfbiyWCW O4JmRgbOzdfKD1n2ZKZ0/JMGDBbNWDjKPrTGN33v7MFX7fGUs7kJWe44L/a01Mo+pd0Hrog5IAAqD 2EY9xS951F1JbtIF6UJw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLgvV-00AhIj-DY; Wed, 10 Aug 2022 08:18:53 +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 1oLgvR-00AhGn-W6 for linux-arm-kernel@lists.infradead.org; Wed, 10 Aug 2022 08:18:51 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AD0E9C010E; Wed, 10 Aug 2022 10:18:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1660119523; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=FnhAaCJj1LfrfmWPWI224zJGw++9nfoQ3otxs6xa9sk=; b=expopMW6lTTRTWKJgkWkHMOZdxUEPMG5+b2CHBxTapdhP0reEruuL+EChoNl/NM0fu/gOh Q+mVilMmiddGMlx/KlKMRUWTw6pZ361Tvgehg75QqR1HQHBKMVDgqGtxoL5bRSw7QHNDdm NO5jf6ZqmwdmW2GO74jPMVhwnzNVElNoJ625cUy6dm4KG80snqhnmHEOmRz1zmPyR0GCWw DblkRvsuYJ78qZUK6nVgsLSXEIasm49exRMii1QuS4SzVs1McYikqFA2Ltr3hdfn3cKn4s u4wf0DSNs4V9TlyPDIyJdq4cOJDEAdcn2a0xM4SWuPj9c91An8sOO89YQBkUVQ== 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 v2 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees Date: Wed, 10 Aug 2022 10:18:20 +0200 Message-Id: <20220810081825.19051-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-20220810_011850_208959_BB91C840 X-CRM114-Status: GOOD ( 10.79 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. This series doesn't contain any functional changes. --- 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-n6310-som.dtsi | 41 ------------------- arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts | 16 -------- .../boot/dts/imx6ul-kontron-n6311-som.dtsi | 40 ------------------ ...mon.dtsi => imx6ul-kontron-sl-common.dtsi} | 15 +++++++ arch/arm/boot/dts/imx6ul-kontron-sl.dtsi | 14 +++++++ arch/arm/boot/dts/imx6ull-kontron-bl.dts | 15 +++++++ arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts | 16 -------- .../boot/dts/imx6ull-kontron-n6411-som.dtsi | 40 ------------------ arch/arm/boot/dts/imx6ull-kontron-sl.dtsi | 13 ++++++ 14 files changed, 80 insertions(+), 183 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-n6310-som.dtsi delete mode 100644 arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts 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%) create mode 100644 arch/arm/boot/dts/imx6ul-kontron-sl.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-kontron-bl.dts delete mode 100644 arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts delete mode 100644 arch/arm/boot/dts/imx6ull-kontron-n6411-som.dtsi create mode 100644 arch/arm/boot/dts/imx6ull-kontron-sl.dtsi -- 2.37.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel