Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650350
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | <sean.wang@mediatek.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Add Basic SoC support for MT7622 |
| Date | Thu, 25 May 2017 11:30:02 +0200 |
| Message-ID | <tKXfI-6pg-7@gated-at.bofh.it> (permalink) |
| X-Mailer | git-send-email 1.7.9.5 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Mtk | N |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, Sean Wang <sean.wang@mediatek.com> |
| X-Original-Date | Thu, 25 May 2017 17:28:17 +0800 |
| X-Original-Message-ID | <cover.1495703415.git.sean.wang@mediatek.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1650350 |
Show key headers only | View raw
From: Sean Wang <sean.wang@mediatek.com> This patch set adds basic SoC support for MediaTek MT7622 SoC based on 4.12-rc1. Sean Wang (4): dt-bindings: mediatek: add bindings for MediaTek MT7622 SoC arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file arm64: dts: mt7622: add dts file for MT7622 reference board variant 1 arm64: dts: mt7622: group clock DT nodes into separate DT file Documentation/devicetree/bindings/arm/mediatek.txt | 4 + .../interrupt-controller/mediatek,sysirq.txt | 3 +- .../devicetree/bindings/serial/mtk-uart.txt | 1 + arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt7622-clock.dtsi | 20 ++++ arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 27 ++++++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 104 +++++++++++++++++++++ 7 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-clock.dtsi create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/4] Add Basic SoC support for MT7622 <sean.wang@mediatek.com> - 2017-05-25 11:30 +0200
csiph-web