From: Frieder Schrempf <frieder@fris.de>
To: Bartosz Golaszewski <brgl@bgdev.pl>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Robin Gong <yibin.gong@nxp.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>, Stefan Agner <stefan@agner.ch>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
Bjorn Helgaas <bhelgaas@google.com>, Bo Liu <liubo03@inspur.com>,
Conor Dooley <conor.dooley@microchip.com>,
Fabio Estevam <festevam@gmail.com>,
Gregor Herburger <gregor.herburger@ew.tq-group.com>,
Hiago De Franco <hiago.franco@toradex.com>,
Hugo Villeneuve <hvilleneuve@dimonoff.com>,
Joao Paulo Goncalves <joao.goncalves@toradex.com>,
Joy Zou <joy.zou@nxp.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Marco Felsch <m.felsch@pengutronix.de>,
Markus Niebel <Markus.Niebel@ew.tq-group.com>,
Mathieu Othacehe <m.othacehe@gmail.com>,
Peng Fan <peng.fan@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Tim Harvey <tharvey@gateworks.com>
Subject: [PATCH v2 0/5] Add support for Kontron OSM-S i.MX93 SoM and carrier board
Date: Mon, 8 Jul 2024 10:40:30 +0200 [thread overview]
Message-ID: <20240708084107.38986-1-frieder@fris.de> (raw)
From: Frieder Schrempf <frieder.schrempf@kontron.de>
Patch 1-2: small DT binding fixups
Patch 3: board DT bindings
Patch 4: support PMIC driver without IRQ
Patch 5: add devicetrees
Changes for v2:
* remove applied patches 1 and 2
* add tags
* improvements suggested by Krzysztof (thanks!)
* add missing Makefile entry for DT
Frieder Schrempf (5):
dt-bindings: gpio: vf610: Allow gpio-line-names to be set
dt-bindings: regulator: pca9450: Make interrupt optional
dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards
regulator: pca9450: Make IRQ optional
arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier
board
.../devicetree/bindings/arm/fsl.yaml | 6 +
.../devicetree/bindings/gpio/gpio-vf610.yaml | 4 +
.../regulator/nxp,pca9450-regulator.yaml | 1 -
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../dts/freescale/imx93-kontron-bl-osm-s.dts | 165 ++++++
.../dts/freescale/imx93-kontron-osm-s.dtsi | 547 ++++++++++++++++++
drivers/regulator/pca9450-regulator.c | 41 +-
7 files changed, 742 insertions(+), 23 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-osm-s.dtsi
--
2.45.2
next reply other threads:[~2024-07-08 8:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 8:40 Frieder Schrempf [this message]
2024-07-08 8:40 ` [PATCH v2 1/5] dt-bindings: gpio: vf610: Allow gpio-line-names to be set Frieder Schrempf
2024-07-08 13:58 ` Krzysztof Kozlowski
2024-07-08 14:53 ` Bartosz Golaszewski
2024-07-08 8:40 ` [PATCH v2 2/5] dt-bindings: regulator: pca9450: Make interrupt optional Frieder Schrempf
2024-07-08 13:58 ` Krzysztof Kozlowski
2024-07-08 8:40 ` [PATCH v2 3/5] dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards Frieder Schrempf
2024-07-08 8:40 ` [PATCH v2 4/5] regulator: pca9450: Make IRQ optional Frieder Schrempf
2024-07-08 8:40 ` [PATCH v2 5/5] arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board Frieder Schrempf
2024-07-08 14:34 ` [PATCH v2 0/5] Add support for Kontron OSM-S i.MX93 SoM and " Rob Herring (Arm)
2024-07-08 14:48 ` (subset) " Mark Brown
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=20240708084107.38986-1-frieder@fris.de \
--to=frieder@fris.de \
--cc=Markus.Niebel@ew.tq-group.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=bhelgaas@google.com \
--cc=brgl@bgdev.pl \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=frieder.schrempf@kontron.de \
--cc=gregor.herburger@ew.tq-group.com \
--cc=hiago.franco@toradex.com \
--cc=hvilleneuve@dimonoff.com \
--cc=imx@lists.linux.dev \
--cc=joao.goncalves@toradex.com \
--cc=joy.zou@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=leoyang.li@nxp.com \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liubo03@inspur.com \
--cc=m.felsch@pengutronix.de \
--cc=m.othacehe@gmail.com \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan@agner.ch \
--cc=tharvey@gateworks.com \
--cc=yibin.gong@nxp.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.