Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for imx8ulp's SIM
@ 2024-06-09 12:58 Laurentiu Mihalcea
  2024-06-09 12:58 ` [PATCH v2 1/3] dt-bindings: reset: add schema for imx8ulp SIM reset Laurentiu Mihalcea
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Laurentiu Mihalcea @ 2024-06-09 12:58 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Philipp Zabel, Liu Ying, Sascha Hauer
  Cc: laurentiu.mihalcea, devicetree, imx, linux-arm-kernel,
	linux-kernel

From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>

i.MX8ULP's SIM (System Integration Module) allows
control and configuration of certain components
form the domain it's assigned to. Add DT node
and schema for it. Its child shall also be
included.

---
Changes in v2:
- Reset controller is now also a syscon provider.
- Changed vendor prefix to nxp.
- Link to v1: https://lore.kernel.org/all/20240516204031.171920-1-laurentiumihalcea111@gmail.com/

---
Laurentiu Mihalcea (3):
  dt-bindings: reset: add schema for imx8ulp SIM reset
  reset: add driver for imx8ulp SIM reset controller
  arm64: dts: imx8ulp: add AVD-SIM node

 .../bindings/reset/nxp,imx8ulp-sim-reset.yaml |  68 ++++++++++++
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  13 +++
 drivers/reset/Kconfig                         |   7 ++
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-imx8ulp-sim.c             | 103 ++++++++++++++++++
 include/dt-bindings/reset/imx8ulp-sim-reset.h |  16 +++
 6 files changed, 208 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/nxp,imx8ulp-sim-reset.yaml
 create mode 100644 drivers/reset/reset-imx8ulp-sim.c
 create mode 100644 include/dt-bindings/reset/imx8ulp-sim-reset.h

---
base-commit: fec32ea96dd90bf0af97e001f380d4a240013aa0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-10  9:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09 12:58 [PATCH v2 0/3] Add support for imx8ulp's SIM Laurentiu Mihalcea
2024-06-09 12:58 ` [PATCH v2 1/3] dt-bindings: reset: add schema for imx8ulp SIM reset Laurentiu Mihalcea
2024-06-10  8:59   ` Krzysztof Kozlowski
2024-06-09 12:59 ` [PATCH v2 2/3] reset: add driver for imx8ulp SIM reset controller Laurentiu Mihalcea
2024-06-10  9:07   ` Krzysztof Kozlowski
2024-06-09 12:59 ` [PATCH v2 3/3] arm64: dts: imx8ulp: add AVD-SIM node Laurentiu Mihalcea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox