All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: SoC Team <soc@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	Andrew Jeffery <andrew@aj.id.au>
Subject: [GIT PULL] ARM: aspeed: devicetree changes for 6.2
Date: Tue, 22 Nov 2022 00:57:29 +0000	[thread overview]
Message-ID: <CACPK8Xfsc8BaL_qAgV+3Rk-AFcQoDVfTpMzHvq_rR-UYqwpNNQ@mail.gmail.com> (raw)

Hello soc maintainers,

Here are the aspeed device tree changes for v6.2.

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
tags/aspeed-6.2-devicetree

for you to fetch changes up to 3973fc0f9f07fc4186bb581014404fbf77a659b5:

  ARM: dts: aspeed: mtjade: Add SMPro nodes (2022-11-20 20:47:32 +1030)

----------------------------------------------------------------
ASPEED device tree updates for 6.2

 - New machines

  * IBM Bonnell AST2600 BMC, for a Power10 server
  * Delta AHE-50DC AST1250 BMC, for a 1U Open19 power shelf

 - Removed machines

  * IBM Mihawk AST2500 BMC, a Power9 server similar to Witherspoon

 - Fixes and updates for bletchley, mtjade/mtmitchell, rainier/everest

----------------------------------------------------------------
Adriana Kobylak (1):
      ARM: dts: aspeed: rainier,everest: Move reserved memory regions

Eddie James (2):
      ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree
      ARM: dts: aspeed: p10bmc: Add occ-hwmon nodes

Joel Stanley (1):
      ARM: dts: aspeed: Remove Mihawk

Potin Lai (7):
      ARM: dts: aspeed: bletchley: Change LED sys_log_id to active low
      ARM: dts: aspeed: bletchley: Disable GPIOV2 pull-down
      ARM: dts: aspeed: bletchley: Bind presence-sledX pins via gpio-keys
      ARM: dts: aspeed: bletchley: Update fusb302 nodes
      ARM: dts: aspeed: bletchley: Update and fix gpio-line-names
      ARM: dts: aspeed: bletchley: Enable emmc and ehci1
      ARM: dts: aspeed-g6: Add aliases for mdio nodes

Quan Nguyen (2):
      ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
      ARM: dts: aspeed: mtjade: Add SMPro nodes

Santosh Puranik (1):
      ARM: dts: aspeed: rainier: Fix pca9551 nodes

Zev Weiss (2):
      dt-bindings: arm: aspeed: document Delta AHE-50DC BMC
      ARM: dts: aspeed: Add Delta AHE-50DC BMC

 .../devicetree/bindings/arm/aspeed/aspeed.yaml     |    1 +
 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     |   12 +
 arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts |    4 +
 arch/arm/boot/dts/aspeed-bmc-delta-ahe50dc.dts     |  418 ++++++
 .../arm/boot/dts/aspeed-bmc-facebook-bletchley.dts |  213 ++-
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts       |  921 +++++++++++++
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts       |   57 +-
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       |  244 ++--
 arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts        | 1381 --------------------
 arch/arm/boot/dts/aspeed-g6.dtsi                   |    4 +
 11 files changed, 1705 insertions(+), 1553 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-delta-ahe50dc.dts
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
 delete mode 100644 arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts

WARNING: multiple messages have this Message-ID (diff)
From: Joel Stanley <joel@jms.id.au>
To: SoC Team <soc@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 linux-aspeed <linux-aspeed@lists.ozlabs.org>,
	Andrew Jeffery <andrew@aj.id.au>
Subject: [GIT PULL] ARM: aspeed: devicetree changes for 6.2
Date: Tue, 22 Nov 2022 00:57:29 +0000	[thread overview]
Message-ID: <CACPK8Xfsc8BaL_qAgV+3Rk-AFcQoDVfTpMzHvq_rR-UYqwpNNQ@mail.gmail.com> (raw)

Hello soc maintainers,

Here are the aspeed device tree changes for v6.2.

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
tags/aspeed-6.2-devicetree

for you to fetch changes up to 3973fc0f9f07fc4186bb581014404fbf77a659b5:

  ARM: dts: aspeed: mtjade: Add SMPro nodes (2022-11-20 20:47:32 +1030)

----------------------------------------------------------------
ASPEED device tree updates for 6.2

 - New machines

  * IBM Bonnell AST2600 BMC, for a Power10 server
  * Delta AHE-50DC AST1250 BMC, for a 1U Open19 power shelf

 - Removed machines

  * IBM Mihawk AST2500 BMC, a Power9 server similar to Witherspoon

 - Fixes and updates for bletchley, mtjade/mtmitchell, rainier/everest

----------------------------------------------------------------
Adriana Kobylak (1):
      ARM: dts: aspeed: rainier,everest: Move reserved memory regions

Eddie James (2):
      ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree
      ARM: dts: aspeed: p10bmc: Add occ-hwmon nodes

Joel Stanley (1):
      ARM: dts: aspeed: Remove Mihawk

Potin Lai (7):
      ARM: dts: aspeed: bletchley: Change LED sys_log_id to active low
      ARM: dts: aspeed: bletchley: Disable GPIOV2 pull-down
      ARM: dts: aspeed: bletchley: Bind presence-sledX pins via gpio-keys
      ARM: dts: aspeed: bletchley: Update fusb302 nodes
      ARM: dts: aspeed: bletchley: Update and fix gpio-line-names
      ARM: dts: aspeed: bletchley: Enable emmc and ehci1
      ARM: dts: aspeed-g6: Add aliases for mdio nodes

Quan Nguyen (2):
      ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
      ARM: dts: aspeed: mtjade: Add SMPro nodes

Santosh Puranik (1):
      ARM: dts: aspeed: rainier: Fix pca9551 nodes

Zev Weiss (2):
      dt-bindings: arm: aspeed: document Delta AHE-50DC BMC
      ARM: dts: aspeed: Add Delta AHE-50DC BMC

 .../devicetree/bindings/arm/aspeed/aspeed.yaml     |    1 +
 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts     |   12 +
 arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts |    4 +
 arch/arm/boot/dts/aspeed-bmc-delta-ahe50dc.dts     |  418 ++++++
 .../arm/boot/dts/aspeed-bmc-facebook-bletchley.dts |  213 ++-
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts       |  921 +++++++++++++
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts       |   57 +-
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       |  244 ++--
 arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts        | 1381 --------------------
 arch/arm/boot/dts/aspeed-g6.dtsi                   |    4 +
 11 files changed, 1705 insertions(+), 1553 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-delta-ahe50dc.dts
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
 delete mode 100644 arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts

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

             reply	other threads:[~2022-11-22  0:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  0:57 Joel Stanley [this message]
2022-11-22  0:57 ` [GIT PULL] ARM: aspeed: devicetree changes for 6.2 Joel Stanley
2022-11-23 12:00 ` patchwork-bot+linux-soc

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=CACPK8Xfsc8BaL_qAgV+3Rk-AFcQoDVfTpMzHvq_rR-UYqwpNNQ@mail.gmail.com \
    --to=joel@jms.id.au \
    --cc=andrew@aj.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=soc@kernel.org \
    /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.