linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Apple M1 pinctrl DT bindings
@ 2021-05-16 18:32 Mark Kettenis
  2021-05-16 18:32 ` [PATCH v2 1/2] dt-bindings: pinctrl: Add DT bindings for apple, pinctrl Mark Kettenis
  2021-05-16 18:32 ` [PATCH v2 2/2] arm64: apple: Add pinctrl nodes Mark Kettenis
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Kettenis @ 2021-05-16 18:32 UTC (permalink / raw)
  To: devicetree
  Cc: Mark Kettenis, Hector Martin, Linus Walleij, Rob Herring,
	linux-arm-kernel, linux-gpio, linux-kernel

From: Mark Kettenis <kettenis@openbsd.org>

This small series adds bindings for the pin and GPIO controller found
on the Apple M1 SoC.

At this point, the primary consumer for these bindings is U-Boot.
With the help of these bindings U-Boot can bring up the PCIe root
complex into a state where the OS use it without having to deal with
the GPIO pins.  A Linux driver may be implemented later to support
power management and/or other devices that need GPIO control.  Since
the binding is based on standard pinmux node bindings this should be
relatively easy.

Changelog:

v2: - Fix typo in DT schema


Mark Kettenis (2):
  dt-bindings: pinctrl: Add DT bindings for apple,pinctrl
  arm64: apple: Add pinctrl nodes

 .../bindings/pinctrl/apple,pinctrl.yaml       | 103 ++++++++++++++++++
 MAINTAINERS                                   |   2 +
 arch/arm64/boot/dts/apple/t8103.dtsi          |  83 ++++++++++++++
 include/dt-bindings/pinctrl/apple.h           |  13 +++
 4 files changed, 201 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
 create mode 100644 include/dt-bindings/pinctrl/apple.h

-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-05-20 11:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 18:32 [PATCH 0/2] Apple M1 pinctrl DT bindings Mark Kettenis
2021-05-16 18:32 ` [PATCH v2 1/2] dt-bindings: pinctrl: Add DT bindings for apple, pinctrl Mark Kettenis
2021-05-18 13:43   ` [PATCH v2 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl Rob Herring
2021-05-20 11:15     ` Mark Kettenis
2021-05-16 18:32 ` [PATCH v2 2/2] arm64: apple: Add pinctrl nodes Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).