Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1421534 > unrolled thread
| Started by | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| First post | 2016-06-14 04:30 +0200 |
| Last post | 2016-06-20 07:40 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
Add mt6755 basic chip support Mars Cheng <mars.cheng@mediatek.com> - 2016-06-14 04:30 +0200
Re: Add mt6755 basic chip support Mars Cheng <mars.cheng@mediatek.com> - 2016-06-20 07:40 +0200
| From | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| Date | 2016-06-14 04:30 +0200 |
| Subject | Add mt6755 basic chip support |
| Message-ID | <rJMh4-6Rv-15@gated-at.bofh.it> |
This patch adds basic support for Mediatek's new 8-core chip, mt6755. It is also named as Helio P10. It is based on 4.7-rc1 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-phone.dts | 39 ++++++ arch/arm64/boot/dts/mediatek/mt6755.dtsi | 143 ++++++++++++++++++++ 6 files changed, 189 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt6755-phone.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt6755.dtsi
[toc] | [next] | [standalone]
| From | Mars Cheng <mars.cheng@mediatek.com> |
|---|---|
| Date | 2016-06-20 07:40 +0200 |
| Message-ID | <rM06e-48L-7@gated-at.bofh.it> |
| In reply to | #1421534 |
On Tue, 2016-06-14 at 10:20 +0800, Mars Cheng wrote: > This patch adds basic support for Mediatek's new 8-core chip, mt6755. > It is also named as Helio P10. It is based on 4.7-rc1 > > 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-phone.dts | 39 ++++++ > arch/arm64/boot/dts/mediatek/mt6755.dtsi | 143 ++++++++++++++++++++ > 6 files changed, 189 insertions(+) > create mode 100644 arch/arm64/boot/dts/mediatek/mt6755-phone.dts > create mode 100644 arch/arm64/boot/dts/mediatek/mt6755.dtsi > Hi Matthias Would you like to merge this patch? If there is any suggestions or issues, I will fix them ASAP. Thanks a lot. > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web