mbox

[GIT,PULL] ARM: mediatek: dts updates for v4.6

Message ID CABuKBe+vk0E6-8ni5bHtyn6X3EbLoOxfjw0zqPRE_tLdp0AAXQ@mail.gmail.com
State New
Headers show

Pull-request

https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-dts

Message

Matthias Brugger Feb. 22, 2016, 12:47 p.m. UTC
Hi Arnd and Olof,

Please pull the following patches.

Thanks,
Matthias

---

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-dts

for you to fetch changes up to 8ba671efdbe5be3e5d691a8b7f77b0d68459b874:

  arm: dts: Add pinctrl/GPIO/EINT node for mt2701 (2016-02-11 11:39:56 +0100)

----------------------------------------------------------------
Add support for mt7623 SoC.
Enable SMP support for mt7623.
Enable SMP support for mt2701
Add pinctrl for mt2701

----------------------------------------------------------------
Biao Huang (1):
      arm: dts: Add pinctrl/GPIO/EINT node for mt2701

John Crispin (3):
      Document: DT: Add bindings for mediatek MT7623 SoC Platform
      ARM: dts: mediatek: add MT7623 basic support
      ARM: dts: mt7623: enable SMP bringup

Louis Yu (1):
      ARM: dts: mt2701: enable basic SMP bringup for mt2701

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 .../bindings/timer/mediatek,mtk-timer.txt          |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/mt2701.dtsi                      |  31 +++++
 arch/arm/boot/dts/mt7623-evb.dts                   |  33 +++++
 arch/arm/boot/dts/mt7623.dtsi                      | 147 +++++++++++++++++++++
 arch/arm/mach-mediatek/Kconfig                     |   4 +
 arch/arm/mach-mediatek/mediatek.c                  |   1 +
 9 files changed, 223 insertions(+)
 create mode 100644 arch/arm/boot/dts/mt7623-evb.dts
 create mode 100644 arch/arm/boot/dts/mt7623.dtsi

Comments

Arnd Bergmann Feb. 26, 2016, 9:26 p.m. UTC | #1
On Monday 22 February 2016 13:47:24 Matthias Brugger wrote:
> Add support for mt7623 SoC.
> Enable SMP support for mt7623.
> Enable SMP support for mt2701
> Add pinctrl for mt2701
> 

Pulled into next/dt, thanks!

	Arnd