From: Frieder Schrempf <frieder@fris.de>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Shawn Guo <shawnguo@kernel.org>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
Arnd Bergmann <arnd@arndb.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Olof Johansson <olof@lixom.net>, Rob Herring <robh+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
soc@kernel.org
Subject: [PATCH v3 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees
Date: Mon, 15 Aug 2022 10:28:09 +0200 [thread overview]
Message-ID: <20220815082814.27651-1-frieder@fris.de> (raw)
From: Frieder Schrempf <frieder.schrempf@kontron.de>
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%)
--
2.37.1
next reply other threads:[~2022-08-15 8:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-15 8:28 Frieder Schrempf [this message]
2022-08-15 8:28 ` [PATCH v3 2/3] ARM: dts: imx6ul-kontron: Simplify devicetree structure Frieder Schrempf
2022-08-15 8:28 ` [PATCH v3 3/3] ARM: dts: imx6ul-kontron: Add imx6ull-kontron-bl to Makefile Frieder Schrempf
2022-08-22 2:22 ` [PATCH v3 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220815082814.27651-1-frieder@fris.de \
--to=frieder@fris.de \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=frieder.schrempf@kontron.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox