Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1654488
| From | <sean.wang@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] Add Basic SoC support for MT7622 |
| Date | 2017-05-31 19:40 +0200 |
| Message-ID | <tNfLc-7R6-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Sean Wang <sean.wang@mediatek.com> Changes since v2: - merge back required basic clock nodes into the .dtsi file - update the property of interrupts in timer nodes with 2 CPUs Changes since v1: - update SPDX-License-Identifier - remove next-level-cache property since cache geometry detection was removed since 4.12 This patch set adds basic SoC support for MediaTek MT7622 SoC based on 4.12-rc1. Sean Wang (3): 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 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-rfb1.dts | 27 ++++++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 103 +++++++++++++++++++++ 6 files changed, 138 insertions(+), 1 deletion(-) 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 — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] Add Basic SoC support for MT7622 <sean.wang@mediatek.com> - 2017-05-31 19:40 +0200 [PATCH v3 3/3] arm64: dts: mt7622: add dts file for MT7622 reference board variant 1 <sean.wang@mediatek.com> - 2017-05-31 19:40 +0200 [PATCH v3 2/3] arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file <sean.wang@mediatek.com> - 2017-05-31 19:40 +0200
csiph-web