From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752945AbbJSIps (ORCPT ); Mon, 19 Oct 2015 04:45:48 -0400 Received: from mail-lf0-f50.google.com ([209.85.215.50]:35748 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbbJSIpq (ORCPT ); Mon, 19 Oct 2015 04:45:46 -0400 Subject: Re: [PATCH v2 0/2] Add basic support for Mediatek MT2701 SoC To: Erin Lo References: <1444026469-24789-1-git-send-email-erin.lo@mediatek.com> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org From: Matthias Brugger Message-ID: <5624ADB6.7080504@gmail.com> Date: Mon, 19 Oct 2015 10:45:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1444026469-24789-1-git-send-email-erin.lo@mediatek.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Erin, On 05/10/15 08:27, Erin Lo wrote: > MT2701 is a SoC based on 32bit ARMv7 architecture. It contains 4 CA7 cores. > MT2701 share many HW IP with MT65xx series. This patchset was tested > on MT2701 evaluation board, and boot to shell ok. > > This series contains document bindings, device tree including > interrupt, uart, timer and wdt. > > Change in v2: > 1. Use one tab in stead of spaces in front of "mediatek,mt2701-sysirq" (mediatek,sysirq.txt) > 2. Sorting the compatible SoC and add back mt6595 since accidently deleted in previous version (mtk-uart.txt) > 3. Correct the mt2701-timer from mt6589-timer since the mistake in previous version (mediatek,mtk-timer.txt) > > Erin Lo (2): > Document: DT: Add bindings for mediatek MT2701 SoC Platform > ARM: dts: mediatek: add MT2701 basic support > Sorry for the late reply. The patches look good, you just forgot to add the compatible string to arch/arm/mach-mediatek/mediatek.c Please add it there and I will include them for v4.4. Regards, Matthias > Documentation/devicetree/bindings/arm/mediatek.txt | 4 + > .../bindings/arm/mediatek/mediatek,sysirq.txt | 1 + > .../devicetree/bindings/serial/mtk-uart.txt | 14 +- > .../bindings/timer/mediatek,mtk-timer.txt | 5 +- > .../devicetree/bindings/watchdog/mtk-wdt.txt | 6 +- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/mt2701-evb.dts | 29 ++++ > arch/arm/boot/dts/mt2701.dtsi | 146 +++++++++++++++++++++ > 8 files changed, 196 insertions(+), 10 deletions(-) > create mode 100644 arch/arm/boot/dts/mt2701-evb.dts > create mode 100644 arch/arm/boot/dts/mt2701.dtsi >