Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965124AbdGTK4L (ORCPT ); Thu, 20 Jul 2017 06:56:11 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:38896 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965064AbdGTK4K (ORCPT ); Thu, 20 Jul 2017 06:56:10 -0400 Subject: Re: [PATCH v5 0/2] Add Basic SoC support for MT7622 To: Sean Wang Cc: robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1500519745.25149.1.camel@mtkswgap22> From: Matthias Brugger Message-ID: Date: Thu, 20 Jul 2017 12:56:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1500519745.25149.1.camel@mtkswgap22> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1546 Lines: 51 On 07/20/2017 05:02 AM, Sean Wang wrote: > Hi, Matthias > > just a gentle ping on this > pushed now to v4.13-next/dts64 Thanks! > Sean > > > On Sat, 2017-06-17 at 01:06 +0800, sean.wang@mediatek.com wrote: >> From: Sean Wang >> >> Changes since v4: >> - redefine the two dummy clocks with the correct frequency >> which is 25MHz and 280MHz respectively. >> >> 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 | 110 +++++++++++++++++++++++++++ >> 3 files changed, 138 insertions(+) >> create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts >> create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi >> > >