Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710AbdFNQLr (ORCPT ); Wed, 14 Jun 2017 12:11:47 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:30606 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752397AbdFNQLp (ORCPT ); Wed, 14 Jun 2017 12:11:45 -0400 From: To: , , , , , CC: , , Sean Wang Subject: [PATCH v4 0/2] Add Basic SoC support for MT7622 Date: Thu, 15 Jun 2017 00:11:29 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 34 From: Sean Wang Changes since v3: - get rid of those accepted patches - rebased to branch v4.12-next/dts64 in Matthias' tree - fixed uart node in dts with two clocks as described in bindings documentation 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 (2): arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file arm64: dts: mt7622: add dts file for MT7622 reference board variant 1 arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 27 +++++++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 104 +++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi -- 2.7.4