mbox series

[GIT,PULL] arm64: dts: Amlogic updates for v5.2

Message ID 7hr2apv06l.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] arm64: dts: Amlogic updates for v5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64

Message

Kevin Hilman March 29, 2019, 9:29 p.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64

for you to fetch changes up to e2cffeb398f4830b004774444809ee256b9bc653:

  arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.2

Highlights
- new board: SEI Robotics 510, based on S905X2 SoC (G12A)
- enable more periphearls for S905X2 based boards

----------------------------------------------------------------
Chuanhong Guo (1):
      arm64: dts: meson-gxl-s905d-phicomm-n1: add status LED

Guillaume La Roque (1):
      arm64: dts: meson-g12a-x96-max: add regulators

Jerome Brunet (6):
      arm64: dts: meson: g12a: add secure monitor
      arm64: dts: meson: g12a: add efuse
      arm64: dts: meson: g12a: add pinctrl support controllers
      arm64: dts: meson: g12a: add uart_ao_a pinctrl
      arm64: dts: meson: g12a: add reset controller
      arm64: dts: meson-g12a-sei510: add regulators

Neil Armstrong (11):
      vendor-prefixes: Add prefix for Shenzhen SEI Robotics Co., Ltd
      arm64: dts: Add SEI Robotics SEI510 Board
      arm64: dts: meson-g12a: Add AO Secure node
      arm64: dts: meson-gxm-nexbox-a1: Enable USB
      arm64: dts: meson: g12a: Add AO Clock + Reset Controller support
      arm64: dts: meson: g12a: Add UART A, B & C nodes and pins
      arm64: dts: meson-g12a-u200: add uart_AO pinctrl
      arm64: dts: meson-g12a-sei510: add uart_AO pinctrl
      arm64: dts: meson-g12a-x96-max: add uart_AO pinctrl
      arm64: dts: meson-g12a-x96-max: Enable BT Module
      arm64: dts: meson-g12a: Add CMA reserved memory

 Documentation/devicetree/bindings/arm/amlogic.txt          |   1 +
 Documentation/devicetree/bindings/vendor-prefixes.txt      |   1 +
 arch/arm64/boot/dts/amlogic/Makefile                       |   1 +
 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts          |  97 ++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts            |   2 +
 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts         |  81 ++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi                | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts |  10 +++++
 arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts        |   4 ++
 9 files changed, 380 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts

Comments

Olof Johansson April 28, 2019, 7:14 p.m. UTC | #1
On Fri, Mar 29, 2019 at 02:29:54PM -0700, Kevin Hilman wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
> 
> for you to fetch changes up to e2cffeb398f4830b004774444809ee256b9bc653:
> 
>   arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)
> 
> ----------------------------------------------------------------
> arm64: dts: Amlogic updates for v5.2
> 
> Highlights
> - new board: SEI Robotics 510, based on S905X2 SoC (G12A)
> - enable more periphearls for S905X2 based boards

Merged, thanks!


-Olof