mbox series

[GIT,PULL] ARM: nuvoton: devicetree changes for 5.18

Message ID CACPK8XdjF6dG04hR+iMpUP8=LSJi5x-hRivgCGDaY7o_461eJw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: nuvoton: devicetree changes for 5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git tags/nuvoton-5.18-devicetree

Message

Joel Stanley Feb. 21, 2022, 9 a.m. UTC
Hello Soc maintainers,

Something a bit different, some Nuvoton changes for v5.18. These
changes are from Jonathan, who hacks on the legacy WPCM450 platform.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
tags/nuvoton-5.18-devicetree

for you to fetch changes up to 43fd3d4d95cee85e187e5c4ef1d991f77d4d928c:

  MAINTAINERS: ARM/WPCM450: Add 'W:' line with wiki (2022-02-21 13:00:50 +1030)

----------------------------------------------------------------
Nuvoton device tree updates for 5.18

 * Additions to wpcm450 following the upstremaing of the pinctrl/gpio
   driver for this platform

 * Match more of the platform in MAINTAINERS

----------------------------------------------------------------
Jonathan Neuschäfer (8):
      dt-bindings: arm/npcm: Add binding for global control registers (GCR)
      MAINTAINERS: Match all of bindings/arm/npcm/ as part of NPCM architecture
      ARM: dts: wpcm450: Add global control registers (GCR) node
      ARM: dts: wpcm450: Add pinctrl and GPIO nodes
      ARM: dts: wpcm450: Add pin functions
      ARM: dts: wpcm450-supermicro-x9sci-ln4f: Add GPIO LEDs and buttons
      ARM: dts: wpcm450: Add pinmux information to UART0
      MAINTAINERS: ARM/WPCM450: Add 'W:' line with wiki

 .../devicetree/bindings/arm/npcm/nuvoton,gcr.yaml  |  48 +++
 MAINTAINERS                                        |   2 +
 .../dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts  |  43 +++
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi             | 384 +++++++++++++++++++++
 4 files changed, 477 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/npcm/nuvoton,gcr.yaml