All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: arm-soc <arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
	Ben Ho <Ben.Ho-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	hsinyi-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	Erin Lo <erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	michael.mei-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: [GIT PULL] arm64: dts: mediatek: updates for v5.2-next
Date: Tue, 25 Jun 2019 15:35:27 +0200	[thread overview]
Message-ID: <aa4de43a-0871-dfb0-0ad1-46f11b254a67@gmail.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm-soc <arm@kernel.org>
Cc: Zhiyong Tao <zhiyong.tao@mediatek.com>,
	Ben Ho <Ben.Ho@mediatek.com>, Rob Herring <robh+dt@kernel.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	hsinyi@chromium.org, Erin Lo <erin.lo@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	michael.mei@mediatek.com
Subject: [GIT PULL] arm64: dts: mediatek: updates for v5.2-next
Date: Tue, 25 Jun 2019 15:35:27 +0200	[thread overview]
Message-ID: <aa4de43a-0871-dfb0-0ad1-46f11b254a67@gmail.com> (raw)

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

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

             reply	other threads:[~2019-06-25 13:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-25 13:35 Matthias Brugger [this message]
2019-06-25 13:35 ` [GIT PULL] arm64: dts: mediatek: updates for v5.2-next Matthias Brugger
     [not found] ` <aa4de43a-0871-dfb0-0ad1-46f11b254a67-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-06-27  2:20   ` Olof Johansson
2019-06-27  2:20     ` Olof Johansson

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=aa4de43a-0871-dfb0-0ad1-46f11b254a67@gmail.com \
    --to=matthias.bgg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=Ben.Ho-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=hsinyi-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=michael.mei-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.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.