[PATCH 0/3] Add basic support for Mediatek MT7623 SoC

Matthias Brugger matthias.bgg at gmail.com
Thu Jan 21 02:10:47 PST 2016



On 05/01/16 17:24, John Crispin wrote:
> MT7623 is a SoC based on 32bit ARMv7 architecture. It contains 4 CA7 cores.
> MT7623 share many HW IP with MT65xx series. This patchset was tested
> on MT7623 evaluation board, and boot to shell ok.
>
> This series contains document bindings, device tree including
> interrupt, uart, timer and wdt.
>
> John Crispin (3):
>    Document: DT: Add bindings for mediatek MT7623 SoC Platform
>    ARM: dts: mediatek: add MT7623 basic support
>    ARM: mediatek: add MT7623 smp bringup code
>
>   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/mt7623-evb.dts                   |   33 +++++
>   arch/arm/boot/dts/mt7623.dtsi                      |  147 ++++++++++++++++++++
>   arch/arm/mach-mediatek/Kconfig                     |    4 +
>   arch/arm/mach-mediatek/mediatek.c                  |    1 +
>   arch/arm/mach-mediatek/platsmp.c                   |    7 +
>   9 files changed, 199 insertions(+)
>   create mode 100644 arch/arm/boot/dts/mt7623-evb.dts
>   create mode 100644 arch/arm/boot/dts/mt7623.dtsi
>

Applied to v4.5-next/dts and v4.5-next/soc.

I split patch 3 to fit the different branches.

Thanks,
Matthias



More information about the Linux-mediatek mailing list