From: Frieder Schrempf <frieder@fris.de>
To: Bartosz Golaszewski <brgl@bgdev.pl>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>,
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-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-renesas-soc@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
Magnus Damm <magnus.damm@gmail.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>,
"Marek Vasut" <marex@denx.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>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Rafał Miłecki" <rafal@milecki.pl>,
"Sebastian Reichel" <sebastian.reichel@collabora.com>,
"Tim Harvey" <tharvey@gateworks.com>
Subject: [PATCH 0/7] Add support for Kontron OSM-S i.MX93 SoM and carrier board
Date: Tue, 2 Jul 2024 12:31:12 +0200 [thread overview]
Message-ID: <20240702103155.321855-1-frieder@fris.de> (raw)
From: Frieder Schrempf <frieder.schrempf@kontron.de>
Patch 1-4: small DT binding fixups
Patch 5: board DT bindings
Patch 6: support PMIC driver without IRQ
Patch 7: add devicetrees
Frieder Schrempf (7):
dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to
proper place
dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64B
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/eeprom/at24.yaml | 10 +-
.../devicetree/bindings/gpio/gpio-vf610.yaml | 1 +
.../regulator/nxp,pca9450-regulator.yaml | 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, 744 insertions(+), 27 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-02 10:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 10:31 Frieder Schrempf [this message]
2024-07-02 10:31 ` [PATCH 1/7] dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place Frieder Schrempf
2024-07-02 14:20 ` Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 2/7] dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64B Frieder Schrempf
2024-07-02 14:22 ` Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 3/7] dt-bindings: gpio: vf610: Allow gpio-line-names to be set Frieder Schrempf
2024-07-02 14:23 ` Krzysztof Kozlowski
2024-07-03 7:43 ` Frieder Schrempf
2024-07-02 10:31 ` [PATCH 4/7] dt-bindings: regulator: pca9450: Make interrupt optional Frieder Schrempf
2024-07-02 14:24 ` Krzysztof Kozlowski
2024-07-03 7:44 ` Frieder Schrempf
2024-07-02 10:31 ` [PATCH 5/7] dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards Frieder Schrempf
2024-07-02 14:25 ` Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 6/7] regulator: pca9450: Make IRQ optional Frieder Schrempf
2024-07-02 10:31 ` [PATCH 7/7] arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board Frieder Schrempf
2024-07-02 10:36 ` Frieder Schrempf
2024-07-03 9:59 ` [PATCH 0/7] Add support for Kontron OSM-S i.MX93 SoM and " Bartosz Golaszewski
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=20240702103155.321855-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=geert+renesas@glider.be \
--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-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=liubo03@inspur.com \
--cc=m.felsch@pengutronix.de \
--cc=m.othacehe@gmail.com \
--cc=magnus.damm@gmail.com \
--cc=marex@denx.de \
--cc=p.zabel@pengutronix.de \
--cc=peng.fan@nxp.com \
--cc=rafal@milecki.pl \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sebastian.reichel@collabora.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox