Message ID | 20220815082814.27651-1-frieder@fris.de (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: imx6ul-kontron: Improve devicetrees | expand |
On Mon, Aug 15, 2022 at 10:28:09AM +0200, Frieder Schrempf wrote: > 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 Applied all, thanks!
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%)