Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1432484
| From | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] Add mt6755 basic chip support |
| Date | 2016-06-28 07:20 +0200 |
| Message-ID | <rOTBf-2tn-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch adds basic support for Mediatek's new 8-core chip, mt6755. Based on 4.7-rc1 Changes in v2: 1. use evb as project suffix 2. add "disable" property for uart dts nodes 3. only alias uart0 as serial0, since we don't enable uart1 Mars Cheng (2): Document: DT: Add bindings for mediatek MT6755 SoC Platform arm64: dts: mediatek: add mt6755 support Documentation/devicetree/bindings/arm/mediatek.txt | 4 + .../interrupt-controller/mediatek,sysirq.txt | 1 + .../devicetree/bindings/serial/mtk-uart.txt | 1 + arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt6755-evb.dts | 38 +++++ arch/arm64/boot/dts/mediatek/mt6755.dtsi | 145 ++++++++++++++++++++ 6 files changed, 190 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt6755-evb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt6755.dtsi
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/2] Add mt6755 basic chip support Mars Cheng <mars.cheng@mediatek.com> - 2016-06-28 07:20 +0200
csiph-web