mbox series

[GIT,PULL] ARM: aspeed: dts changes for 5.1

Message ID CACPK8Xczpf-wwGYJYHOgQ3TOpcLOz5wkPJbR8RfxjS0i2i52eg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM: aspeed: dts changes for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \

Message

Joel Stanley Jan. 30, 2019, 4:19 a.m. UTC
Hello ARM Maintainers!

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
    tags/aspeed-5.1-devicetree

for you to fetch changes up to e1542521499070f88b18846f676b4cd2a166aee5:

  ARM: dts: aspeed: quanta-q71l: enable uart1 (2019-01-30 14:28:57 +1100)

----------------------------------------------------------------
ASPEED device tree updates for 5.1

 - New machine: Inspur ON5263M5, an Intel Xeon OCP compute node

 - Misc device tree updates from the OpenBMC project

 - #iterrupt-cells fix for GPIO controller

----------------------------------------------------------------
Joel Stanley (1):
      ARM: dts: aspeed-palmetto: Add i2c OCC hwmon node

John Wang (1):
      ARM: dts: aspeed: Add Inspur on5263m5 BMC

Mark Walton (1):
      ARM: dts: aspeed: Add #interrupt-cells property to gpio controllers

Patrick Venture (2):
      ARM: dts: aspeed: quanta-q71l: enable lpc_ctrl node
      ARM: dts: aspeed: quanta-q71l: enable uart1

Vijay Khemka (5):
      ARM: dts: aspeed: Add KCS support for LPC BMC
      ARM: dts: aspeed: tiogapass: Enable KCS
      ARM: dts: aspeed: tiogapass: Add sensors
      ARM: dts: aspeed: tiogapass: Add LPC devices
      ARM: dts: aspeed: tiogapass: Add uarts for SoL

Xiaoting Liu (1):
      ARM: dts: aspeed: stardragon4800: Add power supply

 .../dts/aspeed-bmc-arm-stardragon4800-rep2.dts     |  10 ++
 .../arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts |  55 +++++++-
 arch/arm/boot/dts/aspeed-bmc-inspur-on5263m5.dts   | 145 +++++++++++++++++++++
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts      |   5 +
 arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts       |   8 ++
 arch/arm/boot/dts/aspeed-g4.dtsi                   |   1 +
 arch/arm/boot/dts/aspeed-g5.dtsi                   |  34 ++++-
 7 files changed, 255 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-inspur-on5263m5.dts

Comments

Arnd Bergmann Jan. 30, 2019, 5:01 p.m. UTC | #1
On Wed, Jan 30, 2019 at 5:20 AM Joel Stanley <joel@jms.id.au> wrote:
>
> Hello ARM Maintainers!
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \
>     tags/aspeed-5.1-devicetree
>
> for you to fetch changes up to e1542521499070f88b18846f676b4cd2a166aee5:
>
>   ARM: dts: aspeed: quanta-q71l: enable uart1 (2019-01-30 14:28:57 +1100)
>
> ----------------------------------------------------------------
> ASPEED device tree updates for 5.1
>
>  - New machine: Inspur ON5263M5, an Intel Xeon OCP compute node
>
>  - Misc device tree updates from the OpenBMC project
>
>  - #iterrupt-cells fix for GPIO controller


Pulled into arm/dt, with a small typo fix for the changelog.

Thanks,

     Arnd