mbox series

[GIT,PULL] arm64: dts: mediatek: updates for v5.2-next

Message ID aa4de43a-0871-dfb0-0ad1-46f11b254a67@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts: mediatek: updates for v5.2-next | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger June 25, 2019, 1:35 p.m. UTC
Hi Arnd and Olof,

This time we have only some DTS patches for MediaTek. Mostly it is about the new
SoC mt8183. Several drivers where added already but the device tree was still
missing.

Please have a look and pull :)

Regards,
Matthias

---
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v5.2-next-dts64

for you to fetch changes up to de1033881e936382d67ae47073a7092554729d74:

  arm64: dts: mt8183: add efuse and Mediatek Chip id node to read (2019-06-21
17:50:12 +0200)

----------------------------------------------------------------
- convert arm boads to json-schema

mt8183:
- add base SoC and evaluation board
- add cpacity-dmips-mhz
- add pinctrl, auxadc, spi, and efuse nodes

----------------------------------------------------------------
Ben Ho (1):
      arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile

Erin Lo (1):
      arm64: dts: mt8183: add spi node

Hsin-Yi, Wang (1):
      arm64: dts: mt8183: add capacity-dmips-mhz

Michael Mei (1):
      arm64: dts: mt8183: add efuse and Mediatek Chip id node to read

Rob Herring (1):
      dt-bindings: arm: Convert MediaTek board/soc bindings to json-schema

Zhiyong Tao (2):
      arm64: dts: mt8183: add pinctrl device node
      arm64: dts: mt8183: Add auxadc device node

 Documentation/devicetree/bindings/arm/mediatek.txt |  89 ----
 .../devicetree/bindings/arm/mediatek.yaml          |  91 +++++
 arch/arm64/boot/dts/mediatek/Makefile              |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        | 140 +++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 447 +++++++++++++++++++++
 5 files changed, 679 insertions(+), 89 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/mediatek.txt
 create mode 100644 Documentation/devicetree/bindings/arm/mediatek.yaml
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183.dtsi

Comments

Olof Johansson June 27, 2019, 2:20 a.m. UTC | #1
On Tue, Jun 25, 2019 at 03:35:27PM +0200, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> This time we have only some DTS patches for MediaTek. Mostly it is about the new
> SoC mt8183. Several drivers where added already but the device tree was still
> missing.
> 
> Please have a look and pull :)
> 
> Regards,
> Matthias
> 
> ---
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v5.2-next-dts64
> 
> for you to fetch changes up to de1033881e936382d67ae47073a7092554729d74:
> 
>   arm64: dts: mt8183: add efuse and Mediatek Chip id node to read (2019-06-21
> 17:50:12 +0200)
> 
> ----------------------------------------------------------------
> - convert arm boads to json-schema
> 
> mt8183:
> - add base SoC and evaluation board
> - add cpacity-dmips-mhz
> - add pinctrl, auxadc, spi, and efuse nodes

Merged, thanks!


-Olof